搜索资源列表
三次样条曲线
- 由本人改编自C程序的一个三次样条曲线模拟正弦波程序源码,有兴趣的可以看看.-from C procedures adapted from a cubic spline curve simulated sine wave source procedures are interested can look at.
样条演示
- 实现了图形学中的几种样条的绘制算法.包括二次、Bezier、B样条(二次、三次)等.-achieve the graphics of several samples of the mapping algorithm. Including the secondary, Bezier, B-spline (second, third).
CurvePainter
- 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
Gaphics
- 我是一名大学的学生,我没有做过很复杂的编程练习,这也是我第一次上传源程序,这次上传的是我做计算机图形学的练习时在WIN-TC环境下所编的一些程序,其中有二维图形的基本变换(平移,旋转,错切,放缩,对称)的动画演示、三维图在二维平面上的消隐图的显示、线条的裁减、抛物线的绘制以及B样条曲线的绘制,程序中有详细的注释,希望对学生朋友们能够有所帮助。-I was a university student, I had not done a very complex programming exercis
DrawBSplineCode
- 绘制三次样条曲线的vc程序,实用有效,需要的同志可以借鉴-drawing cubic spline curve vc procedures, practical and effective, it needs can learn from Comrade
CubicBSpline
- 生成三次均匀B样条的曲线,可交互的改变关键点的位置,生成新的B样条-Third Generation uniform B-spline curves, interactive key change the location, the new generation of B-Spline
3BSpline
- 三次B样条拟合计算非穿过所有已知点的光滑曲线上的坐标组(其中List为动态数组类型)
bsplines
- 计算机绘图程序,三次B样条函数曲线,包含源代码及Delphi图形范例,适合曲线拟合用途
nurbs123
- 三次非均匀B样条曲线,根据已知点画出一次,二次,三次的B样条曲线-three non-uniform B-spline curves, according to a known point draw, second, third B-spline curves
8pointsBspline.rar
- 对于8个顶点B样条曲线进行拟合,采用有理三次B样条算法,8 vertex for B-spline curve fitting, using rational cubic B-spline algorithm
huizhibiquxian
- 绘制Bézier曲线, 三次B样条曲线的C++源程序-Drawing Bézier curves, three B-spline curve of C++ source code
Close3B
- 采用拟三对角矩阵反算出过一定点(大于等于3个)的控制顶点,再由这些控制顶点计算出3次B样条曲线,由于曲线封闭的,所以无需引入边界条件即可求得曲线。-Used to be anti-tridiagonal matrix calculated over a certain point (greater than or equal to 3) of the control points and then calculate the control points of these 3 B-spline
Ero
- Besier三次曲线何B样条三次曲线VC++源程序 只要用vc++打开工作空间即可-Dr Besier cubic B-spline cubic curve as long as the VC++ source code using vc++ open the workspace can be
Spline
- 三次样条插值检测程序源代码 调试通过 可以实现三次样条插值 -Cubic spline interpolation through the test program source code debugging。
two-cubic-spline
- 用vc++平台开发的双三次样条插值函数,具有很高的精度-Vc++ platform with two-cubic spline interpolation function, has high accuracy
matlab-sanciyangtiao-b
- 三次样条曲线和B样条曲线matlab源程序-Cubic spline curves and B-spline curve matlab source
SplineInterpolation-in-mfc
- 1、将三次样条插值功能封装成CCubicSplineInterpolation类,所采用的是第二类边界条件:在端点的二阶导数值为0. 2、基于对话框设计了使用界面,通过打开文件夹内的test.xls可以载入全部数据,并可利用上述三次样条类进行单点插值和全部插值。 3、经检验,该程序插值结果与matlab中: pp=csape(a,b, second ,[0 0]) result=ppval(pp,x0) 插值结果一致。-1, will be packaged into a cub
Spline
- 用于计算机图形学中的二次、三次样条插值和普通的线性插值、二次插值-Used in computer graphics in the second, third order spline interpolation and ordinary linear interpolation, quadratic interpolation
rqip
- 掌握用MATLAB计算拉格朗日,分段线性,三次样条三种插值的方法-Master the MATLAB computing Lagrange, piecewise linear, three kinds of cubic spline interpolation method
spline 三次样条曲线的例子
- spline 完成三次样条差值,其中使用追赶法求解M矩阵。