搜索资源列表
Three-splines-function
- vb三次样条插值函数,具有高精度的拟合,实现光滑作图-vb cubic spline interpolation function, with high-precision fit to achieve a smooth mapping
spline.Qt4
- Class for construction of cubic natural and periodic splines. Allows to construct the spline passing through set points. Using Qt4.
cubic-spline
- 三次样条插值,来自于数值分析方法一书 C Abstract: interpolate cubic spline profiles to given points. C cubic splines are piecewise cubic polynomials fitting the data C with continuous first and second derivatives at interior points C and second derivatives set
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 such curves.
Cubicv3
- Another very useful explanation of what cubic splines are and how we are able to interpolate them
Splines123
- My Cubic Splines hope u like it
Guide_Splines
- Program data interpolation by cubic splines
einspline-0.9.2.tar
- einspline is a C library for the creation and evaluation of interpolating cubic basis splines (B-splines) in 1, 2, and 3 dimensions. Fortran 77 wrappers are also included.
CurveFitting
- Chapter 5. Curve Fitting Algorithm 5.1 Least Squares Line Algorithm 5.2 Least Squares Polynomial Algorithm 5.3 Non-linear Curve Fitting Algorithm 5.4 Cubic Splines Algorithm 5.5 Trigonometric Polynomials-Chapter 5. Curve Fitting
Natural-Cubic-Splines
- Natural Cubic 插值,里面有一个经典实例,希望有用-Natural Cubic Splines interpolation, there are a classic example of the hope that useful. . .
colorcurve
- Title: Real-time Image Curves (using cubic splines) - just like Photoshop Descr iption: By request, here s another first of its kind in VB: a fast, accurate, real-time image curves dialog.
ARESLab
- ARESLab是一种Matlab / Octave工具箱,能够利用杰罗姆·弗里德曼的多元自适应回归样条函数技术构建分段线性和三次分段回归模型。-ARESLab is a Matlab/Octave toolbox for building piecewise-linear and piecewise-cubic regression models using Jerome Friedman s Multivariate Adaptive Regression Splines technique
Bspline
- 型值点反算控制点要解线性方程,画样条曲线,常用三次多项式参数曲线构造,保持一阶或二阶导数连续。-Data points Inverse control point to solving linear equations, draw splines, commonly cubic polynomial parametric curves constructed, maintained a first or second derivative continuous.
sanciyangtiao
- 样条是在二十世纪初经常用于图样设计的一种富有弹性的细长条,多个样条互相弯曲链接后沿其边缘画出的曲线就是三次样条曲线,而[a,b]区间上给定n+1个节点的三次样条插值函数一般满足三个条件:1.在每个子区间上,其插值函数都是三次多项式;2.节点上的插值函数值等于其函数值;3.在区间[a,b]上,插值函数的二阶导数连续。-Splines are often used in the early twentieth century elongated strip of a flexible design
SplineC1Cubic
- C1 Piecewise Cubic Splines
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
Bicubic-interpolation
- In mathematics, bicubic interpolation is an extension of cubic interpolation for interpolating data points on a two dimensional regular grid. The interpolated surface is smoother than corresponding surfaces obtained by bilinear interpolation or neare
Cubic-convolution-interpolationfor
- 关于数字图像的三次卷积插值,比三次样条,线性插值等更加有效-Cubic convolution interpolationfor digital image processing,it can be shown that the order of accuracy of the cubic convolution method is between that of linear interpolation and thaotf cubic splines.
three
- 6自由度机械臂轨迹规划,包含三次样条曲线、五次样条曲线、抛物线直线拟合曲线。-6 DOF manipulator trajectory planning, including cubic spline curve, five splines, linear parabolic curve fitting.
30346489
- Class for construction of cubic natural and periodic splines()