-
backstepLBM
格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 (Lattice Boltzmann method of lattice Boltzmann method is to retain the lattice gas automata method has the advantage to overcome its shortcomings and has developed methods. Especially in 1992, Qian Yue-hong, Chen XI, such as the pioneering work (LBGK model proposed method), so that the method widely used in computational fluid dynamics (single-phase flow, multiphase flow, porous media flow, thermal convection, magnetic fluid, the reaction- the proliferation, etc.).)
- 2009-01-09 10:56:05下载
- 积分:1
-
空心高斯光束传输模拟
说明: 数值模拟空心高斯光束在自由空间中的传输特性(NUMERICAL SIMULATION OF PROPAGATION CHARACTERISTICS OF HOLLOW GAUSSIAN BEAMS IN FREE SPACE)
- 2019-05-11 11:56:56下载
- 积分:1
-
MPI-program-design
MPI并行程序设计,介绍了MPI应用程序的编写方法及现状介绍等等(MPI parallel programming, this paper introduces the MPI application writing method and the present situation is introduced, and so on)
- 2013-08-09 12:15:21下载
- 积分:1
-
spark apriori算法实现代码
应用背景
Apriori算法是一种最有影响的挖掘布尔关联规则频繁项集的算法。其核心是基于两阶段频集思想的递推算法。该关联规则在分类上属于单维、单层、布尔关联规则。在这里,所有支持度大于最小支持度的项集称为频繁项集,简称频集。
关键技术频繁项集挖掘采用spark实现的并行化挖掘算法。并行的apriori算法采用scala编写,并行的apriori采用java编写。里面会有较多函数使编程的内容。
- 2022-02-02 20:25:06下载
- 积分:1
-
implementation of the multiplication of two double matrices by using MATLAB C-Mex and CUBLAS library
本文介绍了一个通过GPU CUDA实现两个双矩阵相乘的MATLAB运算包。
- 2022-07-17 00:43:28下载
- 积分:1
-
Boltzp_mass
通过这个软件可以模拟计算有效质量。。。。。(calculaion effective mass)
- 2017-11-16 22:16:15下载
- 积分:1
-
求矩阵特征值的并行算法的实现
QR算法是目前最广泛被用于求一般矩阵特征值的方法,但是由于串行算法的时间过于长,大大的降低了工作效率,所以我们将其在基于cuda架构上对其进行GPU加速,将原有的求矩阵特征值得串行算法进行并行化,大大地提高了工作效率
- 2022-11-06 08:40:04下载
- 积分:1
-
uexpan_temp_phase_change-and-usdfld-only-m
umat for hot stamping use uexpan in abaqus
- 2013-10-22 08:38:41下载
- 积分:1
-
ToolboxBSS
盲分离算法,处理声音信号的分离,利用算法分离出语音信号,供语音识别使用(blind separation algorithm, the signal processing sound separation, the use of algorithms to isolate voice signal, for the use of speech recognition)
- 2020-11-04 22:29:52下载
- 积分:1
-
读取参数文件
#include
#define NUMBER 4
void main( )
{ int i=1;
float f0,dt,dx,dz;
int mx,mz,ntmax,pml,sou_x,sou_z,rec_start,rec_end,rec_int,rec_depth;
char shotID[5],record_pp[30],vp_name[30],rou_name[30],mig_name[30],mig_pyt_name[30],mig_udlf_name[40],shuoming[30];
FILE *fp,*f; /*&不合法变量*/
printf("** This program is to show the block file input & output**
");
fp=fopen(
- 2022-09-05 20:35:03下载
- 积分:1