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

搜索资源列表

  1. nd

    0下载:
  2. 本程序利用牛顿插值法对函数表,求出各阶均差值并通过输入x值得到函数值。例如(课本 ) 给出 的函数表 X 0.40 0.55 0.65 0.80 0.90 y 0.41075 0.57815 0.69675 0.88811 1.02652 均差求至4阶,并由此计算 的近似值 运行环境:C-Free -This procedure for the use of Newton' s interpolation function table, find the diffe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:56234
    • 提供者:零下
  1. Engineering_Analysis_with_FORTRAN-Source_files

    0下载:
  2. 工程师用Fortran 编程常用程序,包括最小二乘法、牛顿插值、差分法、常用方程求解等,其中还包括 Mathtics 和Qick basic版本源代码。-Fortran、mathics and QB source codes for science and engineering computation
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:665598
    • 提供者:hgl
  1. niudunchazhi

    0下载:
  2. 牛顿插值C++语言编写的。我已经试过了。简单易用-Newton interpolation C++ languages. I have tried. Easy-to-use
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:19952
    • 提供者:yeyasi
  1. gongshi

    0下载:
  2. 这是用C写的计算方法中常用的公式,有梯形公式、变步长梯形公式、Romberg公式、欧拉公式、牛顿插值公式、lagrange插值公式等-It is written using C commonly used in the calculation of the formula, there is trapezoid formula, variable-step trapezoidal rule, Romberg formula, Euler' s formula, Newton' s i
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2399
    • 提供者:
  1. niudunchazhi

    0下载:
  2. 数据结构,牛顿插值法。通过牛顿插值法求解方程-Data structure, Newton interpolation. Solving equations using the Newton interpolation
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:628
    • 提供者:lh
  1. 1

    0下载:
  2. 牛顿插值, 拉格朗日差值, 人性化界面-Newton interpolation, Lagrange difference, human interface
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1123
    • 提供者:史忽
  1. ch02_4

    0下载:
  2. 牛顿插值代码 牛顿插值代码 -C++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:137071
    • 提供者:henry
  1. newton_interpolation

    0下载:
  2. 牛顿插值算法matlab程序,初学者很好的参考-interplation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:568
    • 提供者:杨爱萍
  1. 20061229191329300

    0下载:
  2. 牛顿插值发,数值方法计算牛顿插值程序 计算牛顿插值多项式的值-newtoninterpolation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1971910
    • 提供者:张杰
  1. Matlab-Newton-Interpolation-Code

    0下载:
  2. 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法。-The matlab program implements Newton interpolation (Newton' s Interpolation) algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:547
    • 提供者:动荡
  1. RGB

    0下载:
  2. 在matlab中实现简单的牛顿插值算法(此算法引用自NED工程与技术大学)-scr ipt for Newton s Interpolation. Muhammad Rafiullah Arain Mathematics & Basic Sciences Department NED University of Engineering & Technology- Karachi Pakistan. --------- x and y are two Row Matr
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3322
    • 提供者:RGB
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com