搜索资源列表
-
1下载:
这是用VC6.0编写的绘制三次Bezier曲线的程序,使用MFC框架文档视图结构。程序除实现三次Bezier曲线的绘制,还实现了点,直线,圆的绘制,可做为学习计算机图形算法的参考。与其它Bezier曲线绘制程序的不同是,本程序实现了Bezier曲线上型值点的计算显示。程序中编写了Bezier曲线类来完成Bezier曲线的绘制,并能对绘制的曲线数据进行保存与打开。对学习文件操作也有一定帮助。这是我第一次上传源码,有什么不妥之处还请管理员指点。谢谢!-VC6.0 prepared by the cu
-
-
0下载:
在VB环境下绘制的三次 Bezier曲线,还不完善尚在修改中-in VB environment mapping of cubic Bezier curve, change is still not perfect! !
-
-
0下载:
插值三次 Bezier 曲线一般算法-cubic Bezier curve interpolation algorithm general
-
-
0下载:
三次 Bezier 曲线一种不错的算法 -cubic Bezier curve of a good algorithm
-
-
0下载:
三次Bezier曲线虽然原理跟二次Bezier曲线的类似,但是具体编程时还是有很多地方需要注意,因实际应用中三次Bezier曲线的作用越来越大,所以编了此程序以供参考-cubic Bezier curve Although the Second Principle Bezier curve with a similar, but specific programming when there are still many areas that need attention, according
-
-
1下载:
这是一个描绘一条三次Bezier曲线的程序,其中点的选取已经考虑到平滑性。-This is a cubic Bezier curve depicting a procedure for the selection of which points have been taken into account smoothness.
-
-
0下载:
OpenGL三次贝塞尔曲线绘制,交互式的绘制图形,源码与详细注释。-OpenGL cubic Bezier curve drawing, interactive rendering graphics, source code and detailed comments.
-
-
0下载:
用两种方法实现贝赛尔曲线的画法。Java库函数和贝赛尔曲线原理公式画法,用这两种方法画一个小动物。-Two methods to achieve Bezier curve drawing method. Java library functions and principles of Bezier curve formula for painting, using these two methods to draw a small animals.
-
-
0下载:
A C++ program to draw a Cubic Bezier Curve
-
-
0下载:
四个控点的三次Bezier曲线,在c++里用opengl实现-4 cubic Bezier curve control points, where the c++ with opengl implementation
-
-
1下载:
三次贝塞尔分段插值(按照Excel曲线算法),计算平滑曲线上任意一点的点坐标的自定义函数BezierFit。 Excel的平滑曲线没有提供这个曲线图的公式,所以通过编程查找曲线上的点坐标。-Cubic Bezier Interpolation (in accordance with the Excel curve algorithm) to calculate any point on a smooth curve point coordinates of the custom function
-
-
0下载:
一个非常简单的三次贝齐尔Bezier曲线生成算法,由给定的控制点通过Bernstein基函数生成。-A very simple cubic Bezier Bezier curve generation algorithm, from given control points generated by Bernstein basis functions.
-
-
0下载:
计算机图形学中,对曲线做三次Bezier曲线等分作图算法-Computer graphics, to do the curve plotting algorithm cubic Bezier curve decile
-
-
1下载:
绘制n次Bezier曲线时,应可以输入控制点个数及控制点x,y坐标,输入数据可以放到文本文件中,以便调试。对于三次Bezier曲线,用多个曲线段拼接而成,并且要求曲线一阶导数连续。绘制Bezier曲面时,应可以输入控制多面体的顶点坐标与曲线的间距。-Bezier curve drawing n times, should be able to enter the number of control points and control points x, y coordinates, the i
-
-
0下载:
实现曲线(三次贝塞尔曲线,三次B样条曲线,三叶梅花线,圆锥\圆柱螺线),曲面(贝塞尔曲面,B样条曲面,环形曲面,旋转曲面)等功能.-Curve (cubic Bezier curve, cubic B-spline curves, clover Plum Line, cone \ cylindrical spirals), surfaces (Bezier, B-spline surfaces, annular curved surface of revolution).
-
-
0下载:
三次 Bezier 曲线一种不错的算法 -cubic Bezier curve of a good algorithm
-
-
0下载:
Bézier curve生成三次贝塞尔曲线的源代码, 函数ComputeBezier将以控制点cp产生的曲线点填入Point2D结构的数组
调用者必须分配足够的空间以供输出结果——<sizeof(Point2D) numberOfPoints>-Bzier curve cubic Bezier curve generated source code, function ComputeBezier will control point cp curve points to fil
-
-
0下载:
用二次或三次B样条或Bezier曲线算法生成曲线。-Generated by a quadratic curve or a cubic B-spline or Bezier curve algorithm.
-
-
0下载:
matlab课程编程【谷速软件】使用三次贝塞尔曲线逼近圆-Courses matlab software programming speed [Valley] using a cubic Bezier curve approximation round
-
-
1下载:
使用18个控制点绘制6组三次Bezier曲线鱼轮廓,可以通过调节控制点,控制鱼轮廓生成形状。-Use 18 control points cubic Bezier curve drawing six groups of fish outline, shape can be generated by adjusting the control points, control fish profile.
-