搜索资源列表

  1. 变步长梯形求积法

    1下载:
  2. 用fortran语言编写的程序,这样可以在fortran系统中直接运行,为大家提供点方便。-using FORTRAN language of the procedure so in FORTRAN operating system directly, to provide a convenient point.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2.65kb
    • 提供者:刘文艳
  1. VB_NUM3

    0下载:
  2. 用VB实现数值积分的算法集。包括梯形求积法,反常积分,三重积分,龙贝格方法,辛卜生方法等6种方法。-VB numerical integration algorithm set. Quadrature including the trapezoidal method, abnormal integral triple integral, Romberg, Oracle Health means six ways.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4.19kb
    • 提供者:李春波
  1. Numerical-integration-method

    0下载:
  2. 提供了6种数值积分方法的c++代码实现: 1 梯形求积法(TRAPZD->QTRAP); 2 辛普森(Simpson)求积法(QSIMP); 3 龙贝格(Romberg)求积法(QROMB); 4 反常积分(MIDPNT, MIDINF, MIDSQL, MIDEXP->QROMO); 5 高斯求积法(QGAUS, GAULEG); 6 三重积分(QUAD3D)-offers six methods of numerical
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5.37kb
    • 提供者:ldg
  1. tiXing_qiuJi

    0下载:
  2. 这个是在用心敲好的的自适应梯形求积函数源码哦,欢迎下载-this is the intention of knocking good for the trapezoidal plot adaptive function source Oh, welcome Download
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:834byte
    • 提供者:lxh
  1. 2323233ewew

    0下载:
  2. 数值积--- 复合求积公式对积分问题的求解功能 用复合梯形求积公式和复合抛物线公式,对给定的积分问题进行计算。-plot --- composite numerical quadrature formula to solve the problem of integration functions for composite trapezoidal plot formula and compound parabolic formula,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3.62kb
    • 提供者:蒋涛
  1. 2323233ewew

    0下载:
  2. 数值积--- 复合求积公式对积分问题的求解功能 用复合梯形求积公式和复合抛物线公式,对给定的积分问题进行计算。-plot--- composite numerical quadrature formula to solve the problem of integration functions for composite trapezoidal plot formula and compound parabolic formula,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-02-18
    • 文件大小:3kb
    • 提供者:蒋涛
  1. 变步长梯形求积法

    0下载:
  2. 用fortran语言编写的程序,这样可以在fortran系统中直接运行,为大家提供点方便。-using FORTRAN language of the procedure so in FORTRAN operating system directly, to provide a convenient point.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-02-18
    • 文件大小:2kb
    • 提供者:刘文艳
  1. VB_NUM3

    0下载:
  2. 用VB实现数值积分的算法集。包括梯形求积法,反常积分,三重积分,龙贝格方法,辛卜生方法等6种方法。-VB numerical integration algorithm set. Quadrature including the trapezoidal method, abnormal integral triple integral, Romberg, Oracle Health means six ways.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-02-18
    • 文件大小:4kb
    • 提供者:李春波
  1. Numerical-integration-method

    0下载:
  2. 提供了6种数值积分方法的c++代码实现: 1 梯形求积法(TRAPZD->QTRAP); 2 辛普森(Simpson)求积法(QSIMP); 3 龙贝格(Romberg)求积法(QROMB); 4 反常积分(MIDPNT, MIDINF, MIDSQL, MIDEXP->QROMO); 5 高斯求积法(QGAUS, GAULEG); 6 三重积分(QUAD3D)-offers six methods of numerical
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-02-18
    • 文件大小:5kb
    • 提供者:ldg
  1. tiXing_qiuJi

    0下载:
  2. 这个是在用心敲好的的自适应梯形求积函数源码哦,欢迎下载-this is the intention of knocking good for the trapezoidal plot adaptive function source Oh, welcome Download
  3. 所属分类:JSP源码/Java

    • 发布日期:2025-02-18
    • 文件大小:1kb
    • 提供者:lxh
  1. tx

    0下载:
  2. 计算方法实验。自己做的 实 验3 梯形法求定积分值 【实验内容】 1、方法简介 复化梯形公式: , 2、基本原理 设将求积区间[a,b]划分为n等分,步长 ,分点为xi=a+ih,i=0,1,…,n。所谓复化求积法,就是先用低阶求积公式求得每个子段[xi,xi+1]上的积分值Ii,然后再将他们累加求和,用各段积分之和 作为所求积分的近似值。 3、使用说明 (1)本程序在windows
  3. 所属分类:Windows编程

    • 发布日期:2025-02-18
    • 文件大小:61kb
    • 提供者:000
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-02-18
    • 文件大小:2.92mb
    • 提供者:丁一
  1. trapezium_formula_quadrature_new

    0下载:
  2. 数值分析中的复化梯形公式求积的问题,程序中含输入/输出界面。-Numerical Analysis of Complex Quadrature trapezoid formula of the problem, the program contains input/output interface.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-02-18
    • 文件大小:204kb
    • 提供者:丁一
  1. pts

    0下载:
  2. 自适应梯形求积法 特别适合被积函数为强峰的定积分 此程序修改余地很大-Adaptive trapezoid quadrature method was particularly suited to the plot function for the strong peaks of the definite integral of a large room for this procedure to amend
  3. 所属分类:压缩解压

    • 发布日期:2025-02-18
    • 文件大小:1kb
    • 提供者:冯海霞
  1. daima

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

    • 发布日期:2025-02-18
    • 文件大小:2kb
    • 提供者:娜娜
  1. xx

    0下载:
  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编程

    • 发布日期:2025-02-18
    • 文件大小:11kb
    • 提供者:shiruiqi123
  1. fuhuaqiuji

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

    • 发布日期:2025-02-18
    • 文件大小:1kb
    • 提供者:kavert
  1. chengxu

    0下载:
  2. 复化求积公式(composite integration rule )是一类重要的求积公式。指将求积区间分为m个子区间,对每个子区间应用同一求积公式,所得到的复合数值积分公式。(The complex quadrature formula is a kind of important quadrature formula. The formula of complex numerical integration is obtained
  3. 所属分类:其他小程序

    • 发布日期:2025-02-18
    • 文件大小:5kb
    • 提供者:xzt
  1. bin

    0下载:
  2. 数值计算中复化梯形求积公式代码,定义函数后,输入上限线和划分区间个数,输出积分值。还有牛顿插值公式。(Numerical calculation of complex trapezoid formula code,after function definitions, input limit line and interval number,output integral value.And the Newton interpolati
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-02-18
    • 文件大小:1kb
    • 提供者:yuffe
  1. matlab求积分实例

    0下载:
  2. 插值型求积方法 275   8.1.1 梯形公式 276   8.1.2 辛普森公式 277   8.1.3 柯特斯公式 278   8.2 复化求积公式 279   8.2.1 复化梯形公式 279   8.2.2 复化辛普森公式 281   8.2.3 复化柯特斯公式 283   8.2.4 复化求积公式误差分析 285   8.3 步长逐次减半求积方法 286   8.3.1 步长逐次减半梯形求积公式 287
  3. 所属分类:其他小程序

    • 发布日期:2025-02-18
    • 文件大小:11kb
    • 提供者:XWLYF
« 12 3 4 »

源码中国 www.ymcn.org