搜索资源列表
Bezier曲线算法
- Bezier曲线算法
平行投影Bezier曲面
- 对投影的曲线算法-right curve projection algorithm
计算机图形学算法演示系统
- 计算机图形学部分算法演示系统:包括:直线,圆,Bezier曲线,直线裁剪算法。-some algorithm in computer graphics presentation systems : including : straight lines, circles, Bezier curves, straight cutting algorithm.
画图系统
- 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the foll
Bezier2006
- Bezier曲线生成算法的实现 谢谢大家,希望能给你们带来方便-Bezier curve generation algorithm Thank you for the realization of the hope that you can bring convenience
Bezier_3_ins
- Bezier曲线的一般C代码算法,在VC环境下运行的.-the general Bezier curve C code algorithm, the VC environment operates.
pingbao_xiaoyi
- 这是一个短小的图象屏保程序。是在c下开发的。主要运用了Bezier曲线算法.-This is a short picture screen saver. C is under development. The main use of the Bezier curve algorithm.
TwoWork
- 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)
MFCBezier
- Bezier曲线的C++算法实现.利用MFC库自己编写.-Bezier curve C algorithm. Use to prepare themselves for MFC.
graphicDemo
- 一个简单的图形演示系统,包括多边形的填充,多点插值 (逼近) 的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
VC6DrawBezier
- 这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指
AlgOfBezier
- 此程序实现了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
StudyGraph
- 一个VC写的绘图程序,演示了Bresenham算法生成直线、园,还有Bezier曲线生成。对学习图形学很有帮助-write a VC mapping procedures, demonstrated the Bresenham algorithm to create line, the landscape, There Bezier curve generation. Learning helpful graphics
Bezier_CutLIne
- 直线段的裁剪和绘制,1、自由曲线包括:二次、三次Bezier曲线,二次、三次均匀B样条曲线; 2、Bezier曲线的实现算法要求选用细分算法; 3、均匀B样条曲线过控制多边形的首末顶点; 4、利用B样条曲线的局部控制性来动态修改曲线形状; 5、界面设计友好、几何直观。 裁剪算法选用Cohen-Sutherland算法; -straight of the cutting and painting, a free c
2
- Bezier曲线算法.txt -Bezier curve algorithm. Txt
Bezier
- 实现计算机图形学bezier曲线的算法,用visual C++ 6.0实现-The realization of computer graphics algorithm for Bezier curves, using visual C++ 6.0 to achieve
Bezier
- Bezier曲线平滑.zip 曲线平滑算法-Bezier curve smoothing. Zip curve smoothing algorithm
Shiyan5
- 图形学,三种算法画直线,园,区域填充,图形转换,Bezier曲线和B曲线算法-Graphics, drawing a straight line of three algorithms, park, area filling, graphics converter, Bezier curves and B curve algorithm
Bezier_deCasteljau_and_B_deBoor
- Bezier曲线(deCasteljau算法)和B样条曲线(deBoor算法)-Bezier curve (deCasteljau algorithm) and the B-spline curve (deBoor algorithm)
++三次样条插值和贝塞尔曲线实例程序
- this document is including the algorithm of the Bezier curve, and also including the code of this curve.