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

搜索资源列表

  1. chazhi

    0下载:
  2. 简单而实用的牛顿插值法。线性化。用于线性化校准。-iterated interpolation method,linearization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3248
    • 提供者:小宝儿
  1. Runge_Kutta_Euler_Newton_method

    0下载:
  2. 龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。该算法是构建在数学支持的基础之上的,其次还包括欧拉法和牛顿插值法-Runge_Kutta_Euler_Newton_method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:813
    • 提供者:原维
  1. NewtoniInterpolation

    0下载:
  2. 这是用c语言实现的一个算法,牛顿插值法, 简单-This is an algorithm c language, Newton interpolation, a simple
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:651111
    • 提供者:
  1. naPDF-1

    0下载:
  2. 数值分析课件-绪论,方程求根,牛顿插值法,海米特插值法,数值微分-Numerical analysis of courseware- Introduction, Equations in One Variable, Newton interpolation, haymet interpolation, numerical differentiation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2229873
    • 提供者:don
  1. Newton

    0下载:
  2. 实现牛顿插值法的运算,任意输入插值点的数目,再输入每个插值点对应的数与数值,在输入所要求的插值点,程序自动实现差值计算。-Newton
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:748
    • 提供者:郭敏霞
  1. 31

    0下载:
  2. 牛顿插值法 以及 拉格朗日 插值法的简单算法-Newton interpolation method and a simple algorithm for Lagrange interpolation
  3. 所属分类:Data structs

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

    0下载:
  2. 用matlab编写的实现牛顿插值法的代码,生成图像可显示节点数,误差点。-Prepared with the matlab code to achieve Newton interpolation to generate the image to show the number of nodes, the error point.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:779
    • 提供者:林安安
  1. shuzhifenxichengxu

    0下载:
  2. 包含多个数值分析程序,高斯消去法,拉格朗日插值法,牛顿插值法,sor,平方根法等。-Multiple numerical analysis program, Gaussian elimination method, Lagrange interpolation, Newton interpolation, sor, the square root law.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3019
    • 提供者:刘伟
  1. Newtonchazhifa

    0下载:
  2. 牛顿插值法,是学习插值的基本内容,这里是一个该插值法的matlab程序文件,可以帮助大家进一步学习-Newton interpolation, interpolation is to learn the basic content, here is a program of the interpolation matlab file, you can help us to further study
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4967
    • 提供者:xiemeng
  1. algorithm

    0下载:
  2. 超松弛迭代法、最小二乘法、拉格朗日插值法、牛顿插值法、牛顿迭代法、雅克比迭代-Over relaxation method, least squares, Lagrange interpolation, Newton interpolation, Newton' s iterative method, Jacobi iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7227
    • 提供者:钱伟欣
  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. ndcz

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

    • 发布日期:2017-04-06
    • 文件大小:5430
    • 提供者:陆益红
  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. 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. 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. 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. newton-interplote

    0下载:
  2. 利用matlab编写的牛顿插值法进行插值计算-Newton interpolation interpolation using Matlab prepared
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:593
    • 提供者:liyunzhao
  1. chazhi

    0下载:
  2. 各种插值算法,高斯插值算法,线性插值算法,牛顿插值法,哈米特矩阵插值算法-Various interpolation algorithm, the Gaussian interpolation algorithm, linear interpolation algorithm, Newton interpolation, Hammett matrix interpolation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:11040
    • 提供者:陈萌
  1. newton-Interpolation

    0下载:
  2. 数值计算基础牛顿插值法c语言源代码,有运行截图-The numerical calculation basis of Newton interpolation c language source code, run shot
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:65264
    • 提供者:liushuang
  1. lagrange

    0下载:
  2. 拉格朗日插值法 牛顿插值法 matlab源代码 测试可用-Lagrange interpolation Newton interpolation method matlab source code testing available
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:567
    • 提供者:liuyu
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com