搜索资源列表
-
0下载:
C语言版本三次样条插值,介绍了三次样条插值函数如何计算的代码,可以在TC上直接运行-C language version of cubic spline interpolation, cubic spline interpolation described how to calculate the function of the code, you can run directly on TC
-
-
0下载:
2D图形算法,基于三次样条插值的曲线绘制,用MFC开发。-2D graphics algorithms, based on cubic spline interpolation of the curve drawn with MFC development.
-
-
0下载:
This a file describing the interpolation problems dealing with cubic splines.Very useful for drawing such curves.-This is a file describing the interpolation problems dealing with cubic splines.Very useful for drawing such curves.
-
-
0下载:
C2:插值
1 拉格朗日插值(POLINT)
2 有理函数插值(RATINT)
3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值))
4 有序表的检索法(LOCATE(二分法), HUNT(关联法))
5 插值多项式(POLCOE(n2), POLCOF(n3))
6 二元拉格朗日插值(POLIN2)
7 双三次样条插值(SPLIE2)-C2: 1 Lagrange interpolation interpolation (PO
-
-
0下载:
三次样条插值程序,这个需要配合追赶法来求解一个线性方程组。-Cubic spline interpolation procedure, this need with the catch-up method to solving a linear equation.
-
-
1下载:
MATLAB三次样条插值法 求信号的包络线 源代码(MATLAB cubic spline interpolation method for the signal envelope source code)
-