Welcome![Sign In][Sign Up]
Location:
Search - spline interpolation c code

Search list

[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 resourcespline513

Description: 这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.
Platform: | Size: 1607 | Author: 宋亚平 | Hits:

[Other resourcechenbihongsuanfayanghj666

Description: 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is in the C BUILDER used. Plus a number of other functions, such as spline interpolation. This code can be completed in many numerical matrix algorithm, the inverse matrix, the eigenvectors and eigenvalues, the matrix arithmetic. Fourier transform, gamma function, numerical solution of differential - such.
Platform: | Size: 210896 | Author: yyy | 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:

[Algorithmspline513

Description: 这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.
Platform: | Size: 1024 | Author: 宋亚平 | 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:

[Algorithmchenbihongsuanfayanghj666

Description: 《陈必红算法》一书的附带的源代码,并有经本人修改过能在VC中使用。原书是在C++BUILDER中使用的。并加了一些其他的功能,比如样条插值等。此代码,可以完成矩阵的很多数值算法,求逆阵、特征向量、特征值,矩阵的加减乘除、傅立叶变换、gamma函数、数值解分微分等。-"Chen Hung method," a fringe of the source code, and as I changed the VC can be used. The original book is in the C BUILDER used. Plus a number of other functions, such as spline interpolation. This code can be completed in many numerical matrix algorithm, the inverse matrix, the eigenvectors and eigenvalues, the matrix arithmetic. Fourier transform, gamma function, numerical solution of differential- such.
Platform: | Size: 210944 | Author: yyy | Hits:

[Windows Developbbb

Description: 用MATLAB画出三次样条插值函数曲线图(先用C++求出M)-Using MATLAB to draw cubic spline interpolation function curves (first C++ Calculated M)
Platform: | Size: 3072 | Author: ren | Hits:

[Algorithmsanciyangtiao

Description: 三次样条插值公式C语言编程示例-Cubic spline interpolation formula C language programming examples
Platform: | Size: 1024 | Author: wosyjf | 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:

[Algorithmspline

Description: 三次样条插值的源代码,可以用dsp实现,希望对大家有用!-Cubic spline interpolation of the source code, can be used dsp realize, in the hope that everyone useful!
Platform: | Size: 2048 | Author: myra | 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:

[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:

[CSharpsanciyangtiaochazhi

Description: 三次样条插值C源程序,解决数值计算中的一些难点问题-Cubic spline interpolation C source code to address some of the numerical calculation of difficult problems
Platform: | Size: 1024 | Author: 登极士 | Hits:

[Graph Drawing1

Description: C语言版本三次样条插值,介绍了三次样条插值函数如何计算的代码,可以在TC上直接运行-C language version of cubic spline interpolation, cubic spline interpolation described how to calculate the function of the code, you can run directly on TC
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:

[VC/MFCspline_C

Description: 三次样条插值,spline 方法,采用c语言源代码编写,清晰可用-Cubic spline interpolation, spline method, using c language source code is written, clear and available
Platform: | Size: 2048 | Author: wp | Hits:

[Mathimatics-Numerical algorithmsSpline-interpolation_C_swf

Description: 三次样条算法:C语言源码,同时包含Flash制作的算法动态演示swf文件,观演可直示差值算法的执行过程。 -Spline interpolation algorithm: C Source Code, swf dynamic demonstration.
Platform: | Size: 18432 | Author: 冯亮 | Hits:

[Other Embeded programPolyFi

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

[AlgorithmCubic-spline-interpolation-

Description: 该程序是基于数值分析的计算的三次样条插值和最佳平方逼近,用c做的,有注释,代码简单,希望能对您有用-The program is based on the numerical analysis of the calculated cubic spline interpolation and best square approximation, with c do, Notes, code simple, hoping to be useful for you
Platform: | Size: 8192 | Author: 何弯弯 | Hits:
« 12 »

CodeBus www.codebus.net