搜索资源列表
cubicspline
- 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-prepared by the self-cubic spline interpolation function source code, and issue-specific procedures for the preparation of the
cubicspline
- 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-prepared by the self-cubic spline interpolation function source code, and issue-specific procedures for the preparation of the
Cubicspline
- 三次样条插值法,是运用的数值计算方法的算法实现的-Cubic spline interpolation method is the use of numerical method of implementation of the algorithm
CubicSpline
- 根据给定点和区间值得出三次样条拟合方程的系数-According to a given point and interval should be a cubic spline fitting coefficient
CubicSpline
- Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]-Cubic spline algorithm approximating function y=f(x)- ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]
cubicspline
- this used for mathematical method for cubis spline this is good example which is written on the delphi 7-this is used for mathematical method for cubis spline this is good example which is written on the delphi 7
CubicSpline
- This a file describing the interpolation problems dealing with cubic splines.Very useful for drawing such curves.-This is a file describing the interpolation problems dealing with cubic splines.Very useful for drawing su
Cubicspline
- 求三次样条差值函数S(x) 输入j的数目 再分别输入数据xj,yj。-Cubic spline function of order to the difference S (x) the number of input j, respectively, and then enter data xj, yj.
cubicspline
- Cubic spline turoruial for beginners
Matlab_Blatt1bis6
- Lagrange Polynom,CubicSpline, Heavyside-function anmd more
Ncubicspline-P155-Q-28
- 在matlab中用自然边界条件画小狗, P155 Q 28,数值分析-Draw a dog by natural cubicspline interpolation in matlab, P155 Q 28, numeriacal analysis
CubicSpline
- 计算机图形学中的三次样条曲线插值拟合算法,希望对大家有所帮助-Computer graphics, cubic spline interpolation and hope it s helpful
CubicSpline
- 三次样条插值(简称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
CubicSpline
- 使用的matlab语言编写的图像双三次样条插值,用于图像分辨率增强的经典算法,效果不错。-Matlab language used image bicubic spline interpolation, the classical algorithm for image resolution enhancement, to good effect.
CubicSpline
- 三次样条插值法(CubicSpline)模拟曲线-Simulation curve of the cubic spline interpolation method (CubicSpline)
cubicspline
- 实现三次样条插值,vc++环境下开发,写的不错-Achieve cubic spline interpolation, under vc++ development environment, well written
cubicspline
- cubicspline三次样条插值方法,亲测可用,用于数据分段插值,C++源码-cubicspline cubic spline interpolation method, pro-test available for data piecewise interpolation
CubicSpline
- Cubic spline alghorithm in C++.