三次样条插值- 下载
|
数值分析,三次样条插值的实验代码,可工大家参考-numerical analysis, cubic spline interpolation of code, the reference 下载
|
计算三次样条插值函数- 下载
|
这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change. 下载
|
插值 1.拉格朗日插值 2.有理函数插值 3.三次样条插值 4.有序表的检索法 5.插值多项式 6.二元拉格朗日插值 7.双三次样条插值- 下载
|
三次参数样条插值曲线1三次参数样条插值曲线2三次参数样条插值曲线3-parametric cubic spline interpolation curve parameters of a three-spline interpolation curve 2 parametric cubic spline interpolation curve 3 下载
|
插值演示,牛顿插值,拉格浪日插值,三次样条插值-interpolation demonstration of Newtons interpolation, the waves of Rugby Day interpolation, cubic spline interpolation 下载
|
用matlab编写的线性插值,最近邻域插值,和双三次样条插值。-using Matlab prepared by the linear interpolation, the recent neighborhood interpolation and bicubic spline interpolation. 下载
|
图像旋转(三次样条插值)-image rotation (cubic spline interpolation) 下载
|
7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian inter 下载
|