搜索资源列表
polyfit
- 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2
spine
- 样条类的C++,该类包括三次样条的插值,拟合和B样条的插值,拟和等功能 。自己编写的简单适用的函数,粘上即可用。
shuzhi1
- 自编的三次样条插值算法模拟车门曲线,可根据数据点很好拟合曲线,并作图。
三次样条曲线拟合
- 三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
cubicsplineinterpolation
- 三次样条插值拟合数据 不同自变量区间内的三次样条函数-Fitting cubic spline interpolation of data from the variable range of different cubic spline function
NumericalAnalysis
- 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
chazhi
- 利用牛顿、拉格朗日、三次样条及线性插值方法拟合数据-The use of Newton, Lagrange, cubic spline and linear interpolation method of fitting data
CubicSpline
- 根据给定点和区间值得出三次样条拟合方程的系数-According to a given point and interval should be a cubic spline fitting coefficient
spline
- 用于求解三次样条拟合!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Used to solve the cubic spline fitting! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
calculation
- 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
vb
- vb代码,做最小差值的线性拟合和三次样条曲线拟合的vb代码,有说明,三次样条和最小误差法进行曲线拟合-vb code, so the minimum difference between the linear fit and cubic spline curve fitting of the vb code, descr iption, and minimum error of spline curve fitting method
bb
- 对数据进行三次样条曲线的拟合,和线性插值拟合,计算过程都已经进行了模块化处理-The data fitting cubic spline curves, and linear fitting, the calculation process have been carried out modular design
sanciyangtiaonihe
- 三次样条拟合函数,通过拟合点计算出三次样条函数。-Cubic spline fitting function calculated by fitting the point cubic spline function.
c_spline
- 本程序实现十个左右离散的数据的三次样条算法拟合,能够在离散数据之间按三次样条方法进行插值。-ths program describe some inserting methods among some descrete datas with trible spline alg.
matlabchazhiyunihe
- 插值与拟合实验,包括拉格朗日、分段线性、三次样条插值方法,以及线性最小二乘拟合,包括数学建模实例-Interpolation and fitting the experimental, including Lagrange, piecewise linear, cubic spline interpolation, and linear least squares fitting, including examples of mathematical modeling
spline
- 三次样条曲线拟合代码,先训练,后差值,计算非常准确-Three times spline curve fitting, the first training, and after, computation is very accurate
spline-fitting
- 计算机图形学中的三次样条曲线插值与最小二乘法拟合-Computer graphics, cubic spline interpolation and least squares method fitting
CubicSpline
- 计算机图形学中的三次样条曲线插值拟合算法,希望对大家有所帮助-Computer graphics, cubic spline interpolation and hope it s helpful
predict-USAs-popultion-in-2020
- 根据已知数据 运用三次样条插值法 有理数插值法 拉格朗日插值法 高斯牛顿法 拟合预测2020年美国人口 -According to the known data using cubic spline interpolation rational interpolation Lagrange interpolation Gauss-Newton fitting to predict the U.S. population in 2020
Desktop
- 主要用于三次样条拟合,对离散点进行拟合插值,(Three order spline fitting)