登录
首页 » Visual Basic » jifen

jifen

于 2012-12-02 发布 文件大小:22KB
0 396
下载积分: 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 个回复

  • KMEANS
    This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP <enter> (This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE <enter> The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector]- vector N (real) To compile: ICC KMEANS.CPP <enter> )
    2013-01-05 23:11:23下载
    积分:1
  • MOM
    用矩量法(电场结合磁场积分方程)算金属圆柱散射(Using the method of moments (electric field integral equation combined) considered the scattering of metal cylinder)
    2021-04-04 20:39:04下载
    积分:1
  • sijielonggekutafa
    四阶龙格库塔法 数值计算 C++源码 可直接运行(Fourth-order Runge-Kutta numerical method C++ source code can be run directly)
    2015-10-28 19:59:24下载
    积分:1
  • powell
    优化设计算法:用powell法求解目标函数的最优解和最优值,已经验证算法的正确性,在visual c++6.0下开发(Optimization algorithm: Solving the objective function with powell optimal solution and optimal value, has verified the correctness of the algorithm, the visual c++6.0 under development)
    2021-04-20 10:18:50下载
    积分:1
  • cgmotion
    fluent udf的动网格程序,实现了刚体和基于节点的运动(cg-motion grid motion)
    2020-11-20 09:39:37下载
    积分:1
  • MatrixCalculator
    实现线性代数的矩阵运算的C++程序,矩阵计算器。(Linear algebra matrix operations C++ procedures matrix calculator.)
    2013-01-26 15:33:54下载
    积分:1
  • VISCOSITY
    fluent中用于修改湍流粘度系数的自定义函数(udf to modify turbulence viscosity coefficient in fluent)
    2020-12-23 15:19:08下载
    积分:1
  • eptree112d
    说明:  使用EPTREE可以很好的对,C,C++,Java代码进行解析。绘出函数树图,计算堆栈大小等。 <输出的文件内容> 功能树 INKURUDOFAIRUTSURI 测量若干步骤(有条件汇编) 函数索引(使用堆栈大小为每个功能输出) 使用类名单 全局变量,变结构,对象名单 #定义定义列表 清单中所使用 列表名称 信息分布函数的行数(EPTREE can be used for good, C, C++, Java code analysis. Mapping function tree diagram, calculate the stack size. )
    2008-10-14 23:15:43下载
    积分:1
  • two-point-problem
    打靶法求解两点边值问题 实例测试通过,可直接运行,并带有详细代码注释 采用全局收敛的牛顿-拉普森迭代算法求解编制问题 绝对物超所值!(Two-point boundary value problem shooting method)
    2020-12-15 21:19:14下载
    积分:1
  • iypeHhe
    矩阵,复数自定义数据类型的C++实现,矩阵求逆采用牛顿法,(The matrix, complex number custom data type C realization, the matrix inverse uses the Newton method,)
    2018-11-24 07:00:27下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载