CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - 曲线算法

搜索资源列表

  1. curve and fill.rar

    0下载:
  2. 图形学课程设计.1,扫描转换的四种常用算法:逐点扫描,扫描线算法,边界标志法,边缘填充法. 2,曲线生成算法:bezier算法,3次均匀B样条
  3. 所属分类:GDI/图象编程

    • 发布日期:
    • 文件大小:133358
    • 提供者:
  1. nh111

    0下载:
  2. 曲线拟合的算法函数(部分),请参考其它工具书。-Algorithm function for curve fitting(fractions), please consult other tool books.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1525
    • 提供者:gu
  1. graphic_demo

    0下载:
  2. 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:807327
    • 提供者:冯宾
  1. 我的图形学

    0下载:
  2. 二维图形的几何转换,首先通过屏幕上任意四点绘制通过四点的曲线,再通过平移,旋转缩放等实现一些简单算法-2D geometry conversion, first through the screen drawing arbitrary 4:00 through 4:00 curve, and through translation, rotation scaling algorithm to achieve some simple
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4562
    • 提供者:岳做启
  1. 6.1 复杂的函数曲线

    0下载:
  2. 复杂的函数曲线VB算法,此算法能够实现一些复杂的数学函数曲线的模拟,可以供图形编程的初学者学习.-complex function curves VB algorithm, the algorithm can achieve some complex mathematical function curve simulation and graphics can be programmed for beginners to learn.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:24710
    • 提供者:吕江林
  1. My_circle

    0下载:
  2. 一个画图测试程序,包括圆、方块、线、曲线、贝色而曲线的算法,图形学课程报告-a drawing test procedures, including the yen, squares, lines, curves, color and Bedouin curve algorithms, graphics courses report
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:70623
    • 提供者:张海涛
  1. VB_QUXIANS.ZIP

    0下载:
  2. VB_QUXIANS.ZIP VB 下绘制贝塞尔曲线图形算法了例子-VB_QUXIANS.ZIP VB Bessel curve graphics rendering algorithm examples
  3. 所属分类:GDI/图象编程

    • 发布日期:2015-06-08
    • 文件大小:2195
    • 提供者:李程刚
  1. pingbao_xiaoyi

    0下载:
  2. 这是一个短小的图象屏保程序。是在c下开发的。主要运用了Bezier曲线算法.-This is a short picture screen saver. C is under development. The main use of the Bezier curve algorithm.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1002
    • 提供者:陈传义
  1. bezier_demo

    1下载:
  2. 贝齐尔曲线算法演示程序 实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。 程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画) -Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape thr
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:39301
    • 提供者:Ray
  1. 贝塞尔曲线源码

    0下载:
  2. 贝塞尔曲线处理算法的源代码-Bessel curve processing algorithm source code
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:36920
    • 提供者:宋天
  1. byangtiao

    0下载:
  2. B杨条曲线算法 可以实现鼠标绘制B样条曲线-curve algorithm can be drawn mouse B-spline curves
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2853
    • 提供者:林欣雨
  1. shiyan6-Bezier 计算机图形学实验6 常用曲面和曲线的生成算法

    0下载:
  2. 计算机图形学实验6 常用曲面和曲线的生成算法 包括(Bezier曲线算法 )-Experiment 6 used computer graphics surface and curve generation algorithms, including (Bezier curve algorithm)
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-04-09
    • 文件大小:2973405
    • 提供者:付斌
  1. shiyan6-B 计算机图形学实验6 常用曲面和曲线的生成算法

    1下载:
  2. 计算机图形学实验6 常用曲面和曲线的生成算法 包括(三次B样条曲线算法)-Computer Graphics Lab 6 common surfaces and curves, including generating algorithm (cubic B-spline algorithm)
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-05-17
    • 文件大小:5073920
    • 提供者:付斌
  1. 小波分形算法.rar

    1下载:
  2. 用小波绘制分形混浊曲线、Julia集、和Mandelbrot集,程序运行后,分别选择菜单“分形”下的子菜单“混沌曲线”、“Julia集”或者“Mandelbrot集”,将分别绘制这几种分形图案。对于Mandelbrot集,可以用托动鼠标选择一矩形框,然后点击鼠标右键对所选择的区域进行放大。,Wavelet Fractal stuffy drawing curves, Julia sets, and Mandelbrot sets, after running, select the menu &
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-22
    • 文件大小:57985
    • 提供者:江佳
  1. curve and fill

    0下载:
  2. 图形学课程设计.1,扫描转换的四种常用算法:逐点扫描,扫描线算法,边界标志法,边缘填充法. 2,曲线生成算法:bezier算法,3次均匀B样条- The graph study curriculum designs four commonly used algorithms which 1, the scanning transforms: Point-by-point scanning, scan line algorithm, side-stripe markings law, edge
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-09
    • 文件大小:133629
    • 提供者:杨康顺
  1. Bezier

    0下载:
  2. 实现计算机图形学bezier曲线的算法,用visual C++ 6.0实现-The realization of computer graphics algorithm for Bezier curves, using visual C++ 6.0 to achieve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:26997
    • 提供者:xuhang75
  1. DDALine

    0下载:
  2. 实现交互式画直线、圆、椭圆 交互式裁剪 抛物线程序设计、Bezier曲线的算法实现 实现交互式移动图形-computer graphics programing code,such as line、circle、Bezier
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:68473
    • 提供者:ljc
  1. ECClib

    0下载:
  2. C++实现的椭圆曲线算法。已经写成一个库文件只要调用就行-C++ implementation of elliptic curve algorithm. Has written a library called on the line as long as
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:102679
    • 提供者:Henry
  1. C-word-curve-algorithm

    0下载:
  2. windows环境下用visual C++实现计算机图形学中C字曲线算法的编码-windows environment using visual C++ implementation computer graphics algorithms in C code word curve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:254540
    • 提供者:jack
  1. BezierDlg

    0下载:
  2. 基于MFC对话框的贝塞尔画曲线算法,用户可以指定N个点来拟合曲线-Bessel curve drawing algorithm MFC based on the dialog box, the user can specify the N points to the fitting curve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:140454
    • 提供者:杨洪达
« 12 3 »
搜珍网 www.dssz.com