搜索资源列表
用C语言编写牛顿插值程序
- 用C语言编写牛顿插值程序-C language Newton interpolation procedures
插值算法
- 用C++编写的插值程序-prepared by the interpolation procedures
Newton 插值程序
- 本程序的要求是已知几个节点x及节点函数f(x),要求近似函数!只要输出每点函数,对角线上的值,和最后一行的值,为继续插值准备! 例如:0.00 0.00000 0.20 0.20134 0.30 0.30452 0.50 0.52110 得到结果:0.00000 0.20134 1.006700 0.30452 0.083666 0.52110 1.082900 0.170333 0.173334 f(0.230000)=0.249337 Rx(0.230000)=-1.46917e-09f-t
三次样条插值程序
- 三次样条插值c程序
采用递归方法计算插值程序
- 采用递归方法计算插值程序,维数可高达63维,程序很小,但很强。
matlab插值代码
- 包含了双线性双三次等插值程序
mkriging
- matlab编写的克里金插值程序和最近邻值点和距离反比例插值程序-Kriging
eight-fortran-interpolate-programme
- 常用的fortran插值程序,很有用,可以在资料缺省时进行插值计算-Fortran common interpolation procedures, useful data can be interpolated by default
lxnwork
- 线性非线性 插值程序 用来求出 插值函数的 点具体如内容所属-Linear interpolation procedure used to derive non-linear interpolation function, such as the specific content of their
ga_fit
- 遗传算法插值程序,直接使用-Genetic algorithms interpolation procedures, direct use
SplineDemo_lhd
- 三次样条插值程序演示。在SplineDemoView.cpp文件中的函数BOOL CSplineDemoView::ZSpline3()和函数double Spline3(double)是实现三次样条插值算法的核心函数。用VC6.0编译运行后,在窗口上由左至右点击鼠标左键设置一些点,然后点击鼠标右键即绘出穿过这些点的三次样条插值曲线。-Cubic spline interpolation procedure demonstration.
MATLAB-interpolation-process
- MATLAB 中的插值程序,含说明与范例,并比较四种插值方法的结果。-MATLAB in the interpolation process, including descr iption and examples, and compare the results of four kinds of interpolation methods.
matlab插值算法编程
- 数值计算科学中的插值算法的MATLAB程序(MATLAB program of interpolation algorithm)
SplineInterpolationAitken插值算法 C++程序
- 用c++实现spline插值算法,需要的可以下载~~(Implementation of spline interpolation algorithm with c++)
插值与拟合
- matlab经典算法的程序\插值与拟合 包括多项式的拟合,多项式的插值,有经典算例(The program of the classical matlab algorithm -- interpolation and fitting)
反算NURBS曲线插值控制点并计算NURBS插值曲线
- 对于给定的数个离散数据点,使用3次NURBS(非均匀有理B样条曲线)进行插值拟合。该算法程序能够反算出NURBS曲线控制点并绘制经过给定离散点的插值曲线。(For a given number of discrete data points, the 3 NURBS (nonuniform rational B spline curve) is used for interpolation fitting. The algorithm can calculate the control poin
牛顿插值
- matlab牛顿插值法的程序,分为五分和十分(Newton interpolation, five and ten points)
插值法程序
- 插值法程序,包含拉格朗日插值法和牛顿插值法(interpolation method, includes Lagrange interpolation and Newton interpolation)
三次样条插值
- 程序主要实现了三次样条插值,程序注释很详细(It mainly implements cubic spline interpolation with detailed program annotations.)
插值法MATLAI程序
- 插值法,分段插值,程序运行可靠,可解决问题,仿真结果有2张图可以选择(Interpolation method, piecewise interpolation, the program runs reliably, can solve the problem, simulation results have two pictures to choose)