搜索资源列表
managerWorker
- 简单的并行计算示例,使用MPI实现,在改程序中有一个manager,n个worker,运行后可以使多个worker同时计算
domain
- 在linux系统下G-S算法,用区域分解方法的并行实现,运行环境与红黑排序相同
mpi16
- 用并行算法解决18皇后问题,程序有详细的说明,不过所有的并行运算程序都要配置vc++的环境结合mpi软件才能运行
qr
- 矩阵QR分解的算法,使用openMP实现, 请在支持并行计算的机器上编译运行-Matrix QR decomposition algorithm, the use of openMP implementation, to support parallel computing in the compile and run on the machine
pthreadmatrix
- Pthread c++ 并行矩阵乘法 运行于linux操作系统 -Multi thread matrix multiplication in c++ with Pthread
ParallelPAlgorithms
- 使用mpi实现了cannon矩阵并行算法!带有详细的注释!非常详细可直接运行和测试。-Mpi implemented using the parallel algorithm for matrix cannon! With detailed notes! Very detailed and the test can be run directly.
ser_nbody
- 并行计算中的nbody问题的串行实现,运行在linux环境下。-nbody problem serial
fuzaipingheng
- 一个并行计算的代码,主要考虑的是负载平衡时,程序的运行时间的不同!-A parallel computing code, the main consideration is the load balancing, the procedures for the different run-time!
connon
- connon并行矩阵运算,在多核机群或并行机群上运行-canoon matrix muitiplication
balance-para-tuff
- 并行分布式任务调度算法实现,运行于LINUX平台,有详细的源码-Distributed task scheduling parallel algorithm, running on the LINUX platform, the source in detail
matri
- 行列划分并行矩阵乘积算法,在cluster上运行成功-matrix multiplition on cluster
pthread
- 这是一个在linux下运行的并行程序 由ptread实现-this a program written in parell and can run on linux
mpi
- 《并行计算导论》中的一个小例子(c++,mpi),运行在linux下-Introduction to parallel computing in a small example (c++, mpi), running under linux
01mpi-biggestnumber
- 用vc实现一个求数的最大值的mpi并行程序。运行前请安装mpi,否则,会提示缺少类库。-Using vc to implement a mpi program which finds the most biggest number among numbers.Please install mpi, or you ll be reminded of lacking some lib.
test2
- MPI简单并行程序,只要配置相关文件,就可以运行-MPI parallel
Cannon
- 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
total2
- 电磁散射并行运行程序,fortran源代码,子程序2-electromagnetics scttering program ,fortran program,suboutine 2
vbthreadcm
- 在VB.NET下多线程编程 开发 ,使多个程序并行 运行 。-THREAD PROGRAM
并行计算方法(上)
- 并行机的概念以及并行机的类型,结构特点,运行方法,YH的结构和结构特点(The concept of parallel machines, the types of parallel machines, the structural features, the methods of operation, the structure and structural features of the YH)
pthread多线程求pi
- 并行计算pthread多线程求pi的三种方法,编译后在命令行后输入线程数以及计算规模n运行(Three ways of pthread multithreading for pi)