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

搜索资源列表

  1. add-missing-data

    1下载:
  2. 这是一个Matlab程序,用牛顿插值法,补充缺失的数据,从而保证了数据的完整性。-This is a Matlab program, using Newton s interpolation method, add missing data, thus ensuring data integrity.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:644
    • 提供者:于忠达
  1. towton

    0下载:
  2. 插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值。如果这特定函数是多项式,就称它为插值多项式。利用插值基函数很容易得到拉格朗日插值多项式,公式结构紧凑,在理论分析中甚为方便,但当插值节点增减时全部插值基函数均要随之变化,整个公式也将发生变化, 这在实际计算中是很不方便的,为了克服这一缺点,提出了牛顿插值。 -The Newton s FormThe Lagrange FormThe convent
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:692
    • 提供者:whr
  1. longge

    0下载:
  2. 插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值。如果这特定函数是多项式,就称它为插值多项式。利用插值基函数很容易得到拉格朗日插值多项式,公式结构紧凑,在理论分析中甚为方便,但当插值节点增减时全部插值基函数均要随之变化,整个公式也将发生变化, 这在实际计算中是很不方便的,为了克服这一缺点,提出了牛顿插值。 -The Newton s FormThe Lagrange FormThe convent
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:70799
    • 提供者:whr
  1. ndcz

    0下载:
  2. 牛顿插值法程序是用来计算牛顿插值的一种算法。-Newton interpolation method is used to calculate a Newton interpolation procedures of an algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:5430
    • 提供者:陆益红
  1. New-NEWWton

    0下载:
  2. 最近在书上看到的一个改进的牛顿插值方法,可以-Recently in the book to see an improved Newton' s interpolation method, you can see
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:32176
    • 提供者:徐级
  1. chazhi

    0下载:
  2. Vc编程,计算数学,牛顿插值,拉格朗日插值的示例程序-Vc programming, computational mathematics, Newton interpolation, Lagrange interpolation of the sample program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1038
    • 提供者:张若冰
  1. newton-lagrange

    0下载:
  2. 牛顿插值法 和 拉格朗日插值法 的实现,其中含有简单图像显示-Newton interpolation and Lagrange interpolation to achieve, which contains a simple image display
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:9578
    • 提供者:菜鸟程序员
  1. 1

    0下载:
  2. 该程序为牛顿插值C++实现方法,该方法通俗易懂,很好地实现了牛顿插值-The program for the C++ implementation of Newton interpolation method easy to understand, to achieve a good Newton interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:880
    • 提供者:小白狼
  1. interpolating-function

    0下载:
  2. matlab的牛顿插值和样条插值多项式,以及牛顿插值和样条插值的误差。-matlab Newton polynomial interpolation and spline interpolation, and Newton interpolation and spline interpolation errors.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:34364
    • 提供者:
  1. newton_interpolation_6_3

    0下载:
  2. MATLAB 实现牛顿插值-Newton' s interpolation in MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:889
    • 提供者:Shanks_yi
  1. Newton

    0下载:
  2. 牛顿插值,最近正在学,比较好的一个程序,亲自验证过-a perfect program about this
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:590
    • 提供者:卧出
  1. newton

    0下载:
  2. 牛顿插值数值计算 牛顿插值数值计算-newton data
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6963
    • 提供者:shenyang
  1. Newton-interpolation-method

    0下载:
  2. 牛顿插值法,输入x,y,再输入变量xi,就可以求得yi。-Newton interpolation method, the input x, y, and input variables xi, yi obtained.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:597
    • 提供者:李姣姣
  1. Matlab

    0下载:
  2. 自学matlab必备的60个小例子,包括牛顿插值、taylor解常微分方程等算法的matlab实现源代码,保证正确-It includes 60 examples of the code of matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:25625
    • 提供者:fanxing
  1. the-Newton-interpolati-matlab

    0下载:
  2. 实现牛顿插值法,和三次样条插值法的matlab程序-Realize the Newton interpolation method, and three times the spline interpolation method of matlab program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:277972
    • 提供者:gaolouhello
  1. 1111

    0下载:
  2. 两种插值法求插值误差。拉格朗日插值和牛顿插值。-Both Method of Interpolation for the interpolation error. Lagrange interpolation and Newton interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:93421
    • 提供者:ray
  1. Matlab

    0下载:
  2. 自学matlab的60个小程序代码,里面含有牛顿插值算法、拉格朗日插值算法等-Self-study matlab 60 small program code
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:21435
    • 提供者:zzj
  1. ch8

    0下载:
  2. 压缩包里面有很多插值算法,比如,牛顿插值,一般插值、多次样条插值等。-Interpolation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:14565
    • 提供者:逍遥行1989
  1. Newdon

    0下载:
  2. 牛顿插值多项式求解,简单实用的小程序,大家可以自己试着写!-Newton interpolation polynomials solution, simple and practical small process, we can try to write!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:993
    • 提供者:lou
  1. LagrangeNewtoninterpolation

    0下载:
  2. 拉格朗日和牛顿插值法的C++方法实现(数值分析上机实验)-Lagrange and Newton interpolation, C++ method to achieve(Numerical analysis of the experiment on the computer)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:77244
    • 提供者:陈辰
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 26 »
搜珍网 www.dssz.com