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

搜索资源列表

  1. 3107002005_5th_NEWTON

    0下载:
  2. 牛顿插值方法,一种最基本的曲线插值算法,简单易用,效率高-Newton interpolation methods, a basic curve interpolation algorithm, easy-to-use, high efficiency
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1305
    • 提供者:lommmmmm
  1. NewtonInterpolation

    0下载:
  2. 用牛顿插值法对离散点进行差值,如果在原来的基础上增加一个点,用该种插值法速度很快,效率高-Using Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:786
    • 提供者:萧筱
  1. neton

    0下载:
  2. 实现牛顿插值的一次二次差值,精确计算截断误差大小。-Newton interpolation to achieve a secondary difference, accurate calculation of the size of truncation error.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:13398
    • 提供者:江寒
  1. Newton

    0下载:
  2. 牛顿插值和三次样条插值的matlab实现-Newton interpolation and cubic spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2486
    • 提供者:张阳军
  1. niudun

    0下载:
  2. 计算方法中牛顿插值方法,对若干数据进行线性拟合-Newton' s method of calculation in the interpolation of data on a number of linear fitting
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:605
    • 提供者:
  1. PictureReshape_c_sharp

    1下载:
  2. 图像变形软件,使用五种方法实现,分别为均值插值,牛顿插值,拉格朗日插值,双线性插值-Image morphing software, using five methods, namely the mean interpolation, Newton interpolation, Lagrange interpolation, bilinear interpolation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-06-02
    • 文件大小:762551
    • 提供者:夏桐
  1. Newton_interplotion

    0下载:
  2. 牛顿插值的MATLAB程序。需要的来下载。-Newton interpolation process of MATLAB. Need to download.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:9661
    • 提供者:宁大忠
  1. niudunchazhi

    0下载:
  2. 牛顿插值算法实现,以方便数学计算模块的应用,提供便利-Newton interpolation algorithm in order to facilitate the application of mathematical calculation module, to facilitate the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:557
    • 提供者:小珞
  1. theNewtoninterpolation

    0下载:
  2. 数值计算之牛顿插值,包含matlab代码实现!-Numerical calculation of the Newton interpolation, including the matlab code to achieve!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:17417
    • 提供者:ww
  1. ShuZhiFenXi4

    2下载:
  2. 单位圆的内插实现,里面有4种内插算法:拉格朗日插值、牛顿插值、分段线性插值、分段样条插值、以及插值误差范数估计-Interpolation to achieve the unit circle, which has four kinds of interpolation algorithms: Lagrange interpolation, piecewise-linear interpolation, sub-spline interpolation, as well as Norm inte
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1320
    • 提供者:陈永恒
  1. Netwon_Insert-MATLAB

    0下载:
  2. 牛顿插值算法,输入自变量的值便可求出相应因变量的近似值~-Newton interpolation algorithm, input from the variable value can derive a corresponding approximation of the dependent variable ~
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:531
    • 提供者:green
  1. test7

    0下载:
  2. 用牛顿插值法的数值分析方法来求函数,并画出函数-Newton interpolation with numerical analysis to find the function, and draw the function
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 对于给出的有限插值,利用牛顿插值法求解方程(For the given finite interpolation, the Newton interpolation method is used to solve the equation)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:823811603
  1. newton

    0下载:
  2. 通过C语言实现牛顿插值法,便于给广大大学生实验提供帮助(C language implementation of Newton interpolation method)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:354304
    • 提供者:likamodric
  1. Newton_Interpolation

    0下载:
  2. 利用MATLAB用最简单的语法进行牛顿插值法的编程(Programming of Newton interpolation method by using MATLAB)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:444164651651
  1. 数值分析

    0下载:
  2. 用拉格朗日插值法拟合曲线,用牛顿插值法拟合曲线,用厄尔米特插值拟合曲线。(The curve is fitted by Lagrange interpolation, and the curve is fitted by Newton interpolation, and Earl milt interpolation is used to fit the curve.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:xhtleige
  1. newTon

    0下载:
  2. 牛顿插值多项式源代码;三次样条插值多项式源代码;(Newton interpolation polynomial source code; three spline interpolation polynomial source code;)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:小狮子11
  1. 新建文件夹

    0下载:
  2. 要是学了数值分析的课程,肯定要进行相关的编程,其中一定要编程牛顿插值法(If you have learned the course of numerical analysis, it is sure to do the related programming, which must be programmed by the Newton interpolation method)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:xjdd
  1. Matlab60个小程序代码

    1下载:
  2. 利用Eular求解常微分方程、牛顿插值、迭代求解等计算方法(Use Eular solving ordinary differential equations)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:24576
    • 提供者:simonlyn
  1. Lag_polyfit New_polyfit

    0下载:
  2. 拉格朗日插值法和牛顿插值法,matlab软件编程,.m文件(Lagrange interpolation and Newton interpolation, MATLAB software programming,.M file)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:lanju
« 1 23 4 5 6 7 8 9 10 ... 26 »
搜珍网 www.dssz.com