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

搜索资源列表

  1. Part_2_C_programmes

    0下载:
  2. 程序总结2 改进欧拉法|高斯消去法|简单迭代法|列主元元素消元|龙贝格算法|龙格库塔方法|牛顿插值多项式-procedures to improve Euler France | Gaussian Elimination | simple iteration | out the main elements Consumers billion yuan | Romberg Algorithm | Runge Kutta method | Newton polynomial interpolatio
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.86kb
    • 提供者:周琳
  1. 用Romberg求PI

    0下载:
  2. 用Romberg求PI-with Romberg for PI
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:803byte
    • 提供者:张三华
  1. MPI_File

    0下载:
  2. Jacobi_MPI. ln2 & pi 的计算,基于Romberg and Simpson. MPI_File.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2.51kb
    • 提供者:luoxiao
  1. Romberg

    0下载:
  2. 龙贝格插值算法求积分下限为0,积分上限为1的,被积函数为4/1+x*x的积分-Romberg interpolation algorithm quadratures threshold of 0, points to a ceiling of the function of the plot was 4 / 1 x * x points
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.44kb
    • 提供者:李波
  1. romberg

    0下载:
  2. 计算方法算法中的romberg算法,希望对于那些学习计算方法的人有所帮助
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:6.42kb
    • 提供者:Johnny
  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. 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
    • 文件大小:111.25kb
    • 提供者:王宇
  1. Csharpshuzhijishuan

    0下载:
  2. C#编写的数值计算方法,线性插值,龙贝格算法,《C#数值计算方法》的配套书-C# prepared by numerical method, linear interpolation, Romberg Algorithm, " C# Numerical Calculation Method" book package
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:8.81kb
    • 提供者:张珍珍
  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
    • 文件大小:7.44kb
    • 提供者:jhy
  1. Dragon-berg-quadrature-algorithm

    0下载:
  2. 龙贝格求积算法,采用龙贝格算法求函数积分,精度较高。-Romberg quadrature algorithm, using Romberg algorithm for function integration and high precision.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:680byte
    • 提供者:shenglei
  1. longbeigeshiyan

    0下载:
  2. 简介龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛卜生公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。-Introduction Romberg quadrature formula is also known as successive half acceleration method. It is the trapezoidal formula, formulas and Cotes formulas Xinbo students based on the rela
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:442.37kb
    • 提供者:闫国翔
  1. Romberg

    3下载:
  2. 用Fortran95语言编写的龙贝格积分程序,积分精度可以人为控制-With Fortran95 language Romberg integration process, integration accuracy can be artificially controlled
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:930byte
    • 提供者:fwc
  1. longbeige

    0下载:
  2. 龙贝格积分,MATLAB程序,计算方法作业,内有说明-Romberg integration, MATLAB procedures, calculation methods work, there are instructions
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:592byte
    • 提供者:jinlilili
  1. Romberg-integral-method

    0下载:
  2. Romberg积分通常要求被积函数在积分区间上没有奇点。-Usually require Romberg integral integrand no singularity in the integral interval.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3.08kb
    • 提供者:张si
  1. jifen

    0下载:
  2. 各种数值积分,包括牛顿积分,辛普生各分、龙贝格积分,高斯积分和高斯—勒让德积分-A variety of numerical integration, including Newton integral, sub Simpson, Romberg integration, Gaussian integrals and Gauss- Legendre integration
  3. 所属分类:ELanguage

    • 发布日期:2017-05-04
    • 文件大小:9.47kb
    • 提供者:刘志明
搜珍网 www.dssz.com