搜索资源列表

  1. 二重积分

    0下载:
  2. 利用了二重积分的复化梯形公式,并运用了Richardson外推思想-use of the Double Integral Minute trapezoid formula, and apply a Richardson extrapolation thinking
  3. 所属分类:其它资源

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

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

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

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

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:lin
  1. 二重积分

    0下载:
  2. 利用了二重积分的复化梯形公式,并运用了Richardson外推思想-use of the Double Integral Minute trapezoid formula, and apply a Richardson extrapolation thinking
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:叶真
  1. 蒙特卡洛

    0下载:
  2. 利用MATLAB可以产生各种形式的随机数,进行随机解决一些实际问题(系统的寿命、重积分、预测公司经营)-using MATLAB can produce various forms of random numbers, random solve some practical problems (system of life, re-integration, the company forecast operating)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:111
  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-05-15
    • 文件大小:5120
    • 提供者:ldg
  1. jifenlianxi

    0下载:
  2. 复化simpson公式求二重积分的matlab程序,对于无振荡函数的二重积分效果很好!-Minute of Double Integral formula for the Matlab procedures, without oscillation function for the Double Integral good results!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. simpson_noncircular

    0下载:
  2. 用于非圆齿轮齿廓方程计算的辛普生二重积分程序-for non-circle gear equation of Simpson procedures Double Integral Health
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:empirex
  1. gaosifangfajisuanduochongjifen

    0下载:
  2. 1.功能 用高斯方法计算n重积分(C语言) 2.参数说明 int n : 积分重数 int js[n] : js[k]表示第k层积分区间所划分的子区间 void (*ss)() : 指向计算各层积分上、下限的函数名(用户自编) double (*f)() : 指向计算被积函数值的函数名(用户自编) double gaus() : 函数返回积分值 3.文件说明 gaus.c为函数程序 g
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:罗坤
  1. Gausle

    0下载:
  2. 二重积分 Guass—L高精度求积计算,精度高,速度快-double integral Guass-L for the calculation of high-precision, high accuracy and speed
  3. 所属分类:其他行业

    • 发布日期:2024-05-15
    • 文件大小:421888
    • 提供者:lihong
  1. Sinposon

    0下载:
  2. 本Fortran子程序用变步长辛普生积分法来计算二重积分.-The Fortran subroutines with variable step-size Simpson integration method to calculate the double integral.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王天华
  1. Ackermann

    0下载:
  2. 1928年,Wilhelm Ackermann (1896 - 1962,David Hilbert的学生) 发现x的y次幂的z-重积分 A(x,y,z)是递归的但不是原始递归的。Rosza Peter将A(x,y,z)简化到二元函数,初始条件由Raphael Robinson简化。 -In 1928, Wilhelm Ackermann (1896- 1962, David Hilbert students) found x of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:890880
    • 提供者:陈大哥
  1. Double-integration-in-C-Language

    0下载:
  2. 用C语言实现二重积分数值计算,精度较高;并且仿照程序中实现二重积分的思想,可以很容易扩展到三重以上的积分。-Using C language to achieve double integral numerical calculation, high accuracy and follow the procedures realize the idea of double integral, can be easily extende
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:liangweiyuan
  1. exp2

    0下载:
  2. 使用C++用蒙特卡洛方法求解圆周率pi的值,以及用两种蒙特卡洛方法计算一个二重积分的值。-The use of C++ With the Monte Carlo method for solving the value of pi pi and two Monte Carlo calculated value of a double integral.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:耿泉
  1. dblsim

    0下载:
  2. 完全的二维数值积分程序 给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法 比matlab自带的dblquad好用多了,霍霍! 同时附有口径场用Gaussian-Lagurrer函数展开程序-Fully two-dimensional numerical integration procedure to the variables and function values from the matri
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:zealot
  1. try

    0下载:
  2. 用蒙特卡洛方法在matlab里面计算简单的三重积分。(Monte Carlo method used in the calculation of three simple matlab integral.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:hinaddu
  1. c语言实现二重积分

    0下载:
  2. 使用C语言计算积分,对于离散数据求积分十分管用(Using C language to calculate the integral, for discrete data for integration, very useful)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:小新viola
  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. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:XWLYF
  1. 蒙特卡洛法计算二重积分

    0下载:
  2. 程序通过蒙特卡洛方法对一二重积分进行了计算。(The program calculates a double integral by the Monte Carlo method.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:zenis685
  1. 仿真

    0下载:
  2. 仿真了国防科大陈颍滨的基于投影切片定理的转台成像算法,实现了文章中提出的二重积分法,成像结果十分理想,欢迎下载!(Simulation of the National Defense University of science and technology Chen Yingbin turntable imaging algorithm based on the projection slice theorem, the realiza
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:59392
    • 提供者:xidianstudent
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org