CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 贝塞尔曲线

搜索资源列表

  1. vcbezier

    0下载:
  2. 贝塞尔曲线生成算法源码-Bezier curve generation algorithm source code
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1284
    • 提供者:秋水寒
  1. Bèzier

    0下载:
  2. 关于贝塞尔曲线,带控制顶点和控制多边形达到G1连续的两段3次Bèzier曲线的绘制-on Bessel curve, with the control vertices and control polygon G1 achieve two consecutive three Bzier curve drawing
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1598
    • 提供者:eric
  1. Bessemer_line

    0下载:
  2. 如何画贝塞尔曲线的算法,可以利用此算法作手机屏保程序,类似于windows 的屏保或其他图形算法-how painting Bessel curve algorithm, the algorithm can be used to make phone screensaver, similar to a screensaver windows or other graphics algorithm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:105993
    • 提供者:康伟
  1. 计算机图形学小项目

    1下载:
  2. 实现了 DAA画线法画直 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (必做) (2) 二维区域填充(四向种子填充颜色算法) (选作) (3) 直线裁减(任选一种) (必做) (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)(必做) -realized DAA painting painting straight line method (1) dotted line method Circle (input coordinates x,
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:89469
    • 提供者:韩为
  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. cup

    0下载:
  2. 这段代码可以通过一段贝塞尔曲线画出一个杯子,并可以切换纹理。(建议在linux下运行)。 运行:make 编译,./Courbe coupe.glb ,在 coupe.glb 文件中有多项属性可供修改,用来控制纹理文件,纹理大小,控制点个数和控制点坐标。-This code can draw a Bezier curve of a cup, and can switch texture. (Recommendation run in linux). Operation : make comp
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:12041
    • 提供者:
  1. CurvePainter

    0下载:
  2. n次贝塞尔曲线及三次b样条曲线的绘制,使用自己编写的curve类,实现曲线上点坐标的计算与绘制,曲线点坐标的计算使用递归算法。点击左键设定控制点,之后点击右件绘制曲线。-n Bessel curve and three b-spline curve mapping, prepared to use their own type of curve, curve coordinates of the point on the calculation and drawing, curve coordi
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:33965
    • 提供者:陈玉林
  1. bezzal00

    0下载:
  2. 一个绘制贝塞尔曲线,可以将曲线平滑,还不错,可以看看!-a mapping Bessel curve can be smooth curves, quite good, we can!
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3295
    • 提供者:赵军
  1. 146165

    0下载:
  2. DAA画线法画直线 (1) 中点画线法画圆(输入x坐标,y坐标,圆心) (2) 二维区域填充(四向种子填充颜色算法) (3) 直线裁减 (4) 贝塞尔曲线(输入四个控制点,或者直接用鼠标点,要求坐标会随右键显示)-DAA painting painting straight line method (1) dotted line method Circle (input coordinates x, y coordinates, Center) (2) two-dimensi
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:84396
    • 提供者:huang wei
  1. 53530909VC

    0下载:
  2. 在VisualC++环境下,曲线(贝塞尔曲线)程序处理的一个小程序,其中代码和大家共享一下-the VC environment, the curve (Bezier curve) procedures for dealing a small program, code and share what
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:88138
    • 提供者:唐姝旻
  1. 2D_curve

    0下载:
  2. 2D的贝塞尔曲线几种画法(2D_curve). 用到QueryPerformanceCounter及QueryPerformanceFrequency的帧速计数.-2D Bezier curves of several paintings (2D_curve). Use QueryPerfor manceCounter frame and QueryPerformanceFrequency speed counts.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:63814
    • 提供者:金哥
  1. bezier3

    0下载:
  2. 这是个绘制三次贝塞尔曲线的小程序,源码附上,供大家参考-This is a Bezier curve drawing three small procedures, the source code attached for your reference
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:26599
    • 提供者:berry
  1. Bezier1-1

    0下载:
  2. OpenGL,Visual C++ 生成贝塞尔曲线 KEYfunction: c - 清空屏幕;e - 擦除曲线;b - 画贝塞尔曲线-OpenGL, Visual C Bessel curve KEYfunction Generation : c-blank screen; e-erasure curve; b-painting Bessel curve
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:66848
    • 提供者:许家琦
  1. CURVES

    0下载:
  2. 一个完整的C++程序,可以实现多线程绘制动态的贝塞尔曲线-A complete C++ program, you can achieve a dynamic multi-threaded rendering Bezier curves
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:29332
    • 提供者:zhangjin
  1. Bezier

    0下载:
  2. Bezier贝塞尔曲线,平滑算法实现,绘制贝赛尔Bezier曲线Applet-Bezier Java
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:6737
    • 提供者:Ivan
  1. BiSheXin

    0下载:
  2. 基于VC++MFC以及openGL实现贝塞尔曲线,B样条曲线,Nurbs曲线的绘制,拖动控制点可以移动曲线-Based on VC++ MFC and achievement of openGL Bezier curves, B-Spline Curves, Nurbs curve drawing, drag the control point can move the curve
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2036444
    • 提供者:康曦
  1. BEZIER

    1下载:
  2. 贝塞尔曲线的实现,可通过控制点改变曲线的形状,观察两段曲线的拼接~-failed to translate
  3. 所属分类:图形图象

    • 发布日期:2012-12-07
    • 文件大小:68835
    • 提供者:古灵儿
  1. vb光滑曲线

    1下载:
  2. 曲线三次样条涉及到数值分析啊,不知道GDI里面有没有现成的函数,用贝塞尔曲线画也能够实现光滑效果!(Curve three times the sample involves the numerical analysis ah, do not know GDI there is no ready function, with the Bezier curve painting can also achieve smooth effect!)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:18432
    • 提供者:令狐chong
  1. MATLAB

    1下载:
  2. 离散点拟合贝塞尔曲线,可以改变阶数,求控制点并求出误差(Fitting Bezier curve with discrete points)
  3. 所属分类:matlab例程

    • 发布日期:2020-03-08
    • 文件大小:4096
    • 提供者:Adrienlee
  1. 曲线和曲面算法

    1下载:
  2. 代码包含以下算法:三叶梅花线,圆柱螺线,圆锥螺线,三次贝塞尔曲线,三次B样条曲线。 环形面,锥面,双线性曲面,旋转曲面,贝塞尔曲面,B样条曲面。(The code contains the following algorithms: three-leaf plum blossom line, cylindrical spiral, conical spiral, cubic Bezier curve, cubic B-spline curve. Torus, cone, bilinear sur
  3. 所属分类:Windows编程

    • 发布日期:2021-04-06
    • 文件大小:44032
    • 提供者:汪翔
« 1 2 3 45 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com