搜索资源列表
100245
- 用来绘制样条曲线的基本方法,采用的是追赶法-used to map spline curve, the basic methodology used is to catch up with the law
Bsplinecurve.rar
- 基于VC的三种端点条件的插值B样条曲线绘制,包括夹持端点,自由端点,抛物线端点,线性方程组的解法采用了追赶法。,VC based on the conditions of the three endpoint interpolation B-spline curve drawing, including the gripping end, the Liberal endpoint, the endpoint parabola, the solution of linear equations u
ControlPt.rar
- 根据曲线上的型值点,用追赶法求反算出3次B样条的曲线控制顶点,再由3次B样条的系数矩阵设定均匀节点(50份)矢量求出50个点。 左键输入,完后右键完成输入,重新绘制,Under the curve data points, with catch-up method to calculate the anti-3 B-spline curve control points, and then 3 times by B-spline coefficient matrix of the node s
nurbs-algo
- 绘制NURBS的程序,有重点处理的功能,追赶法求的矩阵-Draw NURBS program, handling with double points well, catch up method to solve the linear system
atkenAndFollowup
- 埃特金插值算法和追赶法求解三对角方程组,都是自己通过看书自己编写的,我个人觉得还是具有通用性的。-The Aitken interpolation algorithm and the catch-up method for solving tridiagonal equations are own by reading a book I have written, I personally think it has the versatility.
ThrSpline1
- 三次样条插值程序,这个需要配合追赶法来求解一个线性方程组。-Cubic spline interpolation procedure, this need with the catch-up method to solving a linear equation.
cz
- AE反距离IDW、克里金Krige插值.txt I显示方法.c www.pudn.com.txt 三对角线追赶法.C 三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt 二分法.c 分段线性插值.c 列主元元素消元.C 利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt 反距离加权插值,貌似不好用IDWUtil.java 埃特肯.c 复合梯形法.c 复合辛普森.c 弦割法.c 操作复数的类Com
Des333ktop
- matlab源码-追赶法 可以作为参考使用,在学习的过程中 -matlab source- catching method can use as a reference, in the learning process
chase
- 用追赶法可以进行对于矩阵的求解,进而可以得到很多理想的结果。可以用于图像编码。-the chase method is used for solving the matrix formula so that the solution can be used in the image encoding
0521013
- 杜里特尔分解法 c改进平方根法 c拉格朗日插值法 cpp牛顿迭代 cpp梯形法积分 cpp追赶法 c 杜里特尔分解法 c改进平方根法 c拉格()
nsgz
- 追赶法是求解三对角方程组的一种方法,主要用与求解大型的三对角方程,在很多方面都可以用到,以上为追赶法的C语言程序实现()
spline 三次样条曲线的例子
- spline 完成三次样条差值,其中使用追赶法求解M矩阵。