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

搜索资源列表

  1. Calculation-methods

    0下载:
  2. 计算方法常用算法,包含拉格朗日插值、龙贝格、欧拉方法、 最小二乘法等算法。-Calculation methods commonly used algorithms, including Lagrange interpolation algorithm Romberg, Euler' s method, least squares method.
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:8040
    • 提供者:李凯
  1. calculator

    0下载:
  2. 上计算方法课的第二个程序,主要是实现数值积分的,尤其是romberg积分法,加速收敛技巧等等。-Calculation method for the class of the second program, mainly realizes the numerical integration, especially the romberg integral method, accelerating convergence technique and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:979
    • 提供者:孤鹜
  1. longbeige

    0下载:
  2. 计算方法之龙贝格积分,用c语言实现-Romberg Integration,by c。。。。
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:599953
    • 提供者:郝大宝
  1. Numerical-analysis-usingMATLAB-

    0下载:
  2. 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpolation, the composite trapezoida
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:94868
    • 提供者:庞烁烁
  1. Numerical-analysis-MATLAB-

    0下载:
  2. 上传的文件对数值分析课本里 Lagrange插值,Newton插值,三次样条差值,复合梯形公式和复合辛普森公式积,龙贝格算法,高斯消去法,LU分解,改进欧拉法MATLAB编程,并画出图形。-Upload the file to the numerical analysis textbook Lagrange interpolation, Newton interpolation, three times spline interpolation, the composite trapezoida
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:94863
    • 提供者:庞烁烁
  1. paper6

    0下载:
  2. Imaging via compressive sampling(Justin Romberg)
  3. 所属分类:Communication

    • 发布日期:2017-11-23
    • 文件大小:788302
    • 提供者:li
  1. numerical-computing-method

    0下载:
  2. 数值计算LU分解,追赶法,jacobi迭代,高斯迭代法,牛顿插值法,Romberg积分法-Numerical LU decomposition, chasing method, jacobi iteration, Gauss iterative method, Newton interpolation, Romberg integration method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:5398
    • 提供者:袁皓
  1. main

    0下载:
  2. Romberg公式,变步长的复化梯形公式计算Tn,然后计算Sn,之后计算Cn,和Rn-Romberg formula
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1160
    • 提供者:abc
  1. Newton_Romberg

    0下载:
  2. 利用Lagrange插值方法进行插值计算,并利用插值结果进行梯形,辛普森,和龙贝格计算积分。-Lagrange interpolation method using the interpolation calculation, and use interpolation results trapezoid, Simpson and Romberg integral calculation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:15728
    • 提供者:zwm
  1. rom

    1下载:
  2. 用Romberg算法计算定积分 #include <stdio.h> #include <math.h> #define MAX 10 double func(double a) { double y if (a == 0) return y = 1 else return y = 4/(1+a*a) //return y = pow(a,2) }-Romberg algorithm computes
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:631
    • 提供者:l
  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
    • 文件大小:709
    • 提供者:Jerry
  1. jisuanfangfa

    0下载:
  2. 数值分析的课设,实现拉格朗日插值和Romberg算法-Numerical analysis of class-based, Lagrange interpolation and Romberg algorithm to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-10
    • 文件大小:2347910
    • 提供者:何伟怡
  1. integral

    0下载:
  2. 该程序用matlab编写数值积分方法,包括梯形公式,Simpson公式和Romberg算法,在main.m文件测试三类算法。这是数值计算方法是必须掌握的代码。-The program is prepared using matlab numerical integration methods, including trapezoidal formula, Simpson and Romberg algorithm for three kinds of formulas in main.m fil
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2160
    • 提供者:蔡声泽
  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
    • 文件大小:680
    • 提供者: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
    • 文件大小:452982
    • 提供者:闫国翔
  1. lab_class_6

    0下载:
  2. 龙贝格积分,计算方法课程作业,龙贝格积分,计算方法课程作业-Romberg integration, calculation methods coursework, Romberg integration, calculation methods coursework
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2863
    • 提供者:konglong
  1. Integration

    0下载:
  2. 使用变步长梯形法和Romberg积分法实现1到3上分别对e^x和1/x的积分-Trapezoidal method using variable step size and Romberg integration method to achieve 1-3 respectively for e ^ x and 1/x is integral
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:257517
    • 提供者:Martin Chou
  1. primal-dual-algorithm

    0下载:
  2. Solve the standard basis pursuit program using a primal-dual algorithm,The key code of GBP is provided by Justin Romberg Reference: E. Candes and J. Romberg, “l1-Magic: Recovery of Sparse Signals via Convex Programming,” 2005.
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-01
    • 文件大小:4183
    • 提供者:sunmerzheng
  1. Romberg

    0下载:
  2. 线性系统理论——通过输入输出确定龙伯格规范型-Linear System Theory--Rhomberg canonical form
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:909
    • 提供者:谢沈强
  1. 20131107

    0下载:
  2. 欧拉法 高斯消元 高斯列主消元 高斯赛得尔法 拉格朗日 牛顿-拉夫森 牛顿插值 龙贝格 复合梯形 三对角消元 四阶龙格库塔-eulode、GaussNaive GaussPivot GaussSeidel Lagrange Newtmullt Newtint romberg trap Tridiag rk4sys
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:46142
    • 提供者:小虎
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 »
搜珍网 www.dssz.com