搜索资源列表

  1. Bezier曲线算法

    0下载:
  2. Bezier曲线算法
  3. 所属分类:源码下载

  1. 平行投影Bezier曲面

    0下载:
  2. 对投影的曲线算法-right curve projection algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-10-16
    • 文件大小:58368
    • 提供者:小赵
  1. 计算机图形学算法演示系统

    1下载:
  2. 计算机图形学部分算法演示系统:包括:直线,圆,Bezier曲线,直线裁剪算法。-some algorithm in computer graphics presentation systems : including : straight lines, circles, Bezier curves, straight cutting algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2024-10-16
    • 文件大小:80896
    • 提供者:cwm_awt
  1. 画图系统

    0下载:
  2. 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the foll
  3. 所属分类:绘图程序

    • 发布日期:2024-10-16
    • 文件大小:5120
    • 提供者:李玮玮
  1. Bezier2006

    0下载:
  2. Bezier曲线生成算法的实现 谢谢大家,希望能给你们带来方便-Bezier curve generation algorithm Thank you for the realization of the hope that you can bring convenience
  3. 所属分类:绘图程序

    • 发布日期:2024-10-16
    • 文件大小:2048
    • 提供者:李华
  1. Bezier_3_ins

    0下载:
  2. Bezier曲线的一般C代码算法,在VC环境下运行的.-the general Bezier curve C code algorithm, the VC environment operates.
  3. 所属分类:分形几何

    • 发布日期:2024-10-16
    • 文件大小:3072
    • 提供者:bean_49
  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/图象编程

    • 发布日期:2024-10-16
    • 文件大小:1024
    • 提供者:陈传义
  1. TwoWork

    1下载:
  2. 1\直线段的裁剪算法Cohen-Sutherland 2\二次、三次Bezier曲线,二次、三次均匀B样条曲线(过首末顶点)(不会抖动)-1 \ line of the cutting algorithm Cohen-Sutherland 2 \ Second, Bezier curves, second, third uniform B-spline curves (after the end of the first peak)
  3. 所属分类:绘图程序

    • 发布日期:2024-10-16
    • 文件大小:1218560
    • 提供者:
  1. MFCBezier

    0下载:
  2. Bezier曲线的C++算法实现.利用MFC库自己编写.-Bezier curve C algorithm. Use to prepare themselves for MFC.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-10-16
    • 文件大小:37888
    • 提供者:李才
  1. graphicDemo

    0下载:
  2. 一个简单的图形演示系统,包括多边形的填充,多点插值 (逼近) 的Hermite曲线、Bezier曲线及B样条曲线平面中的凸壳算法-a simple graphic display systems, including polygon filling, Multi-point interpolation (approximate) Hermite curve, Bezier curves and B-spline curves of co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-10-16
    • 文件大小:70656
    • 提供者:qbj
  1. VC6DrawBezier

    1下载:
  2. 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指
  3. 所属分类:绘图程序

    • 发布日期:2024-10-16
    • 文件大小:174080
    • 提供者:王占辉
  1. AlgOfBezier

    0下载:
  2. 此程序实现了bezier曲线的生成算法,分别利用了递归算法和中点插算法。开发环境为VS2003-this program achieved a bezier curve generation algorithm, namely the use of recursive algorithm and the midpoint interpolation algorithm. Development Environment for VS200
  3. 所属分类:OpenGL

    • 发布日期:2024-10-16
    • 文件大小:427008
    • 提供者:雷恩
  1. StudyGraph

    0下载:
  2. 一个VC写的绘图程序,演示了Bresenham算法生成直线、园,还有Bezier曲线生成。对学习图形学很有帮助-write a VC mapping procedures, demonstrated the Bresenham algorithm to create line, the landscape, There Bezier curve generation. Learning helpful graphics
  3. 所属分类:绘图程序

    • 发布日期:2024-10-16
    • 文件大小:36864
    • 提供者:freesurfing
  1. Bezier_CutLIne

    0下载:
  2. 直线段的裁剪和绘制,1、自由曲线包括:二次、三次Bezier曲线,二次、三次均匀B样条曲线; 2、Bezier曲线的实现算法要求选用细分算法; 3、均匀B样条曲线过控制多边形的首末顶点; 4、利用B样条曲线的局部控制性来动态修改曲线形状; 5、界面设计友好、几何直观。 裁剪算法选用Cohen-Sutherland算法; -straight of the cutting and painting, a free c
  3. 所属分类:绘图程序

    • 发布日期:2024-10-16
    • 文件大小:331776
    • 提供者:rtshen
  1. 2

    0下载:
  2. Bezier曲线算法.txt -Bezier curve algorithm. Txt
  3. 所属分类:绘图程序

    • 发布日期:2024-10-16
    • 文件大小:2048
    • 提供者:lanpiao
  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/图象编程

    • 发布日期:2024-10-16
    • 文件大小:384000
    • 提供者:xuhang75
  1. Bezier

    0下载:
  2. Bezier曲线平滑.zip 曲线平滑算法-Bezier curve smoothing. Zip curve smoothing algorithm
  3. 所属分类:系统编程

    • 发布日期:2024-10-16
    • 文件大小:58368
    • 提供者:chen
  1. Shiyan5

    0下载:
  2. 图形学,三种算法画直线,园,区域填充,图形转换,Bezier曲线和B曲线算法-Graphics, drawing a straight line of three algorithms, park, area filling, graphics converter, Bezier curves and B curve algorithm
  3. 所属分类:图形图象

    • 发布日期:2024-10-16
    • 文件大小:2073600
    • 提供者:飓风
  1. Bezier_deCasteljau_and_B_deBoor

    0下载:
  2. Bezier曲线(deCasteljau算法)和B样条曲线(deBoor算法)-Bezier curve (deCasteljau algorithm) and the B-spline curve (deBoor algorithm)
  3. 所属分类:2D图形编程

    • 发布日期:2024-10-16
    • 文件大小:1024
    • 提供者:Sun
  1. ++三次样条插值和贝塞尔曲线实例程序

    0下载:
  2. this document is including the algorithm of the Bezier curve, and also including the code of this curve.
  3. 所属分类:文档资料

    • 发布日期:2024-10-16
    • 文件大小:1921024
    • 提供者:yajian
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org