搜索资源列表
mpi
- 《并行算法实践》附带的mpi源程序,包括求解八皇后问题、货郎问题等的38个mpi并行程序-"parallel algorithm practice," incidental mpi source, including eight for Queen's, Peddlers issue of 38 mpi Parallel Programming
queen
- 所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。
queen
- 并行算法的queen问题实现。在smp环境下使用mpi编写
Queen
- 多线程计算、并行计算。使用MPI计算八皇后问题。主从线程结构-Calculate the problem of Eight Queens with MPI.
hello
- 在fortran开发环境下,简单的并行程序示例-parallel algorithm practice," incidental mpi source, including eight for Queen s, Peddlers issue of 38 mpi Parallel Programming
jump_omp.c.tar
- 基于C的OPENMP并行计算的N皇后问题-C-based parallel computing OPENMP the N-Queen problem
queen
- 基于MPI的8皇后问题源代码.需要MPI支持-8-queen problem, with MPI
EightQueen
- 八皇后问题的概率算法实现,采用预先随机放若干皇后的策略,可计算超过20个皇后的情形。-The probability of the eight queens problem algorithm, using pre-random put a certain Queen strategies be calculated over the case of the 20 queens.
queen
- 并行计算的一个简单c++代码,解决八皇后问题,在mpi上运行。-Parallel computing a simple c++ code to solve the eight Queen s problems, in mpi operation.