CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - romberg quadrature

搜索资源列表

  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
    • 文件大小:610byte
    • 提供者:liuchang
  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 direct purpose, the correctness an
  3. 所属分类:Algorithm

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

    0下载:
  2. 计算方法\计算方法程序\longbeige 龙贝格求积法-Calculation method of calculation procedures longbeige Romberg quadrature method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:6.88kb
    • 提供者:jc
  1. Romberg

    0下载:
  2. 用于求数值积分的龙贝格求积公式!!!程序经过优化处理,运行速度快,且注释完全易于阅读,欢迎大家下载-Used for numerical integration of Romberg quadrature formula! ! ! Optimized procedures to deal with, fast, and completely easy-to-read notes, welcome you to download! !
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:747byte
    • 提供者:juice
  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. jisuanfangfa

    0下载:
  2. 计算方法中8中典型算法的实现。 jacobi seidal sor 样条插值 自动选取步长 Romberg求积法算法等 -Method of calculating the 8 typical algorithm. jacobi seidal sor automatically selected spline interpolation step Romberg quadrature algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.1mb
    • 提供者:liang
  1. Romberg

    1下载:
  2. Romberg算法运用C++程序的实现,只要修改被积函数,可以直接求积分-Romberg algorithm using C++ program implementation, as long as the changes have been integrated function, can be directly quadrature
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:601byte
    • 提供者:陆麒锋
  1. Romberg

    0下载:
  2. Romberg求积公式,可以达到任意精度。方便使用!基于c++开发。-Romberg quadrature formula, can achieve an arbitrary precision. Easy to use! Based on c++ development.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:756byte
    • 提供者:jubing
  1. romberg

    0下载:
  2. 用两个相邻的近似公式(其中后一个公式是由前一个公式的分半得到的)的线性组合而得到更好的近似公式的方法,就是近代电子计算机上常用的Romberg求积方法,也叫逐次分半加速(收敛)法。-With two adjacent approximate formula (where the latter formula is a formula from the previous one and a half received) is a linear combination of better appro
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:169.49kb
    • 提供者:Emily
  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:15.67kb
    • 提供者:wangdongdong
  1. matlab2

    0下载:
  2. 数值分析计算实习题.复化梯形求积.复化辛普森求积.自适应步长辛普森求积.龙贝格函数求积.-Practical numerical analysis problems. Repeated trapezoidal quadrature. The Simpson quadrature. Adaptive Simpson Quadrature step. Romberg Quadrature functions.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1.5kb
    • 提供者:YipingMa
  1. Mathalgorithm

    0下载:
  2. 计算机专业数值算法中涉及三次样条插值、Romberg求积和最小二乘算法等内容与源码,非常适合大学计算机专业!-Computer numerical algorithm involves cubic spline interpolation, Romberg quadrature and least squares algorithms such as the content and source, ideal for University computer science!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:741.97kb
    • 提供者:黄华仔
  1. JIFEN

    1下载:
  2. 数值计算积分的C语言实现,包括复化梯形法,复化抛物线,龙贝格求积分-Numerical integration of the C language, including the rehabilitation of the trapezoid method, compound of the parabola, Romberg quadrature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.1kb
    • 提供者:宋畅
  1. Romberg

    0下载:
  2. 用C++来实现Romberg求积算法,是数值分析里典型的一个算法。-In C++ to achieve the Romberg quadrature algorithm is a numerical analysis in a typical algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:10.92kb
    • 提供者:颜君萍
  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. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:650byte
    • 提供者:xuexi
  1. Romberg

    0下载:
  2. 实现龙贝格求积,用龙贝格算法求积分属于数值分析的范围-To realize the dragon office quadrature
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:1011byte
    • 提供者:lmy
  1. fromb

    0下载:
  2. 使用Visual C++编写的龙贝格求积法,并附有结果截图-The the Romberg quadrature method, written using the Visual C++ with results screenshot
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:12.15kb
    • 提供者:张伟
  1. Aitekenaromberg

    0下载:
  2. 在学大学习数值计算时编写数值算法,本程序是基于C语言编写的Aiteken加速收敛法和romberg求积算法。-Numerical study in school when writing large numerical algorithm, the program is based on the C language Aiteken accelerated convergence method and romberg quadrature algorithms. .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:709byte
    • 提供者:Jerry
  1. Math

    0下载:
  2. 龙贝格求积分,辛普森求积分,梯形公式以及三次样条求积分-Romberg quadrature, Simpson quadrature, trapezoidal formula and cubic spline quadrature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:151.41kb
    • 提供者:程功
  1. Romberg

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

    • 发布日期:2017-04-26
    • 文件大小:122.43kb
    • 提供者:yangxu
« 12 »
搜珍网 www.dssz.com