CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 龙贝格

搜索资源列表

  1. romberg.rar

    1下载:
  2. 龙贝格积分
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1452
    • 提供者:
  1. 龙贝格求积分.rar

    0下载:
  2. 所属分类:其它

    • 发布日期:
    • 文件大小:591
    • 提供者:
  1. IntegarteClass(积分类)

    0下载:
  2. 该源码给出了常用的积分算法源码。像梯形法,龙贝格,森普斯算法等。-the source is a common source integral algorithm. Act like a trapezoid, Romberg, Senpushi algorithm.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:41929
    • 提供者:唐能福
  1. VB_NUM3

    0下载:
  2. 用VB实现数值积分的算法集。包括梯形求积法,反常积分,三重积分,龙贝格方法,辛卜生方法等6种方法。-VB numerical integration algorithm set. Quadrature including the trapezoidal method, abnormal integral triple integral, Romberg, Oracle Health means six ways.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4291
    • 提供者:李春波
  1. array01.c

    0下载:
  2. 对于常见的积分一般同志都可以编写,但龙贝格计算积分比较复杂,此处以c语言为工具开发的算法,特经典-common for the general points can be prepared comrades, but Romberg integral calculation complexity here to c language as a tool for development of the algorithm, special classic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1924
    • 提供者:wxm
  1. 综合算法

    4下载:
  2. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method composite Simpson), Matlab ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1452699
    • 提供者:罗鹏魁
  1. 三弯矩插值

    0下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpola
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:18215
    • 提供者:jasa
  1. 三转角插值

    0下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpola
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:18074
    • 提供者:jasa
  1. lagrange多项式插值

    1下载:
  2. 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpola
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:21613
    • 提供者:jasa
  1. 多项式最小二乘法

    0下载:
  2. 多项式最小二乘法 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-least squares polynomial interpolation three Moment Hangzhou polynomial interpolation polynomial least-squares method Long Bagby integration piec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:27972
    • 提供者:jasa
  1. Numerical-integration-method

    0下载:
  2. 提供了6种数值积分方法的c++代码实现: 1 梯形求积法(TRAPZD->QTRAP); 2 辛普森(Simpson)求积法(QSIMP); 3 龙贝格(Romberg)求积法(QROMB); 4 反常积分(MIDPNT, MIDINF, MIDSQL, MIDEXP->QROMO); 5 高斯求积法(QGAUS, GAULEG); 6 三重积分(QUAD3D)-offers six methods of numerical integration c code to achieve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5494
    • 提供者:ldg
  1. long.zip

    0下载:
  2. 用龙贝格方法求积分,Romberg method used for points
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:837
    • 提供者:lxw
  1. Aumerical_Analysis_MATLAB_function

    0下载:
  2. 研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。-Kenichi just finished numerical analysis, himself wrote a number of algorithms Functions, you can directly call the meaning of the paramete
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1939
    • 提供者:小天
  1. NumericalAlgorithm

    2下载:
  2. 高斯赛德尔迭代法,高斯消去法,龙贝格算法,龙格-库塔算法,雅各比迭代法,二分法,最小二乘法……等常用数值算法-Gauss Sider method, Gauss elimination method, Romberg algorithm, Runge- Kutta algorithm, Jacobi iterative method, the dichotomy, the least square method and so on ... ... commonly used numerical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:11470
    • 提供者:金从友
  1. mainc

    1下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2718461
    • 提供者:shz
  1. jisuanfangfa

    0下载:
  2. 用Vc++语言实现拉格朗日插值、牛顿插值、 复化Simpson公式、龙贝格公式、牛顿迭代法、高斯列主元消去法、Seidel 迭代法-Vc++ language with the realization of the Lagrange interpolation, Newton interpolation, Complex formula of Simpson, Romberg formula, Newton iteration, Gauss elimination method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:38401
    • 提供者:pyx
  1. jisuanfangfa

    0下载:
  2. 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3785
    • 提供者:wu
  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. 数值计算相关算法

    0下载:
  2. 三次样条插值 龙贝格积分 共轭梯度法的实现,基于matlab程序(Three spline interpolation Romberg conjugate gradient method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:有效数字
  1. Romberg

    0下载:
  2. 数值分析的龙贝格算法。数值积分与数值微分,谢谢使用!(Romberg algorithm of numerical analysis.)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:62464
    • 提供者:嗣子
« 1 23 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com