搜索资源列表
GraphAlgorithms
- Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y=lagr1(x0,y0,x) n=length(x0) m=length(x) for i=1:m z=x(i) -Lagrange interpolation function lagr1 (x0, y0, x) Matlab source : lagr1 function y = (x0, y0, x) n = length (x0) m = length (x) for
第二种边界条件的三次样条函数插值与微商
- 第二种边界条件的三次样条函数插值与微商-second boundary conditions cubic spline interpolation function and the derivative
第三种边界条件的三次样条函数插值与微商
- 第三种边界条件的三次样条函数插值与微商-third boundary conditions cubic spline interpolation function and the derivative
第一种边界条件的三次样条函数插值与微商
- 第一种边界条件的三次样条函数插值与微商-first boundary conditions cubic spline interpolation function and the derivative
function
- 本小程序主要是用VB编程进行函数和插值的运算
函数插值方法
- 数值分析函数插值方法-numerical analysis function interpolation method
insertvalue
- 拥有界面的函数插值程序,可以模拟牛顿插值法和拉格朗日插值法。-Interface has a function interpolation procedures, can simulate the Newton interpolation method and the Lagrange interpolation method.
Xu_shiliang_Program
- 各种插值,和多次函数,样条函数拟合的程序,非常实用。-Various interpolation, and multiple functions, spline fitting procedures, very practical.
fjash
- 背单词程序 数值微分包括用插值多项式求数值导数 用三次样条函数-Memorizing words program numerical differentiation include numerical derivative with interpolation polynomial Using cubic spline function
yyrlstl
- 图像放缩,调用Windows Api函数,采用二次线性插值算法实现,,(Image zooming, calls the Windows Api function, USES the quadratic linear interpolation algorithm,,)