搜索资源列表
-
0下载:
这是一个利用数值算法中三次样条插值方法。编译的人口普查问题。供个高校有关专业参考-This is a numerical algorithm using cubic spline interpolation method. Compiling the census issue. For the professional colleges reference
-
-
2下载:
用VB实现多种数值插值方法。包括:接格朗日,有序函数,三次样条,有序表的检索法,插值多项式等七种插值法。-VB multiple numerical interpolation method. Including : Next granges and orderly function, cubic spline, orderly table retrieval, polynomial interpolation seven interpolation.
-
-
1下载:
曲线拟合程序
多项式相关系数的计算方法(多项式形式1)
多项式相关系数的计算方法(多项式形式2)
最小二乘法曲线拟合
三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2
-
-
0下载:
C#编写的三次样条插值函数,TSS法求解对角矩阵方程函数,插值点函数值计算函数。-prepared by the cubic spline interpolation function, TSS method diagonal matrix equation function, interpolation function point value function.
-
-
1下载:
三次样条曲线拟合 这个也是数学方法中的常用计算程序 学过的人都知道的-cubic spline curve fitting This is a mathematical method of calculation procedures used to learn the know
-
-
0下载:
常用的差值算法:牛顿插值法,追赶法,三次样条插值,Common difference algorithm: Newton interpolation, catching method, cubic spline interpolation
-
-
0下载:
ua University, in 2002 publi
this document, including the Mont
A program of curve fitting based
Bayesian Filter. Bayesian (Bayesi
a target tracking system MATLAB s
cubic spline curve fitting This i
book is widely used in engineerin
this
-
-
0下载:
三次样条插值,对于多项式采用三次样条插值计算的数值方法。-Cubic spline interpolation, cubic spline used for polynomial interpolation of the numerical method.
-
-
1下载:
用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
-
-
0下载:
样条插值法,了解Hermite插值法、三次样条插值法原理,结合计算公式,确定函数值。-Spline interpolation method to understand the Hermite interpolation, cubic spline interpolation theory, combined with calculation formula to determine the function value.
-
-
0下载:
根据所给样本数据用三种不同的方法绘制该公路并估计其长度。
分别用线性插值法、最近邻域插值法和三次样条插值法计算公路长度,并用勾股定理估计公路的长度
-According to the sample data in three different ways, the road map and estimate its length. , Respectively, by linear interpolation, nearest neighbor interpolation domain
-
-
0下载:
计算方法\计算方法程序\sanciyangtiaochazhi
三次样条插值法.rar-Calculation method of calculation procedures sanciyangtiaochazhi cubic spline interpolation. Rar
-
-
0下载:
常用数值算法的C++源码,包括三次样条插值、二重积分计算、常微分初值问题数值解、Newton迭代法、列主元高斯消去法、逐次超松弛迭代法。-Numerical algorithm used in C++ source code, including the cubic spline interpolation, double integral, the ordinary differential initial value problem numerical solution, Newton it
-
-
1下载:
插值方法:三次样条插值源代码(一阶导数边界条件)-Interpolation Method: Cubic Spline Interpolation source code (a derivative boundary condition)
-
-
1下载:
插值
拉格朗日插值
有理函数插值
三次样条插值
有序表的检索法
插值多项式
二元拉格朗日插值
双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline in
-
-
0下载:
三次样条是计算方法课程中的一个重要算法,现在通过计算机实现-Cubic spline is calculated course an important method, and now realized by computer
-
-
0下载:
计算机图形学中的三次样条曲线插值与最小二乘法拟合-Computer graphics, cubic spline interpolation and least squares method fitting
-
-
0下载:
用三次样条插值法对少量样点进行插值计算和曲线拟合-Use Cubic Spline interpolation method to compute and fit the curve.
-
-
0下载:
三次差值样条,和牛顿插值法。还有一个实例,附加程序。-Cubic spline difference, and Newton interpolation. And one instance, additional program.
-
-
0下载:
各种插值算法
1 拉格朗日插值(POLINT)
2 有理函数插值(RATINT)
3 三次样条插值(SPLINE(二阶导数值))
4 有序表的检索法(LOCATE(二分法), HUNT(关联法))
5 插值多项式(POLCOE(n2), POLCOF(n3))
6 二元拉格朗日插值(POLIN2)
7 双三次样条插值(SPLIE2)-Various interpolation algorithm
1 Lagrange Interpolation (POLINT)
-