CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Lagrange interpolation

搜索资源列表

  1. 用matlab编写的实现Lagrange插值函数

    0下载:
  2. 用matlab编写的实现Lagrange插值函数和三次样条插值函数,输入值为x向量和对应的y向量,输出函数图像,Matlab prepared with the realization of Lagrange interpolation function and cubic spline interpolation function, type the value of x vector and the corresponding y vector, the output function of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-21
    • 文件大小:1.63kb
    • 提供者:张宁
  1. curvelengthtest.rar

    0下载:
  2. 利用三点拉格朗日插值插值算法,计算图片上的任意曲线长度,The use of three-point Lagrange interpolation interpolation algorithm for calculating the image of the arbitrary curve length
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2.63mb
    • 提供者:王熙赢
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9.66kb
    • 提供者:
  1. lagrange

    0下载:
  2. lagrange插值 快捷计算插值,挺好的.-lagrange interpolation quick calculation of interpolation, quite good.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2.59kb
    • 提供者:桂鹏
  1. Command1

    1下载:
  2. 用VB程序编写的拉格朗日插值公式的代码。-VB programmers using the Lagrange interpolation formula code.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2.86kb
    • 提供者:kllogg
  1. Lagrange

    0下载:
  2. 这是一个用拉格朗日插值公式计算函数值的java程序,方便易用。-This is a formula with the Lagrange interpolation function value of the java process, user-friendly.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:782byte
    • 提供者:asdf
  1. lagrange

    0下载:
  2. 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:1021byte
    • 提供者:link
  1. lagrange

    0下载:
  2. 这是一个实现拉格朗日插值的数学程序,也很经典。-This is a mathematical realization of Lagrange interpolation process is also very classic.
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:710byte
    • 提供者:清风
  1. Gauss

    0下载:
  2. 高斯插值拟合用,在数据较少的情况下拟合精度慢速要求,三到四阶。-Lagrange interpolation fit to use, in the case of less data fitting precision of slow demand, three to four bands.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:686byte
    • 提供者:率一
  1. interpol

    0下载:
  2. This little programs compares the stability and the complexity for the computation of the Lagrange interpolation of a given function for the following three methods: 1) Aitken-Neville-scheme 2) Divided differences and Horner-scheme 3) Baryc
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:11.53kb
    • 提供者:王洪
  1. interpolation

    1下载:
  2. 插值 拉格朗日插值 有理函数插值 三次样条插值 有序表的检索法 插值多项式 二元拉格朗日插值 双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline in
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:32.01kb
    • 提供者:sby_1027
  1. Lagrange.tar

    0下载:
  2. This program provide the lagrange interpolation method with minimal optimisation technique. code input induilt revise propogation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:826byte
    • 提供者:sai
  1. Lagrange-interpolation

    0下载:
  2. In numerical analysis, Lagrange polynomials are used for polynomial interpolation. For a given set of distinct points xj and numbers yj, the Lagrange polynomial is the polynomial of the least degree that at each point xj assumes the corresponding val
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:350.76kb
    • 提供者:stefan
  1. Lagrange-interpolation

    0下载:
  2. 拉格朗日插值法C语言程序。。。经测试正确。。计算方法-Lagrange interpolation C language program. . . The test correctly. . Calculation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:184.94kb
    • 提供者:星沉
  1. Lagrange-interpolation

    0下载:
  2. 数值分析实验程序,C++程序编写,拉格朗日插值公式的算法。-Numerical analysis of experimental procedures, C++ programming, Lagrange interpolation formula algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:557byte
    • 提供者:包包
  1. Lagrange-interpolation

    0下载:
  2. 拉格朗日插值方法有着广泛的应用,本程序给出了一个实例。-Lagrange interpolation method has been widely used, the program gives an example.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.27kb
    • 提供者:蒋淑霞
  1. Lagrange-interpolation

    0下载:
  2. 拉格朗日插值多项式求函数在x处的函数值y,java源码-Lagrange interpolation
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:4.69kb
    • 提供者:shixuehai
  1. 2D-Lagrange-interpolation

    0下载:
  2. 二元拉格朗日插值法求解对应函数的值,java源码-2D Lagrange interpolation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:4.45kb
    • 提供者:shixuehai
  1. Lagrange-interpolation-in-C

    0下载:
  2. C语言编程实现拉格朗日插值,供大家学习。-Lagrange interpolation in C programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:10.06kb
    • 提供者:yuenali
  1. Lagrange-interpolation.ZIP

    0下载:
  2. 拉格朗日插值小程序,可以计算插值算法的小程序-Lagrange interpolation, we can calculate the interpolation algorithm applet
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:318.66kb
    • 提供者:于海
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com