搜索资源列表

  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. 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. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-26
    • 文件大小:5kb
    • 提供者:ldg
  1. excel_in_civil_egineering

    0下载:
  2. 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1
  3. 所属分类:其他小程序

    • 发布日期:2024-11-26
    • 文件大小:112kb
    • 提供者:张力
  1. szjf

    0下载:
  2. 1.梯形求积法 2.辛普森求积法 3.龙贝格求积法 4.反常积分 5.高斯求积法 6.三重积分-1. Trapezoid quadrature method 2. Simpson quadrature method 3. Romberg quadrature method 4. Abnormal points 5. Gaussian quadrature method 6. Triple integral
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-26
    • 文件大小:5kb
    • 提供者:wzz
  1. JSQ

    0下载:
  2. 改程序为积分计算器,对给定的函数 (如 等),能够按照三种数值积分法进行计算,并能正确输出计算结果。其中,所采用的数值积分法为:梯形求积公式、辛普森求积公式、高斯公式。-Reform procedures for the points calculator, for a given function (eg, etc.), in accordance with the three numerical integration method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-26
    • 文件大小:1.82mb
    • 提供者:weimouer
  1. shuzhijisff

    0下载:
  2. 数值计算方法的程序,其中包括梯形积分法,三角矩阵求解,和辛普森积分法-Procedures for numerical methods, including the trapezoidal integration method, triangular matrix solution, and the Simpson integration method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-26
    • 文件大小:3kb
    • 提供者:hualiayue
  1. sigalRotordyns

    0下载:
  2. 有限差分法求轴承雷诺方程 复化辛普森数值积分求承载能力-solviing the reynolds eq. by the means of finite difference and calc. the total load using compoud simpson s numerical integrial
  3. 所属分类:matlab例程

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:alick
  1. shuzhijifen

    0下载:
  2. 包含用辛普森系列公式求积分 用牛顿-科茨系列公式求积分 用高斯公式求积分 用高斯拉道公式求积分等等 -Formula contains the points with the Simpson family of Newton- Cotes quadrature formula of the Gaussian series of quadrature formulas of high Tesla Road, quadrat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-26
    • 文件大小:9kb
    • 提供者:李倩
  1. Simpson_Integral_Func

    0下载:
  2. 辛普森积分法(Simpson Integration)是一类常用且有效的数值积分法中,这里提供一个使用VBA实现的辛普森积分法-Simpson integration method (Simpson Integration) is a type of numerical integration commonly used and effective method, used here to provide an implementati
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:洋洋
  1. C-er-chong-jifen

    0下载:
  2. 用C实现积分 含有梯形法和辛普森求积分法-Achieve integration with the C trapezoid method and Simpson quadrature method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-26
    • 文件大小:183kb
    • 提供者:周鼎
  1. SIMPSION-INTEGRAL

    0下载:
  2. 用辛普森方法计算积分,只能计算一重积分。程序为变步长辛普森积分法。其中包含有一维搜索的程序。-Integration with the Simpson method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:sj
  1. Numerical-Analysis

    0下载:
  2. 动态输入节点个数、各节点数据、积分上下限及精度要求(Romberg精度要求      ); 分别用 Lagrange 和 Newtow 插值法计算 p(x) 和 q(x) 在求积节点处的近似值; 分别用梯形公式、辛普森公式和 Romberg 算法计算: 梯形公式、辛普森公式输出T、S,Romberg 算法输出步长、等分数、Tn、Sn、Cn、Rn以及最终的计算结果 -Number of dynamic inpu
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-26
    • 文件大小:2kb
    • 提供者:liyi
  1. double-simpon

    0下载:
  2. 变长辛普森法求双重积分,适用于工程电磁场数值计算-Simpson method for the variable-length double points for engineering electromagnetic field numerical calculation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-11-26
    • 文件大小:5kb
    • 提供者:张逸
  1. quadS

    0下载:
  2. matlab 用于数值积分,运用辛普森法-matlab for numerical integration, using Simpson' s method
  3. 所属分类:matlab例程

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:gdeggr
  1. simpson

    0下载:
  2. 辛普森积分法 用fortran编写,适用于初学者学习-sipson
  3. 所属分类:其他小程序

    • 发布日期:2024-11-26
    • 文件大小:7kb
    • 提供者:wang
  1. Compound-simpson-integral

    0下载:
  2. 该文档介绍辛普森积分法的数值实现方法,是学习Python和数值分析的好资料!-This document describes the numerical implementation Simpson integration method is learning Python and numerical analysis of good information!
  3. 所属分类:其他小程序

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:jiba
  1. numerical-computation

    0下载:
  2. 二分法,牛顿迭代法,割线法,梯形积分法和辛普森积分法在C语言程序设计实现-Dichotomie,Newton Iteration,Secant Method,trapezoidal integration and Simpson s rule in the C languare programing.
  3. 所属分类:C#编程

    • 发布日期:2024-11-26
    • 文件大小:3kb
    • 提供者:谢志伟
  1. 辛普森法求解fredholm方程

    0下载:
  2. 通过辛普森法求解第二类fredholm积分方程,稍作修改就可以求解第一类fredholm积分方程(The first type of fredholm integral equation is solved by the simpsons method)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-26
    • 文件大小:1kb
    • 提供者:houzi556
  1. 辛普森积分法

    0下载:
  2. 利用辛普森方法计算一维积分函数,基础,简单,易懂(The Simpson method calculates the integral)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-26
    • 文件大小:77kb
    • 提供者:jjjzzz
  1. 数值积分法

    0下载:
  2. 数值积分法,包括梯形求积公式,复化梯形求积公式,辛普森求积公式,复化辛普森求积公式和龙贝格求积公式(The numerical integration method includes trapezoidal quadrature formula, complex trapezoidal quadrature formula, Simpson quadrature formula, compound Simpson quadrature
  3. 所属分类:matlab例程

    • 发布日期:2024-11-26
    • 文件大小:2kb
    • 提供者:靖哥哥sj
« 12 »

源码中国 www.ymcn.org