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

搜索资源列表

  1. romberg算法

    0下载:
  2. 可以很好的实现数学中的算法-can achieve good mathematics algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2803
    • 提供者:张英
  1. rombergnew

    0下载:
  2. 龙贝格算法c源代码 实用性强,考虑方面齐全-Romberg c algorithm source code practical, considerations complete
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1608
    • 提供者:microstone
  1. jisuanfangfa

    0下载:
  2. 计算方法经典算法(弦截法\\二分法\\牛顿迭代法\\龙贝格算法)-classic calculation algorithm (xianjie Act \\ dichotomy \\ Newton \\ Romberg algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2520
    • 提供者:王勇
  1. MROM

    0下载:
  2. 龙贝格算法的例子-Romberg algorithm example
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:901
    • 提供者:网里
  1. Chapter04.NumericalIntegration

    0下载:
  2. 清华大学《数值分析A》-第04章.数值积分 梯形 Simpson Romberg Gauss型求积 数值微分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:253149
    • 提供者:大乔
  1. probability-algorithmic

    0下载:
  2. 常用的数值分析算法,包括: lagelanri,Hermite,Romberg,gause-sidel, 复化求积等。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3228
    • 提供者:oak
  1. 2005011422532426614

    0下载:
  2. 数值分析里的龙贝格算法-numerical analysis of the algorithm Romberg
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:939
    • 提供者:何明
  1. 龙贝格方法

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

    • 发布日期:2008-10-13
    • 文件大小:6162
    • 提供者:陈新
  1. cn700_vc3478524

    0下载:
  2. 用龙贝格算法计算sinx 在的积分,简单易懂-with Romberg algorithm sinx in points and easily understood
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1091
    • 提供者:南雁北飞
  1. weijifen

    1下载:
  2. 微积分的数值计算函数,包括: double composite_simpson(double(*f)(double),double a,double b,int n) double romberg(double(*f)(double),double a,double b,double eps,int max_it) double gauss_legendre(double(*f)(double),double a,double b) double central_difference(doubl
  3. 所属分类:其它

  1. lee

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

    • 发布日期:2008-10-13
    • 文件大小:1368
    • 提供者:qwe
  1. numerical_analysis

    0下载:
  2. 在程序设计部分主要讨论了在读写函数表达式时,词法分析与语法分析的C++实现方法,这也正是本程序编写的难点与重点。之后介绍了复化求积法和Romberg求积法的编写步骤及方法以及数值积分的实现方法。-in the process of discussing some of the major functions of the reader expression, lexical analysis and parsing of C + + methods, which is precisely wha
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:113915
    • 提供者:王宇
  1. Cpp1

    1下载:
  2. 龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛卜生公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。 作为一种外推算法, 它在不增加计算量的前提下提高了误差的精度.-Romberg quadrature, also known as successive half acceleration method. It is the trapezoid formula, formula and Cotes formulas Xinbo students the relations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:610
    • 提供者:liuchang
  1. longbeigejifen

    0下载:
  2. 计算方法中的龙贝格积分是求定积分的精度高的近似值,这里提供龙贝格积分的matlab源代码。-Calculation of the Romberg integral definite integral is seeking a high precision approximation, here are Romberg integration matlab source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:635
    • 提供者:孙军成
  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
    • 文件大小:5521417
    • 提供者:Lynn
  1. daima

    2下载:
  2. 根据给定的函数,分别用复合梯形公式、复合辛普森公式、龙贝格求积公式和变步长的求积公式计算积分结果,并且比较积分的精确度。-According to a given function, namely, composite trapezoidal formula using composite Simpson formula Romberg quadrature formula and the variable step-size integration quadrature formula res
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1560
    • 提供者:娜娜
  1. NewtonAndromberg

    0下载:
  2. 非线性方程牛顿迭代法和数值积分的龙贝格解法-Newton iteration of nonlinear equations and numerical solution of integral Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1194
    • 提供者:secret
  1. valueanalysis

    0下载:
  2. 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法 [ReMap.rar] - EASYARM2200教学实验平台上的存储器映射 -Numerical Differentiation and Numerical Integration: Newton-Cotes formulas, complex formulas and interval of successive half-hours law, ext
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:20936
    • 提供者:任峰
  1. YANSHICHENGXU

    0下载:
  2. 数值分析之romberg算法演示程序 1.0. 大家 看 看 -Numerical Analysis of the Romberg algorithm demo 1.0. Let us take a look
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:209626
    • 提供者:liuhanmei
  1. CalculationAlgorithm

    0下载:
  2. Gauss,加速迭代,拉格朗日插值法,龙贝格算法,牛顿迭代算法,梯形法积分,自适应梯形公式-Gauss, to accelerate the iteration, the Lagrange interpolation method, Romberg algorithm, Newton algorithm, trapezoidal integration method, adaptive trapezoid formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3137
    • 提供者:james
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 20 »
搜珍网 www.dssz.com