搜索资源列表
样条
- 样条插值函数,插值边界条件为自然边界条件。运行编写环境C-spline interpolation function, interpolation boundary conditions for the natural boundary conditions. Operation C-environment
t3_1
- 求解三次样条函数思路为:由 连续 预设 , 为一次多项式:故 积分2次 积分常数(2个) 由插值条件 确定 积分常数 得 (含预设的 ) 利用 连续: 确定 的 个方程 + 2边界条件 确定 加入 的表达式,形成 。 -solving cubic spline function ideas : consecutive default, as a polynomial : so integral two integral constant (2) determined by int
sanmu
- 三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.
enlgr 一元全区间不等距插值
- enlgr 一元全区间不等距插值 eelgr 一元全区间等距插值 enlg3 一元三点不等距插值 eelg3 一元三点等距插值 enpqs 连分式不等距插值 eepqs 连分式等距插值 enhmt 埃米特不等距插值 eehmt 埃米特等距插值 enatk 埃特金不等距插值 eeatk 埃特金等距插值 enspl 光滑不等距插值 eespl 光滑等距插值 espl1 第一种边界条件的三次样条函数插值,微商与积分 espl
cubicsplineinterpolation
- 三次样条插值拟合数据 不同自变量区间内的三次样条函数-Fitting cubic spline interpolation of data from the variable range of different cubic spline function
scyt
- 三次样条插值函数,可以用于计算插值,一阶导数,二阶导数-Cubic spline interpolation function can be used to calculate the interpolation, first derivative, second derivative
aa89
- 用VB程序编写的数值分析三次样条插值函数。-Programming with VB Numerical Analysis of cubic spline interpolation function.
SplineDemo_lhd
- 三次样条插值程序演示。在SplineDemoView.cpp文件中的函数BOOL CSplineDemoView::ZSpline3()和函数double Spline3(double)是实现三次样条插值算法的核心函数。用VC6.0编译运行后,在窗口上由左至右点击鼠标左键设置一些点,然后点击鼠标右键即绘出穿过这些点的三次样条插值曲线。-Cubic spline interpolation procedure demonstration.
Basic_function_of_Bspline
- 建立b样条函数基函数的程序! 这是从the nurbs book 翻译过来的版本!-it can constructs bspline program in c++.this program is programmed from the book of the nurbs book !
1
- 关于三次样条插值法求函数的源程序,非常有用-On the cubic spline interpolation method of source function, very useful
threesplinebezier
- 设计签名 三次样条插值函数 贝塞尔曲线 光滑曲线-Design Signature cubic spline interpolation function is a smooth curve of Bezier curves
ESPL3
- 三次样条函数插值,微商与积分,计算N个节点上的一阶导数,二阶导数,插值区间积分值-failed to translate
Bspline_fitting
- 采用B样条函数拟合数据点,计算机绘图可用-Using B-spline function fitting the data points, computer graphics can be used
interpolation
- 插值 拉格朗日插值 有理函数插值 三次样条插值 有序表的检索法 插值多项式 二元拉格朗日插值 双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline in
spline_VB
- 三次样条函数 Type coordinateX Y x As Double y As Double End Type Public Const dotSize = 25 Public Const H = 4000 Public Const W = 4-Cubic Spline
BSpline
- 功能为找到离散点的B样条,即找到一个多项式,使得这个多项式经过这N个点。B样条利用邻近点进行拟合。对于采样数据,根据连续的三组采样点数据计算出一个2阶B样条作为这个区间内的拟合函数,下一个三组数据再计算下一个B样条,这样就可以连续采样连续计算了。-Function to find B-spline discrete points, that is to find a polynomial, so the polynomial through the N points. B-spline fitt
sanciyangtiaonihe
- 三次样条拟合函数,通过拟合点计算出三次样条函数。-Cubic spline fitting function calculated by fitting the point cubic spline function.
样条函数插值代码
- 样条函数插值,很实用啊,代码较简单,初学者可以借鉴一下-Spline interpolation
pgs.rar
- 通用的样条函数 FORTRAN 软件库,好用,计算速度非常快。
ytcz3
- 三次样条插值和Runge-Kutta 4阶算法,输入任意函数,调用该函数,可得结果(Three cubic spline interpolation, input any function, call the function, can get the result)