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

搜索资源列表

  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
    • 文件大小:7623
    • 提供者:jhy
  1. shuzhifenxishiyan

    0下载:
  2. 包括欧拉 拉格朗日 龙贝格 三次样条函数 牛顿下山法等数值分析实验课算法.-Including the Euler-Lagrange Romberg cubic spline function method and other numerical analysis Newton descent algorithm for experimental course.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10897
    • 提供者:avina_chou
  1. NumericalComputationMethod

    0下载:
  2. 某985/211大学研究生计算方法课程作业及源程序,包含常见的高斯法,克劳分解,雅克比赛得儿迭代,牛顿差值多项式,三次样条插值多项式,龙贝格积分法的源代码-Calculation of a 985/211 Graduate course work and the source, including common Gaussian law, Crow decomposition, Jacques games have children iteration, Newton difference po
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:32105
    • 提供者:kingkong
  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
    • 文件大小:1535
    • 提供者:YipingMa
  1. NumericalAnalysisProgram

    0下载:
  2. 数值分析课程的一些实用典型算例程序: 二分法,高斯消元法,牛顿法,拉格朗日法,龙贝格-Numerical analysis courses typical examples of some practical procedures: dichotomy, Gaussian elimination method, Newton method, Lagrangian, Romberg
  3. 所属分类:Algorithm

    • 发布日期:2017-05-14
    • 文件大小:3276479
    • 提供者:yuchao
  1. 1

    0下载:
  2. 计算方法里的 龙贝格积分 用c实现,是分段梯形求积和瑞察德森的结合-Calculated in the Romberg integration achieved with c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:822
    • 提供者:songnana
  1. shuzhi-longbeige

    0下载:
  2. 面对一些复杂难算的数学积分,我们可以用一些计算机编程实现他们的计算,本程序是用龙贝格计算积分-Hard to calculate in the face of some complex mathematical points so we are able to use some implementation in computer to their calculations, Romberg procedure is used Calculate the
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4984606
    • 提供者:Smile
  1. ShuZhiSuanFa

    0下载:
  2. 数值分析中常用的经典算法,包括最小二乘、牛顿、高斯、龙贝格、拉格朗日、欧拉等算法的集合。-Commonly used in classical numerical analysis algorithms, including least squares, Newton, Gauss, Romberg, Lagrange, Euler and other collection algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:5724
    • 提供者:zhaoyang
  1. longbeigesuanfa

    0下载:
  2. 计算方法中龙贝格算法用于求解数值分析中的方程的解。-Calculation method Romberg algorithm for solving the numerical analysis equation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:590
    • 提供者:yanyanzheng
  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. 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. Romberg

    0下载:
  2. 数值分析龙贝格算法的C++实现,包括了对多个函数求龙贝格积分,输入为积分上下限-Romberg Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:167985
    • 提供者:ella
  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. TC下开发的龙贝格算法的演示。主要注重于迭代法的应用。-TC developed under Romberg Algorithm Demonstration. Mainly focus on the application of iterative methods.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:556
    • 提供者:Wjq
  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. 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-numerical

    0下载:
  2. 数值分析,计算方法,经典公式,龙贝格公式算法,技术有限,欢迎大家参考-Numerical analysis, computational methods, the classic formula, the formula method Romberg, technology limited, we welcome the reference to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1137
    • 提供者:陈炎龙
  1. Romberg

    0下载:
  2. 这是计算方法中的一个实验,其主要功能是实现龙贝格算法-This is an experiment in the calculation, and its main function is to achieve Romberg Algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1349
    • 提供者:王宇煜
  1. Romberg

    0下载:
  2. 龙贝格积分,积分程序,快捷简单,易于计算,是一个用c++编的积分程序-Romberg integration, integration process, quick and easy, easy to calculate, is a c++ code with the integration process
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:525
    • 提供者:duchao
  1. longbeige

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

    • 发布日期:2017-04-08
    • 文件大小:597
    • 提供者:gby
« 1 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com