搜索资源列表
数值分析插值算法
- 数值分析插值算法-numerical analysis interpolation algorithm
插值算法
- 讲述了许多插值算法
ATKEN插值算法程序 MATLAB
- ATKEN插值算法程序 MATLAB
Matlab插值算法
- Matlab插值算法的源代码
quadterp.基于FFT的插值频率估计算法
- 基于FFT的插值频率估计算法,matlab代码。,FFT-based frequency estimation algorithm of interpolation, matlab code.
interpolation
- matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
griddataexam
- matlab三角插值算法-matlab triangle interpolation algorithm
interpolation
- 用c语言写的常用的数字插值算法,用于解决很多数值插值算法问题-Using c language commonly used to write the number of interpolation algorithms for numerical interpolation algorithm to solve a lot of questions
shuzhifenxi
- 这个程序的主要功能是可以进行插值算法的实现,作为C++程序,实现的速度很快-This procedure are the main functions of the interpolation algorithm can achieve, as a C++ procedures, implementation of fast
vebyk
- 二维网格点的克里金插值,克里金插值是一种插值算法,广泛应用在工业中,用matlab编写-The program is designed to interpolate values on a regular two-dimensional grid using ordinary kriging.
Gauss
- 高斯插值算法,有人需要吗,我的收藏,欢迎下载-Gaussian interpolation algorithm, some people need to be done, my collection, please download
shuzhifenxichazhi
- 该算法集集中了数值分析当中几乎所有的插值算法,如牛顿法,艾特肯法,高斯法,样条函数法等,均在MATLAB(R2006@)中运行通过了。-The algorithm sets a numerical analysis which focused on almost all the interpolation algorithms, such as Newton' s law, Aitken law, Gauss law, such as spline function method, are
interpolat
- 科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。-Science and engineering computing interpolation algorithm commonly used: Aitken, Akima, Hermite, Lagrange, spline interpolation.
Reuteretal2007
- google earth 中高程数据的插值算法-google earth elevation data in the interpolation algorithm
niudunchazhi
- 牛顿插值算法实现,以方便数学计算模块的应用,提供便利-Newton interpolation algorithm in order to facilitate the application of mathematical calculation module, to facilitate the
牛顿插值和欧拉法解方程
- 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
Chazhi
- 插值算法:拉格朗日插值,牛顿插值,三次自然样条(Java insert values compute .)
matlab插值算法编程
- 数值计算科学中的插值算法的MATLAB程序(MATLAB program of interpolation algorithm)
SplineInterpolationAitken插值算法 C++程序
- 用c++实现spline插值算法,需要的可以下载~~(Implementation of spline interpolation algorithm with c++)
拉格朗日插值算法
- 以上提供的是拉格朗日插值算法,由matlab2016编写完成,用于缺失数据填补,希望共同进步!