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

搜索资源列表

  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:489888
    • 提供者:siengk
  1. romberg.tar

    0下载:
  2. Rombergs integration method numarical method which decompose function
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1279
    • 提供者:sai
  1. Cleves_Corner_Compressed_Sensing

    0下载:
  2. Generate the figures for Cleve s Corner. "Magic" Reconstruction: Compressed Sensing. MathWorks News and Notes, Fall, 2010. Use "L1 magic" by Justin Romberg.- Generate the figures for Cleve s Corner. "Magic" Reconstruction: Compressed S
  3. 所属分类:Wavelet

    • 发布日期:2017-03-28
    • 文件大小:1959
    • 提供者:于子予
  1. No2

    0下载:
  2. 数值计算,实现数值积分功能,利用龙贝格积分法则,对指定的函数进行积分运算-Numerical calculation, to achieve numerical integration function, using Romberg integration rule, the specified function of integral operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:60005
    • 提供者:李依凡
  1. RombergTest2

    0下载:
  2. 函数逼近与曲线拟合,包含梯形公式、Simpson公式、Romberg公式。-Function approximation and curve fitting, including trapezoidal, Simpson formula, Romberg formula.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:1593
    • 提供者:minjiawei
  1. 012006014825

    2下载:
  2. 作等距分划,Xi=-5+ih,h=10/n,i=0,1,……,n,并对Runge给出的函数y=1/(1+x2)作Lagrange插值,取n=10,20计算插值多项式Pn(x)在x=4.8处的误差,并作分析 用Romberg外推法计算圆周率Π=∫4/(1+X2)dx,要求绝对误差限小于0.5×10-8-For the equidistant partition, Xi =- 5+ ih, h = 10/n, i = 0,1, ... ..., n, and Runge' s functi
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:91974
    • 提供者:周中锋
  1. Cpp1

    0下载:
  2. 计算定积分的ROMBERG方法,提供给学习计算方法的朋友-ROMBERG definite integral calculation method, calculation methods available to study friends
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:671
    • 提供者:吴超超
  1. Romberg

    0下载:
  2. 一款经典的数值计算程序,经过软件调试可以正常运行,运行时需要注意环境-A classic numerical calculation program to normal operation after a software debugging, run-time environment needs attention
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2478
    • 提供者:hansome
  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
    • 文件大小:759781
    • 提供者:黄华仔
  1. Integraller

    0下载:
  2. 6.1 数值积分类设计 6.2 变步长梯形求积法 6.3 变步长辛卜生求积 6.4 自适应梯形求积法 6.5 龙贝格求积法 6.6 计算一维积分的连分式法 6.7 高振荡函数求积法 6.8 勒让德-高斯求积法 6.9 拉盖尔-高斯求积法 6.10 埃尔米特-高斯求积法 -6.1 numerical integrations class design 6.2 change the length of stride trapezoidal men
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:35908
    • 提供者:王健
  1. romberg

    0下载:
  2. Hi, this a code for maqtlab in order to solve your problem easily in numerical calculations-Hi, this is a code for maqtlab in order to solve your problem easily in numerical calculations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:544
    • 提供者:ma
  1. lab8

    1下载:
  2. 数值分析中龙贝格积分的代码,是浙江大学数值分析课程第8个实验的代码,见acm网站-Numerical analysis code Romberg integration, numerical analysis course at Zhejiang University No. 8 test code, see acm site
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:742
    • 提供者:丁逸
  1. Romberg1

    0下载:
  2. 该代码利用Romberg算法,实现了给定函数在特定精度的数值积分。-The code using Romberg algorithm to achieve a given function in a specific numerical integration accuracy.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:515
    • 提供者:王静
  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
    • 文件大小:1125
    • 提供者:宋畅
  1. Romberg-integration-algorithm

    0下载:
  2. Trapezoidal integral formula
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:764
    • 提供者:CH被射之雕
  1. Numerical-Integration

    0下载:
  2. 复化梯形、复化simpson、变步长梯形、自适应simpson、romberg积分-tixing simpson adaptive simpson Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5217
    • 提供者:
  1. Romberg

    0下载:
  2. 新型Romerg积分方法,在vc++6.0下调试通过,本程序将Romerg积分的精髓思想呈现出来。供大家学习参考-New Romerg integral method, in vc++6.0 through debugging, the program will Romerg points presented the essence of thinking. Reference for them to learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:802
    • 提供者:张科
  1. longbeige

    0下载:
  2. 龙贝格算法-Romberg algorithm. . . . . . . . . . .
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:597
    • 提供者:gby
  1. longbeige

    0下载:
  2. 计算方法里的龙贝格算法,用c++语言解决龙贝格数值计算-Calculated in the Romberg algorithm, with c++ language to solve numerical Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:579
    • 提供者:朱新新
  1. zxx11

    0下载:
  2. 计算方法里常用的四种方法,龙贝格,龙格库塔,三次样条,拉格朗日-Four commonly used in the calculation methods, Romberg, Runge-Kutta, cubic spline, Lagrange
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2149
    • 提供者:朱新新
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 20 »
搜珍网 www.dssz.com