搜索资源列表
用C语言编写牛顿插值程序
- 用C语言编写牛顿插值程序-C language Newton interpolation procedures
径向基函数插值可视化
- 用OPENGL的简化版本glut 3.7 开发的径向基函数插值可视化三维图面旋转。用到了鼠标球追踪技术,径向基函数插值 压缩包下,data.txt为三维图形高度的值,ThreaD.cpp是源程序。Debug里面有在配置glut32.dll后可以运行的程序。其中glut-3.7.6.bin是glut包。如何配置请看里面的说明。如果,你对opengl有兴趣,那么这个是学习opngl的基础
采用递归方法计算插值程序
- 采用递归方法计算插值程序,维数可高达63维,程序很小,但很强。
demosaicing_m.rar
- 各种经典的插值程序,包括双线性、最邻近、拉普拉斯、平滑色度等插值方法,本人测试过.,classic demosaicing .m program
mkriging
- matlab编写的克里金插值程序和最近邻值点和距离反比例插值程序-Kriging
eight-fortran-interpolate-programme
- 常用的fortran插值程序,很有用,可以在资料缺省时进行插值计算-Fortran common interpolation procedures, useful data can be interpolated by default
insertvalue
- 拥有界面的函数插值程序,可以模拟牛顿插值法和拉格朗日插值法。-Interface has a function interpolation procedures, can simulate the Newton interpolation method and the Lagrange interpolation method.
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.
FORTRAN程序8个插值程序
- FORTRAN程序8个插值程序 很经典的插值程序,初学者必备。
插值与拟合
- 插值来求过已知有限个数据点的近似函数以及拟合matlab非常详细的教程。(Interpolation is used to find the approximate function of the known finite number of data points and the detailed tutorial of fitting matlab.)
插值程序c语言
- 用c语言编写的插值程序,里面有牛顿插值、拉格朗日插值等供大家学习参考(C language interpolation procedures, which have Newton interpolation, Lagrange interpolation, for reference)
拉格朗日插值
- 运用拉格朗日原理对曲线进行拟合插值c语言程序源代码(Lagrange curve interpolation C language source code)
matlab插值算法编程
- 数值计算科学中的插值算法的MATLAB程序(MATLAB program of interpolation algorithm)
SplineInterpolationAitken插值算法 C++程序
- 用c++实现spline插值算法,需要的可以下载~~(Implementation of spline interpolation algorithm with c++)
第4章 插值
- matlab插值计算相关程序,各种插值算法,有十九个文件(Matlab interpolation calculation related procedures, a variety of interpolation algorithms, there are nineteen files)
线性插值
- 任给两点处的数据,计算处其中点的插值结果(linear interpolation based on data at two points)
插值程序
- 用于matlab平台上的各种数值插值方法(Numerical interpolation)
常用的8种fortran插值程序
- 常用的8种fortran插值程序(包含线性插值,拉格朗日插值等)(8 commonly used FORTRAN interpolations)
插值程序新
- 飞行力学里编写弹道时所用到的插值程序,包括一维插值,二维插值和三维插值。(In flight mechanics, the interpolation procedures used in compiling the trajectory include one-dimensional interpolation, two-dimensional interpolation and three-dimensional interpolation.)