搜索资源列表
queen
- 所谓八皇后问题(Eight Queens Problem),是在8*8格的棋盘上,放置8个皇后。要求每行每列放一个皇后,而且每一条对角线和每一条反对角线上最多只能有一个皇后,这是一个典型并行算法,C语言实现。
Queen
- 多线程计算、并行计算。使用MPI计算八皇后问题。主从线程结构-Calculate the problem of Eight Queens with MPI.
EightQueen
- 八皇后的老算法,特别适合c的初学者探究其算法,希望对你有帮助!-Eight queens of the old algorithm, particularly suitable for beginners of c to explore the algorithm, and hope to help you!
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.