Welcome![Sign In][Sign Up]
Location:
Search - .c cubic spline interpolation algorithm

Search list

[CSharp3ciyangtiao

Description: 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
Platform: | Size: 2940 | Author: | Hits:

[Mathimatics-Numerical algorithmsInterpolation-algorithm

Description: 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian interpolation (POLINT) 2 rational function interpolation (RATINT) 3 cubic spline interpolation (SPLINE (second derivative numerical) -
Platform: | Size: 5045 | Author: ldg | Hits:

[Other resourceEMD-C

Description: EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
Platform: | Size: 1465 | Author: 魏玉果 | Hits:

[Mathimatics-Numerical algorithmsSPLIE

Description: 用C++编写的双三次样条插值算法-prepared by the C-cubic spline interpolation algorithm
Platform: | Size: 1102 | Author: 田晖 | Hits:

[Mathimatics-Numerical algorithmsSPLIE

Description: 用C++编写的双三次样条插值算法-prepared by the C-cubic spline interpolation algorithm
Platform: | Size: 1024 | Author: 田晖 | Hits:

[CSharp3ciyangtiao

Description: 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
Platform: | Size: 3072 | Author: | Hits:

[Mathimatics-Numerical algorithmsInterpolation-algorithm

Description: 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lagrangian interpolation (POLINT) 2 rational function interpolation (RATINT) 3 cubic spline interpolation (SPLINE (second derivative numerical)-
Platform: | Size: 5120 | Author: ldg | Hits:

[AlgorithmEMD-C

Description: EMD分解C语言算法,内含EMD分解所需的三次样条插值C语言算法。-EMD decomposition algorithm C language, containing the decomposition EMD cubic spline interpolation algorithm C language.
Platform: | Size: 1024 | Author: | Hits:

[Algorithmsanmu

Description: 三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.-Cubic spline function algorithm C++ Source code for the project to calculate the smooth curve interpolation calculation.
Platform: | Size: 602112 | Author: 李林 | Hits:

[AlgorithmNumericalAlgorithm

Description: 常用数值算法的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 iterative method, PCA out Gaussian elimination method, successive over-relaxation iteration method.
Platform: | Size: 6144 | Author: 胡婕 | Hits:

[Mathimatics-Numerical algorithms3

Description: 数值分析算法 三次样条插值算法的C++实现-Numerical analysis algorithm cubic spline interpolation algorithm to achieve the C++
Platform: | Size: 1024 | Author: 刘韬 | Hits:

[Internet-NetworkInterpolation

Description: Source Code Archive An Introduction to Numerical Analysis with Applications to the Physical, Natural and Social Sciences-neville.C Neville s algorithm divdiff.C calculate the coefficients of the Newton form of the interpolating polynomial using divided differences nf_eval.C evaluate the Newton form of the interpolating polynomial cubic_nak.C construct the cubic spline interpolant with "not-a-knot" boundary conditions cubic_clamped.C construct the cubic spline interpolant with clamped boundary conditions spline_eval.C evaluate a spline interpolant (works with the output from cubic_nak.C and cubic_clamped.C) hermite.C calculate the coefficients of the Hermite interpolating polynomial cubic_herm.C evaluate the Hermite cubic interpolant
Platform: | Size: 2048 | Author: 范姜 | Hits:

[Algorithmcalculation

Description: 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline interpolation algorithm, M polynomial curve fitting, dichotomy, fixed point method, Horner method, Newton- Lavesen iterative algorithm such as algorithm 10 processes and the typical C source code and examples.
Platform: | Size: 489472 | Author: siengk | Hits:

[Mathimatics-Numerical algorithmsSPL

Description: 数值分析课程中的三次样条插值算法,用C++语言进行实现,其中一个是自己编写的代码,一个是老师修改的代码-Numerical Analysis Course cubic spline interpolation algorithm, using C++ language implementation, one of which is to write your own code, one is a teacher to modify the code
Platform: | Size: 3072 | Author: 周静 | Hits:

[AlgorithmCubicSpline

Description: 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-we consider spaces of cubic C~1-spline on a class of trian- gulations.By using the inductive algorithm,the posed Lagrange interpolation sets are constructed for cubic spline space.
Platform: | Size: 1024 | Author: baoluyao | Hits:

[Other Embeded programPolyFi

Description: 三次样条插值c代码的实现算法,已通过验证。-Cubic spline interpolation c code algorithm has been verified.
Platform: | Size: 1024 | Author: q | Hits:

[AlgorithmSplineInterpolation

Description: 非常好用的三次样条插值算法,把网上流传的算法,改造成一个方便使用的C++类,使用时可以从此类继承一个类,封装成你自己的类型-Very easy to use cubic spline interpolation algorithm, the algorithm circulated on the Internet, transformed into an easy to use C++ class, when using a class can inherit from this class, package into your own type
Platform: | Size: 3072 | Author: gjaa | Hits:

[Windows Develop三次四阶b样条插值算法(Deboor算法)

Description: 本代码为三次B样条曲线插值算法,ZIP压缩包为整个工程,可直接使用(This code is cubic B-spline curve interpolation algorithm, ZIP compression package for the whole project, can be used directly.)
Platform: | Size: 39255040 | Author: 陈哈 | Hits:

CodeBus www.codebus.net