搜索资源列表
three_curve
- 这是一个画自然三次样条曲线的程序,用opengl实现-This is a painting of natural cubic spline curve of the procedures used to achieve opengl
polyfit
- 曲线拟合程序 多项式相关系数的计算方法(多项式形式1) 多项式相关系数的计算方法(多项式形式2) 最小二乘法曲线拟合 三次样条插值(自然边界条件)-polynomial curve fitting procedures correlation coefficient is calculated (the form of a polynomial) polynomial coefficient of correlation Methods (polynomial form 2
sanciyangtiaochazhi.rar
- 三次样条插值,输入边界条件1: 已知两端的一阶导数 2:两端的二阶导数已知,默认:自然边界条件\n求出三次样条插值函数,Cubic spline interpolation, type 1 boundary conditions: known at both ends of the first order derivative 2: at both ends of the second derivative is known, by default: the natural boundary c
spline.Qt4
- Class for construction of cubic natural and periodic splines. Allows to construct the spline passing through set points. Using Qt4.
natural-cubic-spline-interpolation
- 文本输入输出,实现数值计算的自然三次样条插值法-Text input and output, numerical calculation to achieve a natural cubic spline interpolation
jisuanqi
- 在顶端2个操作数框输入原始值,将自动显示其四则运算值,以及运算结果的平方、开根、倒数、立方、自然对数、常用对数值,还可进行角度弧度换算,阶乘和三角函数计算,以及长度、面积、质量、体积的单位换算。-In the top two operands box to enter the original value, will automatically display its four operational values, and computing the results of the square
Interpolation
- 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 t
shuixianhuashu
- 若一个三位自然数的各位数字的立方和等于该数本身,则称该自然数为水仙花数.此乃水仙花树的源程序-If one of you three-digit natural number and equal to the number of cubic itself, claimed that the number of natural numbers as daffodils. This is the source code tree daffodil
NA-18
- A C++ Program to construct Natural Cubic Spline Interpolant from the given data
capi
- Bspline曲线生成程序Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS方法获得B样条曲线-Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spl
spline
- 三次样条函数插值,用于数值计算;内部有高效的子程序。已经写出的样条函数:自然样条;边界导数限定样条。-The program is used in Cubic spline interpolation for numerical calculation,with efficient internal subroutine. It has been written some spline functions: natural spline the boundary derivative qu
computer90
- HORNER S,MULLER S,NEVILLE S ITERATED INTERPOLATION,NEWTON S INTERPOLATORY DIVIDED-DIFFERENCE FORMULA,HERMITE INTERPOLATION ALGORITHM,NATURAL CUBIC SPLINE ALGORITHM
ALG034
- it is a NATURAL CUBIC SPLINE ALGORITHM
Natural-boundary-
- 三次样条插值之自然边界条件 希望能够对大家有所帮助。-Natural boundary conditions of the cubic spline interpolation hope to be able to help.
semiparameter_sin_eg
- 关于半参数模型的补偿最小二乘法,利用三次自然样条函数构造正则化矩阵-About half the compensation method of least squares parameter model, the use of natural cubic spline function constructed regularization matrix
NM2_Amal-8334
- newton method , natural cubic spline, romberg
spline3
- 该程序实现了三次样条函数插值算法,并提供多种边界条件以供选择,包括自然三次样条与给定边界点导数值等。-The program implements a cubic spline function interpolation algorithm, and offers a variety of boundary conditions for selection, including natural cubic splines with a given boundary point derivati
naturalCS
- 数值分析中的自然三次样条插值程序,matlab版本-Numerical analysis of natural cubic spline interpolation procedure, matlab version
capi1.01
- BSpline 及各种曲线Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Splin
30346489
- Class for construction of cubic natural and periodic splines()