CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 分段 线性 插值

搜索资源列表

  1. program2

    0下载:
  2. 用分段线性插值逼近函数f(x) fsgdbbc -Approximation using piecewise linear interpolation function f (x)
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:13127
    • 提供者:jiaqingyan
  1. jisuanfangfa

    0下载:
  2. 显示方法埃特肯改进欧拉法牛顿迭代分段线性插值-Display method to improve Aite Ken Newton Euler piecewise linear interpolation, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1063158
    • 提供者:
  1. interpolation

    0下载:
  2. 用C来编写实现lagrange插值,分段线性插值,三次样条插值三种插值算法方法。有关计算机数值方法的问题。-Using C to write to achieve lagrange interpolation, linear interpolation, cubic spline interpolation of three interpolation methods. Numerical methods on computer problems.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:474439
    • 提供者:陈博灿
  1. Interpolation

    0下载:
  2. 数值分析中的分段线性插值程序,已经写成函数,可直接调用。-Numerical Analysis of linear interpolation procedures are written in function can be called directly.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:875752
    • 提供者:扶摇
  1. Interpolation

    0下载:
  2. 分段线性插值、3次样条插值、拉格朗日插值-Linear interpolation, 3 spline interpolation, Lagrange interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1052
    • 提供者:梁舒缓
  1. interpolation

    0下载:
  2. 数值分析中的分段线性插值问题,程序中含插入点个数输入界面-Numerical Analysis of piecewise linear interpolation, the program containing the insertion point in the number of input interfaces.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:11144
    • 提供者:李白
  1. 02_

    0下载:
  2. 分段线性插值的介绍,简单明了,通俗易懂。绝对好资料-Piecewise linear interpolation of the introduction, simple
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:399046
    • 提供者:谢双义
  1. Piecewise-linear-interpolation

    1下载:
  2. c语言编写的分段线性插值的源程序,计算方法课上编写的。-piecewise linear interpolation of the source c language
  3. 所属分类:Algorithm

    • 发布日期:2016-05-03
    • 文件大小:1024
    • 提供者:徐鹏伟
  1. second

    0下载:
  2. 用VC++编辑工具简单的实现分段线性插值算法-With VC++ editing tools simple piece-wise linear interpolation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:263640
    • 提供者:孙超
  1. Craftsmen-notes

    1下载:
  2. 分段线性插值法的思想精髓是, 把曲线看作若干段首尾相连的直线 段;根据每段直线的斜率来求算该线段所在区段内的数据值。相邻两 个线段的接点称为标定点。由下图可知,当标定点选择合理时,计算 结果可以非常接近实际值。 -The spirit and essence of the piece-wise linear interpolation curve as several segments of the end-to-end straight-line segment calc
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:4349841
    • 提供者:wansujie
  1. Runge

    0下载:
  2. Runge现象的验证,内有可选项:拉格朗日插值法、牛顿插值法和分段线性插值法。-The Runge phenomenon verification, with optional: Lagrange interpolation, Newton interpolation and piecewise linear interpolation.
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:206009
    • 提供者:卡卡
  1. autometer_line_cnt

    1下载:
  2. 汽车仪表的分段线性插值函数程序,带断电处理函数,非常实用。-Piecewise linear interpolation function of automobile instrument, with power function, very useful.
  3. 所属分类:SCM

    • 发布日期:2017-12-10
    • 文件大小:2063
    • 提供者:zjsxhwl
  1. Piecewise-linear-interpolation

    0下载:
  2. 使用分段线性插值算法对数据进行内插,有效的避免了高次插值时产生的龙格现象。-Using piecewise linear interpolation of data interpolation algorithm, effectively avoids the high order interpolation when the runge phenomenon.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:525
    • 提供者:denglin
  1. cz

    0下载:
  2. AE反距离IDW、克里金Krige插值.txt I显示方法.c www.pudn.com.txt 三对角线追赶法.C 三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt 二分法.c 分段线性插值.c 列主元元素消元.C 利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt 反距离加权插值,貌似不好用IDWUtil.java 埃特肯.c 复合梯形法.c 复合辛普森.c 弦割法.c 操作复数的类Com
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:60887
    • 提供者:songguanjun
  1. fenduanxianxing

    0下载:
  2. 分段线性插值的C++代码实现,实现了基本的插值功能和方程拟合,可供初学者使用-Piecewise linear interpolation C++ code to achieve the basic functions and interpolation equation fitted for beginners to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:363720
    • 提供者:王培宁
  1. chazhi

    0下载:
  2. 详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插 值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例-Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear inte
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:271629
    • 提供者:唐小米
  1. code

    0下载:
  2. 分别利用 Lagrange插值法、分段线性插值法与三次样条法进行插值逼近-Respectively, by Lagrange interpolation, piecewise linear interpolation and cubic spline interpolation approximation method
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2400
    • 提供者:Tali
  1. chazhi

    0下载:
  2. 这是常用的插值方法的matlab实现,包括拉格朗日插值、分段线性插值和三次样条插值,希望对大家有帮助。-It is commonly used in the interpolation method matlab realize, including Lagrange interpolation, piecewise linear interpolation and cubic spline interpolation, we want to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1657
    • 提供者:makangjian
  1. Interpolation

    0下载:
  2. 用拉格朗日插值、牛顿插值、分段线性插值进行插值点近似值的计算。-Lagrange interpolation, Newton interpolation, piecewise linear interpolation to interpolate point approximation calculations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:908
    • 提供者:Leonardo
  1. interpolation-algorithm

    0下载:
  2. 用Matlab软件实现Lagrange插值、分段线性插值、三次Hermite插值、Aitken逐步插值算法-Implementation with Matlab Lagrange interpolation, piecewise linear interpolation, cubic Hermite interpolation, Aitken interpolation algorithm gradually
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1441
    • 提供者:瞿炜超
« 1 2 34 5 »
搜珍网 www.dssz.com