登录
首页 » Visual Basic » jifen

jifen

于 2012-12-02 发布 文件大小:22KB
0 288
下载积分: 1 下载次数: 18

代码说明:

  各种数值积分,龙贝格积分。反常积分。高斯积分。三重积分。(Various numerical integration Romberg integration. Improper integrals. Gaussian integral. Triple integral.)

文件列表:

fout
....\C3
....\..\GAULEG.TXT,682,2000-09-19
....\..\MIDEXP.TXT,519,2000-09-14
....\..\MIDINF.TXT,607,2000-09-13
....\..\MIDPNT.TXT,484,2000-09-13
....\..\MIDSQL.TXT,600,2000-09-13
....\..\MIDSQU.TXT,600,2000-09-13
....\..\QGAUS.TXT,491,2000-09-13
....\..\QROMB.TXT,452,2000-09-13
....\..\QROMO.TXT,663,2000-09-13
....\..\QSIMP.TXT,317,2000-09-13
....\..\QTRAP.TXT,254,2000-09-13
....\..\QUAD3D.TXT,380,2000-09-13
....\..\TRAPZD.TXT,399,2000-09-13
....\D3
....\..\D3R1.TXT,776,2000-09-13
....\..\D3R10.TXT,2405,2000-09-13
....\..\D3R2.TXT,677,2000-09-13
....\..\D3R3.TXT,677,2000-09-19
....\..\D3R4.TXT,677,2000-12-24
....\..\D3R5.TXT,673,2000-09-13
....\..\D3R6.TXT,2041,2000-09-13
....\..\D3R8.TXT,565,2000-09-13
....\..\D3R9.TXT,873,2000-09-19
....\V3
....\..\D3R1.FRM,1907,2000-09-13
....\..\D3R1.VBP,553,2000-09-13
....\..\D3R1.VBW,49,2000-09-13
....\..\D3R10.FRM,3514,2000-09-13
....\..\D3R10.VBP,536,2000-09-13
....\..\D3R10.VBW,49,2000-09-13
....\..\D3R2.FRM,2119,2000-09-13
....\..\D3R2.VBP,553,2000-09-13
....\..\D3R2.VBW,49,2000-09-14
....\..\D3R3.FRM,2182,2000-09-13
....\..\D3R3.VBP,553,2000-09-13
....\..\D3R3.VBW,49,2000-09-19
....\..\D3R4.FRM,3278,2000-12-24
....\..\D3R4.VBP,580,2000-12-24
....\..\D3R4.VBW,53,2000-12-24
....\..\D3R5.FRM,1889,2000-09-13
....\..\D3R5.VBP,553,2000-09-13
....\..\D3R5.VBW,53,2000-09-13
....\..\D3R6.FRM,6634,2000-09-13
....\..\D3R6.VBP,553,2000-09-13
....\..\D3R6.VBW,49,2000-09-13
....\..\D3R8.FRM,1783,2000-09-13
....\..\D3R8.VBP,553,2000-09-13
....\..\D3R8.VBW,47,2000-09-13
....\..\D3R9.FRM,2286,2000-09-19
....\..\D3R9.VBP,553,2000-09-19
....\..\D3R9.VBW,47,2000-12-26

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • css
    用visual basic编译的布谷鸟算法的源代码,是一种很好地启发式智能算法。(Use visual basic compiler cuckoo algorithm source code, is a good heuristic intelligent algorithm. )
    2013-07-19 17:02:51下载
    积分:1
  • Desktop
    弗洛伊德算法最短距离的实现,输入为邻接矩阵,输出为最短距离矩阵。(Freud' s realization of the algorithm for the shortest distance, enter the adjacency matrix output for the shortest distance matrix.)
    2012-09-02 15:12:56下载
    积分:1
  • fdtd
    三维的FDTD实现,采用CPML边界,较为详细的注释(Three-dimensional FDTD using CPML border, more detailed notes)
    2013-04-18 14:35:55下载
    积分:1
  • vf-udf
    膜渗透 FUENT UDF 气液两相流 (Gas-liquid two-phase flow membrane permeation FUENT UDF)
    2020-12-01 16:09:26下载
    积分:1
  • static_jiecheng
    几种计算阶乘、阶乘之和的算法,由于计算机存储问题,一般阶乘不可能算得太大,只是一种方法。(Several computing factorial, factorial, and the algorithm, due to computer storage problems, the general factorial can not be considered too great, is only a way.)
    2008-04-23 12:18:40下载
    积分:1
  • 222
    一个仓本模型计算程序,用于计算奇异态和序参量(a program of kuramotto)
    2021-03-10 22:29:26下载
    积分:1
  • vof
    计算多项流的好程序,简单好用,计算量小。可以较好的模拟二维的两项变化情况(Calculating a number of streams of the program, easy to use, small amount of calculation. Can better simulate the two-dimensional variation)
    2020-12-01 11:39:27下载
    积分:1
  • AirbornePointEcho
    C语言版,机载SAR回波仿真程序,附有FFT和复数库,以及位图显示模块。本程序注释详解,对加深SAR的理解有很好的帮助(C language version, airborne SAR echo simulation program with FFT and complex database, as well as bitmap display module. Detailed notes of this procedure, for deepening the understanding of SAR has a good assist)
    2020-07-04 05:40:02下载
    积分:1
  • rili
    计算日期时间,可以显示不同颜色,主要用以计算上班日期,换班日期,十分方便。(Daliy Calc)
    2015-05-04 13:37:15下载
    积分:1
  • wolfe
    wolfe程序模块的C++算法,可以重复使用,对于解决一维搜索是很好的..(C++ algorithm wolfe program modules can be reused for solving one-dimensional search is good ..)
    2014-02-25 15:11:57下载
    积分:1
  • 696518资源总数
  • 105531会员总数
  • 4今日下载