搜索资源列表
eight-queens-problem-CPP
- 八皇后问题 C++ 课程设计 全面到位 源代码 类图 都有-Eight queens problem C++ source code in place a comprehensive curriculum design class diagram has
queen8
- 遗传算法解决八皇后问题。八皇后问题是一个NP问题,它的目标是把国际象棋的八个皇后摆在8X8的棋盘上,使得没有一个皇后能俘获任何别的皇后,即每一行每一列仅有一个皇后,每条对角线上至多有一个皇后。-Genetic algorithms to solve the eight queens problem. Eight queens problem is an NP problem, and its goal is to place the chess queen on the eight 8X8 ch
eightquee
- 非递归八皇后问题,c语言源码实现八皇后问题-Queen
abgtf0
- 自己编写的八皇后问题的各种随机算法:包括了随机算法,回溯法,随机+回溯求解八皇后()
86624243
- 皇后问题,只要稍加修改就可以解决八皇后问题,同样也可以解决四皇后()
213734
- scheme实现的把皇后问题解法,输出为矩阵形式,比较美观相对于matlab这个语言来说()
dwnamicprocedures
- 算法分析中的实例,利用回溯的思想解决八皇后问题()