搜索资源列表
Cspline
- 这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1)
样条曲线类CSpline加等值线修改实例
- 样条曲线类CSpline加等值线修改实例,程序运行实例类似CAD中的样条曲线划法.-spline curves category CSpline increase contour changes examples, examples of similar procedures in the CAD spline curve is France.
样条曲线类CSpline加等值线修改实例
- 样条曲线类CSpline加等值线修改实例,程序运行实例类似CAD中的样条曲线划法.-spline curves category CSpline increase contour changes examples, examples of similar procedures in the CAD spline curve is France.
Cspline
- 这是一个三次样条插值的.m程序 输入的是一个二维数组A(Nx2) 插值方法为: S(x) = A(J) + B(J)*( x - x(J) ) + C(J)*( x - x(J) )**2 +D(J) * ( x - x(J) )**3 for x(J) <= x < x(J + 1) -This is a cubic spline interpolation. M program input is a two
cspline
- 通用三次样条插值函数,可求解离散点的三次样条插值-General cubic spline interpolation function, can solve the discrete points of the cubic spline interpolation
CSPLINE
- CSPLINE插值,里面有一个实例,比较经典,希望有用-CSPLINE interpolation, which is an instance of the more classic, seek to help
CSpline
- 利用Cardinal绘制样条曲线。传入控制点坐标生成插值点坐标-Cardinal Line
CSPLINE
- this file do Cspline
Spline
- 三次样条插值函数C++实现,包含I型边界条件和II型边界条件。封装在CSpline类中,可以直接调用。-Cubic spline interpolation function in C++, including type I and type II boundary conditions. Encapsulated in CSpline class, you can call directly.
cspline
- boundary value problems
CSpline
- 一个简单的cardinal spline程序,可以显示插值完成的样条曲线,并添加小车运动动画。(A simple cardinal spline program that can display the interpolated spline curve and add a car motion animation.)