搜索资源列表

  1. Romberg

    0下载:
  2. 数值分析中的龙贝格积分算法,使用与研究生课程中的数值分析的romberg积分,对于理解积分过程很有帮助,本人原创-Numerical analysis of Romberg integration algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:于海彬
  1. Romberg

    0下载:
  2. 是计算方法中一种重要的积分方法,即Romberg积分方法的Matlab程序-Is an important method of calculating the integral method, which Romberg integration method in Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:金炜
  1. Romberg-code

    0下载:
  2. 龙贝格算法的matlab源代码,包含图像,收敛速度分析-Romberg algorithm matlab source code, including images, convergence rate analysis
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:周萧潇
  1. romberg

    0下载:
  2. 龙贝格算法,用龙贝格算法实现数值积分运算-Algorithms of romberg,it s easy to understand
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:jack
  1. romberg

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

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者: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例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:彦成
  1. Romberg

    0下载:
  2. 龙贝格算法matlab程序设计,龙贝格算法matlab程序设计-romberg matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:harry
  1. Romberg

    0下载:
  2. 根据所给定的函数, 积分区间以及所要求的精度值, 编制Romberg 算法的 Matlab 程序-The basis of the given function, the value of the integration interval and the precision required, the preparation of the Romberg Algorithm in Matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:jenny
  1. romberg

    0下载:
  2. Romberg algorithm Romberg Integration
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Nilio
  1. Romberg-and-yangtiao

    0下载:
  2. 用Romberg and yangtiao方法来求解积分 用Romberg and yangtiao方法来求解积分-use the Romberg and yangtiao method to solve the integrate problem
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:meng
  1. Romberg

    0下载:
  2. Romberg求积在计算机上用等距节点求积公式时,若精度不够可以逐步加密节点.设将区间-double RombergIntegral( double (* f)( double x), double a, double b) { int k( 0 ) double h = b- a
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:jane
  1. Romberg

    0下载:
  2. 数值分析,即计算方法课程中的龙贝格算法源代码。-Numerical analysis, calculation of the Romberg algorithm source code in the methods courses.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:278528
    • 提供者:ChengXYY
  1. Romberg-quadrature-formula

    0下载:
  2. 龙贝格求积公式,求解定积分 ,结果很好,准确实现该算法。 -Romberg quadrature formulas to solve the definite integral, the result is very good, accurate realization of the algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xuexi
  1. romberg

    0下载:
  2. romberg 数 值 积 分 运 用 c 语 言 编 程 实 现。-romberg shuzhijifen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:439296
    • 提供者:hanhongyun
  1. Romberg

    0下载:
  2. Romberg求积算法,用于数值分析中的数值求积。-Romberg quadrature algorithm for the numerical quadrature in the numerical analysis.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:197632
    • 提供者:lmq
  1. romberg

    0下载:
  2. 在理解龙贝格算法的基础上,利用MATLAB软件使这种算法程序实现。并以解决一个求解积分题目为直接目的,检验程序的正确性与可行性,推广至同一类型求积公式的解决中。-Understand the basis of the Romberg algorithm, this algorithm program using MATLAB software. And solve the integral subject to solve a dire
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:叶明
  1. Romberg

    0下载:
  2. 计算方法中的龙贝格积分法的matlab程序,以f(x)=sin(x)/x为例。-Romberg integration method in the calculation method matlab program, f (x) = sin (x)/x.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:刘鹏
  1. romberg

    0下载:
  2. 数值分析计算程序例子,龙贝格积分法求解函数积分,计算时注意函数端点处matlab是否能求出函数值,如不能需手动输入。-Numerical analysis of examples of the calculation program Romberg integration method for solving function integral.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Zhang li
  1. romberg

    0下载:
  2. 文章介绍了龙贝格积分法,用C语言实现定积分编程,应该广泛。-Article describes the Romberg integration method, the definite integral using C language programming, should be wide-ranging.
  3. 所属分类:编程文档

    • 发布日期:2024-05-20
    • 文件大小:158720
    • 提供者:changyanhui
  1. Romberg

    0下载:
  2. 求积分的优化算法,优点更准确,实现简单,算法实现理想-Romberg algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:3121152
    • 提供者:Teddy
« 1 2 3 4 5 6 78 9 10 11 12 ... 24 »

源码中国 www.ymcn.org