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

搜索资源列表

  1. Newton

    0下载:
  2. 牛顿插值算法 用程序来实现模拟函数求值 代码考虑到时间复杂度问题-Newton
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:721
    • 提供者:九现神龙
  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. 10

    0下载:
  2. 此为一个chm文件,其中包含10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔 -This is a chm file, which contains 10 important algorithms C language implementation source code: Lagrange, Newton interpolation, Gaussian, Rhomberg, Newton iteration, Newt
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:326630
    • 提供者:哇啦
  1. TheLagrangeandNewtoninterpolation

    0下载:
  2. 有关拉格朗日和牛顿插值的算法描述及MATLAB编程实现-The Lagrange and Newton interpolation algorithm descr iption and MATLAB programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:57492
    • 提供者:黄梅
  1. the-codes-of-C-about-important-algorithms

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-23
    • 文件大小:7623
    • 提供者:jhy
  1. NewtoniInterpolation

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

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

    0下载:
  2. 本代码是lagrange插值算法、牛顿插值算法和等距节点牛顿插值算法的MATLAB程序,代码有详细的注释,可以直接调用-This code is lagrange interpolation, Newton interpolation algorithm and the Newton interpolation algorithm equidistant nodes MATLAB program code with detailed notes, you can directly call
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1534
    • 提供者:huanghf
  1. number

    0下载:
  2. 牛顿插值,拉格朗日插值,还有方程根的计算,还有求矩阵特征值的malab代码-Newton interpolation, Lagrange interpolation, there is the root of the calculation equation, there is a matrix eigenvalue malab code
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:39603
    • 提供者:cool
  1. 2222

    0下载:
  2. 与marlab有关的牛顿插值问题 很经典的例程 给广大爱好者一臂之力-With marlab the classic Newton interpolation routines to large hand fans
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1109838
    • 提供者:潘红
  1. Interpolation

    0下载:
  2. 数学分析基本函数,包括拉格朗日插值,牛顿插值等。-Interpolation
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:712
    • 提供者:曾思栋
  1. matlab

    0下载:
  2. 数值分析计算实习题.牛顿插值.拉格朗日插值.三次样条.-Practical numerical analysis problems. Newton interpolation. Lagrange interpolation. Cubic spline.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2510
    • 提供者:YipingMa
  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. mathchip

    0下载:
  2. 数学插值算法,包含牛顿插值、后向牛顿插值、高斯插值、拉格朗日插值算法-Mathematical interpolation algorithms, including interpolation, after the interpolation, Gauss interpolation, Lagrange interpolation, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:2586
    • 提供者:ZY
  1. NEWTON

    0下载:
  2. 这是一个牛顿插值的例子。输入差值点,计算4次牛顿插值函数值。-This is an example of Newton interpolation. Enter the difference points to calculate the value of 4 Newton interpolation function.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:111112
    • 提供者:史忽
  1. newtonpoly

    0下载:
  2. 牛顿多项式拟合卫星精密星历,默认15分钟类型,内插至30s-Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:698
    • 提供者:冯磊
  1. xianshi

    0下载:
  2. 牛顿插值算法的显示算法,适用于牛顿差值公式的计算-Newton interpolation algorithm display algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:848
    • 提供者:郑卿吾
  1. matlab3

    0下载:
  2. 在matlab中使用牛顿插值完成对多项式插值的拟合-Using Newton' s interpolation in matlab to complete the fitting of polynomial interpolation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4683
    • 提供者:刘天
  1. jisuanfangfa

    0下载:
  2. 计算方法程序:三次拉格朗日插值、牛顿插值、复化梯形积分、复化Simpson积分、高斯列主元消去法、LU分解法-Calculation procedure: three Lagrange interpolation, Newton interpolation, complex trapezoidal integration, complex integration of Simpson, principal component elimination method Gauss column, LU
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:29968
    • 提供者:wangxuanbo
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com