CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 变步长 梯形 公式

搜索资源列表

  1. xx

    3下载:
  2. Romberg积分和变步长梯形求积公式的matlab算法程序,详细功能见代码内部说明-Romberg integral and variable step-size trapezoidal quadrature formula matlab algorithm program in detail capabilities see the code for internal notes
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:11218
    • 提供者:shiruiqi123
  1. daima

    2下载:
  2. 根据给定的函数,分别用复合梯形公式、复合辛普森公式、龙贝格求积公式和变步长的求积公式计算积分结果,并且比较积分的精确度。-According to a given function, namely, composite trapezoidal formula using composite Simpson formula Romberg quadrature formula and the variable step-size integration quadrature formula res
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1560
    • 提供者:娜娜
  1. fuhuaqiuji

    1下载:
  2. MATLAB语言编写变步长复化梯形求积公式的算法程序(函数式M文件)-MATLAB language-based variable step-size re-trapezoidal quadrature formula of the algorithm program (functional M file)
  3. 所属分类:source in ebook

    • 发布日期:2015-12-07
    • 文件大小:519
    • 提供者:kavert
  1. numericalcalculate

    0下载:
  2. 数值计算程序 包括:变步长梯形公式算法、二叉树算法、二分法、高斯列主消去法、曲线拟合算法等-Numerical calculation procedures include: Variable Step-trapezoid formula algorithm, binary tree algorithm, dichotomy, Gaussian elimination method the main column, curve fitting algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3961
    • 提供者:李伟
  1. NumericalAnalysis

    0下载:
  2. 数值分析中常用算法的C++语言实现。 其中包括: 变步长梯形积分公式 二分查找 拉格郎日差值公式 牛顿迭代公式 牛顿前插公式 -Algorithm commonly used in numerical analysis of the C++ language. These include: Variable Step-trapezoidal integral formula of binary search difference Lagrangian formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:224824
    • 提供者:xichen
  1. Formula_Numerical_Analysis

    0下载:
  2. 数值分析中用于求近似值的算法、二分法解方程、变步长梯形求积分的算法。是在Linux下用C++实现的。用G++编译。 配合华中科大的那本著名的“数值分析”。李庆扬编著。 用来交作业很好。 在本压缩包里面包含的是: HalfDevision.d 二分法解方程 LagrgIn.d 拉格朗日差值公式-求近似值 NewtonFwIn.d 牛顿前插公式-求近似值 NewtonItera.d 牛顿迭代法-求近似值 VarStpTrpzoItg.d 变步长梯形积
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:78274
    • 提供者:xichen
  1. gongshi

    0下载:
  2. 这是用C写的计算方法中常用的公式,有梯形公式、变步长梯形公式、Romberg公式、欧拉公式、牛顿插值公式、lagrange插值公式等-It is written using C commonly used in the calculation of the formula, there is trapezoid formula, variable-step trapezoidal rule, Romberg formula, Euler' s formula, Newton' s i
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2399
    • 提供者:
  1. Adaptive_trapezoid

    1下载:
  2. 自适应梯形公式(变步长) 科学工程计算中的方法 使用C++编程 运行良好-Adaptive trapezoid formula (variable step) scientific engineering calculation method makes use of C++ programming running well
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:535
    • 提供者:zyy
  1. shuzhijifen

    0下载:
  2. 数值积分(学习计算方法三) 变步长梯形公式 变步长辛普森公式 复合梯形公式 复合辛普森公式-Numerical integration (learning method c) variable step variable step trapezoidal rule formula for composite trapezoidal composite Simpson' s formula Simpson
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2913278
    • 提供者:ludy
  1. bbctxgs

    0下载:
  2. 变步长梯形公式,用c++描述的,数值分析中常用的算法。-Variable step trapezoidal formula, with c++ descr iption, commonly used in numerical analysis algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2725
    • 提供者:chensheng
  1. bianbuchangjifen

    0下载:
  2. 计算方法中的变步长梯形积分公式是求定积分的近似值,这里提供变步长梯形积分公式的matlab源代码。-Calculation of the variable step trapezoidal integration formula is the pursuit of definite integral approximation, which offers variable step trapezoidal integration formula matlab source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:700
    • 提供者:孙军成
  1. bianbuchang

    0下载:
  2. 对变步长梯形求积公式的分析与描述,从而可以更好的进行改进。-Analysis and descr iption of the variable step trapezoidal quadrature formula, which can be better improved.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:29930
    • 提供者:王学文
  1. Numerical-integration-routine

    0下载:
  2. 其中一个是是变步长复化梯形公式例程,该程序是用变步长复化梯形公式计算定积分的C语言程序。另一个是1.1.2 变步长复化抛物线公式例程,该程序是用变步长复化抛物线公式计算定积分的C语言程序。-One is the variable step size compound trapezoid formula routines, the program is the variable step size compound trapezoid formula to calculate definite i
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5806
    • 提供者:静静
  1. main

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

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

    0下载:
  2. 变步长梯形公式计算和变步长Simpson公式计算,可以在代码中定义函数-Calculate the variable step trapezoidal formula and variable step size Simpson formula, you can define a function in your code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1773999
    • 提供者:
  1. trapzint.h

    0下载:
  2. C++编写变步长梯形算法,以求得数学公式的定积分-variable step-size trapezoidal quadrature formula
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:552288
    • 提供者:Linda
  1. Numerical-integration

    0下载:
  2. 功能:1.复化梯形公式法 2.复化辛普生公式法 3.变步长梯形公式法 4.变步长辛普生公式法. 5. 退出-Features: 1. Compound trapezoid formula method             2. The complex of Simpson Formula Method             3. Variable Step t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:42861
    • 提供者:孙义义
搜珍网 www.dssz.com