搜索资源列表
人口普查源程序
- 这是一个利用数值算法中三次样条插值方法。编译的人口普查问题。供个高校有关专业参考-This is a numerical algorithm using cubic spline interpolation method. Compiling the census issue. For the professional colleges reference
3ciyangtiao
- 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
实验2-插值与拟合
- 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation method. Analisize the 3 interpola
线性方程组求解与方程组性态讨论
- 线性方程组求解与方程组性态讨论(实验报告)三次样条插值问题,数值积分,微分方程数值解,线性方程组的迭代解法,非线性方程的迭代解法-solving linear equations and the equations behavior discussion (Experiment), cubic spline interpolation, numerical integration, the numerical solution of differential equations, linear
BSplineInterpolatePrj
- B样条插值,基于散乱数据的B样条插值基本算发。做的动态链接库。-B-spline interpolation, scattered data on the B-spline interpolation basically been made. The dynamic link library.
Interpolation-algorithm
- 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lag
deBoorCH
- de Boor 求值算法求作二次和三次B-样条插值曲线,Hartley-Judd法确定节点矢量,使用基于基的运算的插值法求控制顶点-algorithm evaluates demand for secondary and cubic B-spline interpolation curve, Hartley-Judd determine node vector-based computing interpolation method for the control vertices
spline3
- 一个完整的通用3次样条插值算法的matlab源代码,有调用方法的举例.-integrity of a common 3-spline interpolation algorithm in Matlab source code, a method call, for example.
cubic_spline
- 三次样条插值的MATLAB程序(三弯矩方程)-Cubic Spline Interpolation MATLAB (3 Moment equation)
adfasdfsdf
- 计算方法中三次样条插值函数的C++源程序-calculation method cubic spline interpolation function of the C source
lbbsplines
- 这是在数值计算时经常用的样条插值的程序,能够在在MATLAB环境下直接运用。-This is the numerical calculation frequently used spline interpolation procedures in the MATLAB environment direct use.
SPLIE2
- 双三次样条插值方法,内含函数以及函数调用的例子-bicubic spline interpolation method intron function and the function call examples
edc_21
- 用数据拟和曲线的工具,利用了三次样条插值等方法。-data used to be and curve tools, the use of a cubic spline interpolation methods.
第二种边界条件的三次样条函数插值与微商
- 第二种边界条件的三次样条函数插值与微商-second boundary conditions cubic spline interpolation function and the derivative
第三种边界条件的三次样条函数插值与微商
- 第三种边界条件的三次样条函数插值与微商-third boundary conditions cubic spline interpolation function and the derivative
第一种边界条件的三次样条函数插值与微商
- 第一种边界条件的三次样条函数插值与微商-first boundary conditions cubic spline interpolation function and the derivative
3INSERT
- 三次样条插值算法和拉格朗日插值算法的实现。-cubic spline interpolation algorithm and Lagrange interpolation algorithm implementation.
tutdemo
- echo off %优化工具箱简明教程 %TUTDEMO Tutorial for Optimization Toolbox. % Copyright (c) 1990-98 by The MathWorks, Inc. % 根据数据(x,y)给出在xi的线性插值结果yi.. % 使用\"非扭结\"端点条件, 即强迫第一﹑二端多项式三次项系数相同, 最后一段和倒数第二段三次项系数相同. %pp=spline(x,y)返回样条插值的分段多项式(pp形式)结构.其中br
Devirate
- 利用样条插值求取一组数据点在各点的导数 (只提供函数)-using spline interpolation to strike a group of data points in the points in the derivative (only provide functions)
spline513
- 这是一个三次样条插值函数实现的C代码。如果插值点需要改变,可以在程序中改定。-This is a cubic spline interpolation function of the realization of the C code. If interpolation points need to change, the procedures will change.