搜索资源列表
Three三次样条插值
- 计算机数值分析实验题目 三次样条插值的程序 满足三次样条插值的三弯矩法 编制第一与第二边界条件的程序-Computer Numerical Analysis Experiment topics cubic spline interpolation procedures meet cubic spline interpolation of three Moment preparing for the first and second bo
三次样条插值的程序vb版
- 大学里数学系必学的一们课程数值分析中的经典算法————三次样条插值的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classical algorithm-cubic spline interpolation procedures version vb
三次样条插值代码
- 该程序是三次样条插值源文件,可以直接运行。
三次样条插值程序
- 三次样条插值c程序
三次样条插值的一个小程序
- 最近自己在做课后习题在做数值分析的一个课后作业题时自己写了这个三次样条插值求函数近似值,运行调试时提示没有错误,课就是结果不正确,谢谢各位大侠帮帮。。
三次样条插值的程序vb版
- 大学里数学系必学的一们课程数值分析中的经典算法————三次样条插值的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classical algorithm-cubic spline interpolation procedures version vb
Three三次样条插值
- 计算机数值分析实验题目 三次样条插值的程序 满足三次样条插值的三弯矩法 编制第一与第二边界条件的程序-Computer Numerical Analysis Experiment topics cubic spline interpolation procedures meet cubic spline interpolation of three Moment preparing for the first and second bo
VB60画三次样条曲线
- 用VB6.0写的绘制三次样条插值曲线的程序.-VB6.0 was drawing cubic spline interpolation curve procedure.
VC实现三次样条的图像缩放
- 改程序实现了图像任意比例缩放。采用了三次样条插值。-It achieves zoom of random scale picture by using thrice sample insert value.
matlabcs
- 三次样条插值的源程序,程序稍稍长了点 希望大家能用到-cubic spline interpolation of the source, procedures slight hope everyone can wait to
cubicspline
- 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-prepared by the self-cubic spline interpolation function source code, and issue-specific procedures for the preparation of the
splintFE
- 有固定端点斜率条件的分段三次样条插值程序。-fixed endpoint slope conditions cubic spline interpolation procedure.
TriSpline
- 三次样条插值程序。编译运行本程序后,程序会弹出窗口及问句:“input the number of intervals:”,输入插值的次数即可,程序将得到的次数保存在变量int n中。如果输入的插值次数正确(n>=2),程序会显示下一语句:"input the value of the variable:",此时输入插值点即可,程序将得到的插值点保存在变量double v中。若插值点正确(v>=0&&v<=6),则程序
selfspline
- 第一、二种边界条件的三次样条插值程序,应用MATLAB编写,比较实用。-First, two kinds of boundary conditions of the cubic spline interpolation procedure, the application of MATLAB to prepare, more practical.
SplineDemo_lhd
- 三次样条插值程序演示。在SplineDemoView.cpp文件中的函数BOOL CSplineDemoView::ZSpline3()和函数double Spline3(double)是实现三次样条插值算法的核心函数。用VC6.0编译运行后,在窗口上由左至右点击鼠标左键设置一些点,然后点击鼠标右键即绘出穿过这些点的三次样条插值曲线。-Cubic spline interpolation procedure demonstration.
VC++三次样条插值和贝塞尔曲线实例程序
- VC++三次样条插值和贝塞尔曲线实例程序(VC++ three spline interpolation and Bessel curve example program)
VC++三次样条插值和贝塞尔曲线实例程序
- VC++三次样条插值和贝塞尔曲线实例程序(VC++ three spline interpolation and Bessel curve example program)
spline3
- matlab三次样条插值程序非自带,第一条件。(Three spline interpolation)
三次样条插值
- 计算方法作业,运用分段插值中的三次样条插值进行数据拟合(Calculation method operation, using cubic spline interpolation in segmented interpolation for data fitting)
三次样条插值
- 程序主要实现了三次样条插值,程序注释很详细(It mainly implements cubic spline interpolation with detailed program annotations.)