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

搜索资源列表

  1. 用龙贝格法计算函数f

    0下载:
  2. 介绍和使用龙贝格法进行数值分析的程序代码,Matlab-introduction and use Romberg method of numerical analysis code, Matlab
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.77kb
    • 提供者:tsibintsibin
  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
    • 文件大小:5.37kb
    • 提供者:ldg
  1. romberg

    0下载:
  2. example for romberg method (Fortran code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:949byte
    • 提供者:River
  1. Romberg数值算法

    0下载:
  2. 计算方法中romberg算法的c程序源码-calculation method Romberg Algorithm c procedures FOSS
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:920byte
    • 提供者:李军
  1. 龙贝格方法

    0下载:
  2. 龙贝格方法。又一个数值算法。-Romberg method. Also a numerical algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6.02kb
    • 提供者:陈新
  1. long.zip

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

    • 发布日期:2017-11-08
    • 文件大小:837byte
    • 提供者:lxw
  1. Romberg-integral-method.rar

    0下载:
  2. 龙贝格积分法,文本输入输出,实现数值计算的龙贝格积分法,Romberg integration method, text input and output, to achieve Romberg numerical integration method
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:156.63kb
    • 提供者:姜北樵
  1. Romberg

    2下载:
  2. 计算方法程序,龙贝格算法的matlab程序,精简明了,注释全面,自己的计算方法作业,很认真的编写的-Calculation program, Romberg algorithm matlab program, streamlining and clear, comprehensive notes, his method of operation of calculation, it is prepared carefully
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:54.19kb
    • 提供者:沈大勇
  1. NumericalAnalysis

    1下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5.27mb
    • 提供者:Lynn
  1. ROMBERG

    0下载:
  2. 在变步长求积过程中的三个加速公式,将粗糙的积分近似值迅速加工成精度较高的积分近似值的求积方法为龙为个求积算法。-Variable step size in order to plot the course of the three accelerated formula rough approximation of the points quickly processed into a high precision quadrature integral approximation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:651byte
    • 提供者:刘佳
  1. Rombergintegrationmethod

    0下载:
  2. 用龙贝格方法上级计算积分: 这里计算e的-x平方在0到0.8的积分,代码中f函数为被积函数,main函数中输入积分区间。 -Superior method of calculation using Romberg integration: This calculation of e,-x squared from 0 to 0.8 points in the code for the integrand function f the function, main function, en
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:177.76kb
    • 提供者:wq
  1. Romberg

    0下载:
  2. Numerical approximation rn of the definite integral from a to b that is obtained with the aid of Romberg s method with n rows and n columns.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:578byte
    • 提供者:Lokesh
  1. Romberg

    0下载:
  2. 用romberg方法计算定积分,数值积分的一种常用方法-use romberg method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:579byte
    • 提供者:wang
  1. Romberg

    0下载:
  2. 应用Romberg方法计算函数的积分, 应用Romberg方法计算函数的积分。-Application of the integral function of Romberg method, application of Romberg method function points.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:671byte
    • 提供者:litao
  1. romberg

    0下载:
  2. 用Romberg法求积分计算准确,while循环次数一般不超过10,运算较为方便、快捷;计算之前,需要给出所求函数的表达式,积分上限和下限以及误差范围。运用MATTLAB程序求解积分省时、省力。-用Romberg法求积分计算准确,while循环次数一般不超过10,运算较为方便、快捷;计算之前,需要给出所求函数的表达式,积分上限和下限以及误差范围。运用MATTLAB程序求解积分省时、省力。用Romberg法求积分计算准确,while循环次数一般不超过10,运算较为方便、快捷;计算之前,需要给出所求
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:10.1kb
    • 提供者:zhangliping
  1. romberg

    0下载:
  2. 用龙贝格法求定积分,此例的变量数为三,但整体思路是没错的。-With Romberg method for the definite integral, the number of variables in this case is three, but the overall idea is correct.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:715byte
    • 提供者:彦成
  1. Romberg

    0下载:
  2. VC++编写,使用Romberg方法计算定积分。 -VC++ written using the Romberg method to calculate the definite integral.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:281.09kb
    • 提供者:sun
  1. Romberg

    0下载:
  2. 数值分析方法中,利用龙贝格方法求解定积分问题,-use Romberg method to solve the problem of definite integral
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:940byte
    • 提供者:zhaojing
  1. romberg

    0下载:
  2. 龙贝格积分,比较高效的数值积分方法,迭代法求积分-Romberg method,efficient numerical integrals function
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:601byte
    • 提供者:wukong
  1. Romberg

    0下载:
  2. 这是一个用Romberg法拟值的C语言小程序-This is a Romberg method proposed small value of C language program
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:677byte
    • 提供者:LiYi
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com