搜索资源列表

  1. 复化simponson求积

    0下载:
  2. 数值分析算法之复化simpson求积算法,详细情形请见源程序-numerical analysis algorithm of the overthrown simpson Quadrature algorithm details, see source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7832
    • 提供者:西们子
  1. 复化梯形二分步长法求二重积分

    0下载:
  2. 复化梯形二分步长法求二重积分-Minute trapezoid two-step method for Double Integral
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:lin
  1. 复化梯形

    0下载:
  2. 这是一个计算方法的编程。是关于复化梯形积分的程序,在这里我们可以实现对你需要的梯形求面积。-This is a calculated method of programming. Minute of trapezoidal integration of the procedure, here we can achieve right you need to seek the trapezoid area.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8338
    • 提供者:王瑞
  1. 复化积分

    0下载:
  2. 数值逼近中的复化积分方法-numerical approximation of the integration method Minute
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1278
    • 提供者:s
  1. 复化辛浦生

    0下载:
  2. 计算方法复化辛浦生求积分,给学习计算方法的同学使用-calculation of Minute Xin Pu quadratures to study methods of calculating the students to use
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7979
    • 提供者:丁兴全
  1. 复化抛物线

    0下载:
  2. 在数值计算上机练习中常用通用公式 function s=pwx(a,b,n) %a、b为积分区间 %n为划分的子区间个数 %如果n缺省 则默认划分100个区间
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-12-21
    • 文件大小:704
    • 提供者:lo_ssica_ve
  1. 辛浦生复化求积

    0下载:
  2. 本word是辛浦生复化求积的C++版,在VC++6.0平台运行过
  3. 所属分类:其它程序

  1. 复化梯形二分步长法求二重积分

    0下载:
  2. 复化梯形二分步长法求二重积分-Minute trapezoid two-step method for Double Integral
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:lin
  1. 复化梯形

    0下载:
  2. 这是一个计算方法的编程。是关于复化梯形积分的程序,在这里我们可以实现对你需要的梯形求面积。-This is a calculated method of programming. Minute of trapezoidal integration of the procedure, here we can achieve right you need to seek the trapezoid area.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:53248
    • 提供者:王瑞
  1. 复化积分

    0下载:
  2. 数值逼近中的复化积分方法-numerical approximation of the integration method Minute
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:s
  1. 复化辛浦生

    0下载:
  2. 计算方法复化辛浦生求积分,给学习计算方法的同学使用-calculation of Minute Xin Pu quadratures to study methods of calculating the students to use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:
  1. ComplexT

    0下载:
  2. 复化梯形公式,数值计算。This the main application source file-Minute trapezoid formula, numerical calculation. This is the main application source file
  3. 所属分类:书籍源码

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:山里
  1. 复化simponson求积

    0下载:
  2. 数值分析算法之复化simpson求积算法,详细情形请见源程序-numerical analysis algorithm of the overthrown simpson Quadrature algorithm details, see source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:264192
    • 提供者:西们子
  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编程

    • 发布日期:2024-05-17
    • 文件大小:62464
    • 提供者:000
  1. simpson

    0下载:
  2. 数值分析中的插值计算,包括梯形公式,Simpson公式,复化梯形公式,复化Simpson公式,-Numerical Analysis of interpolation calculation, including the trapezoid formula, Simpson formula, rehabilitation of trapezoid formula, rehabilitation of Simpson formula
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:刘星
  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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:3057664
    • 提供者:丁一
  1. trapezium_formula_quadrature_new

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

    • 发布日期:2024-05-17
    • 文件大小:208896
    • 提供者:丁一
  1. Tixing

    0下载:
  2. 基于Matlab的程序,复化梯形公式求积分的算法-Matlab-based procedures, rehabilitation of trapezoidal formula for integration algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:许明鹤
  1. tixing

    0下载:
  2. 复化梯形公式计算积分的通用程序,方便快捷!非常好用-Trapezoidal formula rehabilitation of the general program points, convenient and quick! Very good
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:张龙
  1. 复化Simpson公式法----matlab

    0下载:
  2. 复化Simpson公式法----matlab,勇于离散积分方程,助于勇于工程反问题的计算,适合于算例仿真。(Complex Simpson formula ---- matlab, the courage to discrete integral equation, help to the courage to reverse the calculation of the project, suitable for example si
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:立军
« 12 3 4 5 6 7 8 9 10 ... 33 »

源码中国 www.ymcn.org