搜索资源列表
spline
- 三次样条插值函数,数值分析中的样条插值算法-spline
sanciyangtiao
- 三次样条插值的C++实现。利用三次样条插值函数。比较简单实用,内含实验数据。-the realization of the sanci yangtiao chazhi haha~
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
Spline
- 选择合适离散点,应用三次样条插值法逼近龙格函数-Select the appropriate discrete points, cubic spline interpolation function approximation Longa
sanciyangtiao
- 三次样条插值函数,包括程序以及仿真图,仿真结果说明其仿真结果随着n的增大越来越接近真实值-Cubic spline interpolation function, including program and simulation diagram Simulation results show that the simulation results as n increases more and more close to the true value
lfbyex349
- 自行编写的三次样条插值函数源代码,并针对具体问题编写了程序求解-Written by cubic spline interpolation function source code, and write the program for the specific problem to solve
HXJCNQ
- 背单词程序数值微分包括用插值多项式求数值导数用三次样条函数()
rluk
- 背单词程序 数值微分包括用插值多项式求数值导数 用三次样条函数()
三次样条函数插值
- 3次样条插值的c++代码实现,包括原理说明,代码实现等(C++ code implementation of 3 spline interpolation)