-
SD
说明: sd球形解码,用于mimo信道的仿真
(sd)
- 2010-04-01 21:46:41下载
- 积分: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
-
lsqrf90-v2
Hight Performance Computing Demos
- 2010-12-22 17:32:45下载
- 积分:1
-
uexpan_temp_phase_change-and-usdfld-only-m
umat for hot stamping use uexpan in abaqus
- 2013-10-22 08:38:41下载
- 积分:1
-
weixingtianxian--zitaijiaojisuan
卫星天线的俯仰角航向角滚动角的快速计算小程序,输入初始计算条件即可简单得出结果,有助于开发者算法快速验证及实际测试结果验证。(Satellite antenna direction of the pitch angle of the fast calculation of the rolling angle applet, enter the initial conditions can be a simple calculation of the outcome of the rapid method will help developers to verify and validate the actual test results.)
- 2009-06-10 22:52:45下载
- 积分:1
-
GPU上CUDA实现N-Body
应用背景在GPU上实现N-BODY算法。N-Body模拟问题覆盖了自然科学的很多领域,从宇观的天体物理到宏观的流体动力学,直至微观的分子动力学。例如通过研究围绕着银河系的暗物质晕轮的形状和动力学特征来探索银河系形成过程,需要模拟数百万的星体和暗物质间的作用。现代生物物理学和化学中的许多研究,如细菌或植物体的光合作用膜处发生的光能向化学能的转化,染色体中DNA和蛋白质分子的描述,都需要模拟上千万的原子核分子的作用。关键技术N-Body问题的两个重要特征是: 第一点.计算规模大,因为无论是宇观的天体尺寸还是微观的分 子尺度.都包含了大量的粒子,粒子的规模大到数百万、千万。由于在 系统中任意的两个粒子问都存在着相互作用,因此商接计算粒子间的 相互作用的量级就是O(N^2); 第二点.系统是动态变化的。为了反应系统的具体变化.尤其是在微观分子结构中.要求时间步足够小。这两个特征决定了计算机模拟 时巨大的计算量。这对于任何扁性能的单台计算机来说都是一个很难突破的瓶颈.因此采用并行汁算是解决N-Body问题的必然选择。主要涉及数据划分和线程任务划分实现。
- 2022-12-08 07:20:03下载
- 积分:1
-
Chaos
描述混沌现象的判断及其使用MATLAB对该过程的仿真的程序源码(Description of chaotic phenomena and the use of MATLAB to determine the course of the simulation procedure source)
- 2008-06-09 14:33:04下载
- 积分:1
-
pi
说明: 并行计算实验,多线程计算pi源代码,附有说明。(Parallel computing experiment, multithreaded to calculate pi source code annotated.)
- 2012-08-30 23:28:45下载
- 积分:1
-
MergeSort
并行归并排序算法,基于mpi的并行归并排序算法(A parallel merge sort algorithm)
- 2020-11-20 14:59:38下载
- 积分:1
-
wordcount
并行计算实验,wordcount算法Mapreduce实现。(Parallel computing the experiment, wordcount algorithm Mapreduce achieve.)
- 2020-06-30 02:20:01下载
- 积分:1