搜索资源列表
spline
- 三次样条插值函数,数值分析中的样条插值算法-spline
shuzhifenxishiyan
- 包括欧拉 拉格朗日 龙贝格 三次样条函数 牛顿下山法等数值分析实验课算法.-Including the Euler-Lagrange Romberg cubic spline function method and other numerical analysis Newton descent algorithm for experimental course.
spline
- 利用三次样条函数对截断波形进行恢复。程序内部存有注释语句对三次样条和实现过程进行说明。包括有试验数据和结果对比图。-Using cubic spline function to recover truncated waveforms. Statements within procedures there are comments on the cubic spline and the implementation process are explained. Including test dat
sanciyangtiao
- 三次样条插值的C++实现。利用三次样条插值函数。比较简单实用,内含实验数据。-the realization of the sanci yangtiao chazhi haha~
splineconstruction
- 通过用户给定的数据(点坐标,约束条件,起始点导数等),建立三次样条函数。-Construct 3-D splines according to information defined by user.
Akima
- 三次样条函数,可以直接运行,里面有数据,是一个函数功能。通过修改ex1,ex2的数据,实现你要的效果。-Three face upwards function, can be directly run, there are data, is a function function, through the modification ex1, ex2 value, achieve the effect of you want
chazhi
- 利用三次样条曲线进行函数插值,程序可以直接调用,其中插值点的自变量应按升序排列-Using cubic spline function interpolation curve, the program can be called directly, the interpolation points of arguments should be in ascending order
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.
math4
- 三次样条插值函数,可以直接调用,本人亲测过来,用了matlab现成的函数在里面-Matlab cubic spline interpolation function can be called directly
matlab
- 使用Matlab编程实现根据给定数值求三次样条插值函数-According to the given value seeking cubic spline interpolation function
spline3
- 三次样条插值函数的函数值,在matlab中的m文件,输入数据可以直接应用-the function of spline3
spline3
- 三次样条插值函数边界条件由实际问题对三次样条插值在端点的状态要求给出。以第 1 边界条件为例, 用节点处二阶导数表示三次样条插值函数,用追赶法求解相关方程组。通过 Matlab 编制三次样条函数的通用程序, 可直接显示各区间段三次样条函数体表达式,计算出已给点插值并显示各区间分段曲线图。-Cubic spline interpolation function boundary condition for the practical problems cubic spline interp
cubic_spline_wavelet_interpolation
- 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。本函数中采用第一类边界值-Cubic spline interpolation (referred Spline interpolation) through a series of key points of a smooth curve, mathematically by solving the three-moment equations derived curve fu
spline3_VB
- 本程序利用VB语言实现了三次样条函数的数值算法,支持给定边界导数值的条件。-This procedure using VB language to achieve a numerical algorithm cubic spline function, support given boundary conditions of derivative values.
Spline
- 选择合适离散点,应用三次样条插值法逼近龙格函数-Select the appropriate discrete points, cubic spline interpolation function approximation Longa
导数
- 利用C#语言进行函数求导,涉及三次样条函数(Derivation of function using C# language)
HXJCNQ
- 背单词程序数值微分包括用插值多项式求数值导数用三次样条函数()
rluk
- 背单词程序 数值微分包括用插值多项式求数值导数 用三次样条函数()
123
- 三次样条函数非常实用,在任何的科目都可以适用(The three spline function is very practical and can be applied in any subject.)
三次样条函数插值
- 3次样条插值的c++代码实现,包括原理说明,代码实现等(C++ code implementation of 3 spline interpolation)