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

搜索资源列表

  1. newton

    0下载:
  2.  牛顿插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值。-Newton interpolation method using the function f (x) function value in a range, make the appropriate specific function, take the known values ​ ​ at these points
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:1205
    • 提供者:
  1. 2

    0下载:
  2. 这是牛顿插值法的代码。此代码岁简洁,但是真实的反应了牛顿插值的理论。让我们可以更深刻的理解牛顿插值法-This is the Newton interpolation code. This code-year-old compact, but the real response to the Newton interpolation theory. So that we can gain a deeper understanding of Newton interpolation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:1335
    • 提供者:刘锦瑞
  1. shuzhi2

    0下载:
  2. 拉格朗日插值算法 牛顿插值多项式,用于离散数据的拟合 高斯列主元消去法,求解其次线性方程组-Lagrange polynomial interpolation Newton interpolation algorithm for discrete data, fitting out PCA Gaussian elimination method, followed by solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:8539
    • 提供者:hujingxin
  1. 20083

    0下载:
  2. 数值分析的C语言程序, 牛顿插值多项式。-Numerical Analysis of the C language program, Newton interpolation polynomial.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2586
    • 提供者:预告吧
  1. Newton

    0下载:
  2. 牛顿插值公式:构造插值函数空间的基函数得到的多项式逼近的方法——牛顿插值法。用于多项式插值逼近。-Newton interpolation formula: Construction interpolation function space available basis function polynomial approximation method- Newton interpolation. Approximation for the polynomial interpolation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:801
    • 提供者:klb
  1. lagrange+newton

    0下载:
  2. 数值计算方法--拉格朗日插值法和牛顿插值法-Numerical method- Lagrange interpolation method and the Newton interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1013
    • 提供者:阿杜
  1. newton

    0下载:
  2. 牛顿插值算法的实现 牛顿插值算法的实现-Newton interpolation algorithm to achieve the realization of Newton interpolation algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6353
    • 提供者:lianse
  1. InterpolationofthedifferencequotientNewtoniterativ

    0下载:
  2. 牛顿插值的差商迭代算法 用C编写的-Interpolation of the difference quotient Newton iterative algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2204
    • 提供者:hhb
  1. 2008513141456

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔 -Strong Names Explained
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:326377
    • 提供者:kouzan
  1. 10Csource

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 important C language implementation of the algorithm source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton iteration, Newton- Cortes, Jacobian, Qin nine-chao, power la
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4299
    • 提供者:he
  1. xinetd-2.3.14.tar

    0下载:
  2. 牛顿插值方法求解多项式的系数,通过等值差分,是用C写成的,可以运行!-niudunchazhi
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:301703
    • 提供者:stone
  1. newton

    0下载:
  2. 现在插值函数成为许多人的需要,现在提供牛顿插值的方法来供大家参考,牛顿插值适合线性插值的处理,对于非线性插值并不适合。-Interpolation function will now be a lot of people' s needs, now provides Newton interpolation method to everyone for reference, Newton Interpolation Linear Interpolation of treatment sui
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:515
    • 提供者:xin
  1. programming

    0下载:
  2. 计算机程序设计大全,里面含有牛顿插值、弦切法等求根的源程序供选择!-Encyclopedia of computer programming, which includes Newton interpolation, string-cut method, such as rooting for the source selection!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1722
    • 提供者:hsj
  1. newton_Interpolation

    0下载:
  2. C++实现的牛顿插值算法:对于n个点的插值,产生多项式的时间复杂度是O(n*n),最终进行一个点的计算的时间复杂度是O(n)。-C++ realization of the Newton interpolation algorithm: For n of interpolation points, resulting in polynomial time complexity is O (n* n), the final calculation of a point of time comple
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1743
    • 提供者:yxp
  1. Calculationprocedure

    0下载:
  2. 该程序包括了计算方法基本需要的程序,诸如高斯列主元,拟合,牛顿插值,对分,雅克比等.-The program includes the calculation of the basic needs of the program, such as Gaussian , fitting, Newton interpolation of points, Jacobian.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:8942
    • 提供者:yanyuee
  1. Newtoninsert

    0下载:
  2. 在VC++ 下实现了数值分析中的牛顿插值算法-Newton insert Algorithm in VC++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:294646
    • 提供者:李爽
  1. C12

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格 -10 important algorithm C language source code: Lagrange, Newton' s interpolation, Gauss, 10 important Romberg algorithm C language source code: Lagrange, Newton' s interpolation, Gauss, Long Berg
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3857
    • 提供者:潜力
  1. My_chazhi_newton_lagrange

    0下载:
  2. 这个是用C++编写的牛顿插值和拉格朗日插值算法,重新编写了一遍,网上能够找到的代码都很乱!-This is C++ to prepare the Newton interpolation and Lagrange interpolation algorithm has been rewritten again, the code can be found online very chaotic!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:534460
    • 提供者:黄希望
  1. Newtoninterpolation

    0下载:
  2. 牛顿插值的C语言实现 牛顿插值的C语言实现-Newton interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:110805
    • 提供者:天一生水
  1. ntchazhi

    0下载:
  2. 利用插值基函数很容易得到拉格朗日插值多项式,公式结构紧凑,在理论分析中甚为方便,但当插值节点增减时全部插值基函数lk(x)(k=0,1,…,n)均要随之变化,整个公式也将发生变化, 这在实际计算中是很不方便的,为了克服这一缺点,提出了牛顿插值。 -The use of interpolation basis function can easily obtain the Lagrange interpolation polynomial, the formula is compact and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:705
    • 提供者:刘佳
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com