三次张力参数样条曲线资源说明
三次张力参数样条曲线-three parameters spline curve
本专区汇聚了各类基于 数据拟合 开发的源码资源,共计 152 篇资源供开发者免费下载学习。
三次张力参数样条曲线-three parameters spline curve
二次样条函数半节点构造方法,算法实现的不错-quadratic spline function semi-node structure, a good algorithm
delphi版三次样条插值,并有两个例子-delphi version of cubic spline interpolation, and two examples
通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the s
曲线的三次样条插值,在非首尾节点处具有三次光滑性质-Curve cubic spline interpolation, in both nodes with non-smooth
拉格朗日函数的源程序代码,可实现多个数的插值运算,最多可达二十个之多-Lagrange function of source code, can realize more than
根据已知数据的权重对数据进行拟合,若不能给出数据的权重就默认为数据权重为1.这种拟合 方法是根据最小二乘进行的。-The basis of known data on the we
* 用埃特金插值法依据N个已知数据点计算函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的
插值样条的算法,并作图比较。-spline interpolation algorithm, and drawing comparison.
c拉格朗日插值函数-c Lagrange interpolation function
clamped bspline function.
拟合平面、抛物面 与模型进行比对;坐标文件的读入输出;VB语言