搜索资源列表
eight-queens-problem-CPP
- 八皇后问题 C++ 课程设计 全面到位 源代码 类图 都有-Eight queens problem C++ source code in place a comprehensive curriculum design class diagram has
Nqueen_Backtracking
- N queen Backtracking 算法N皇后问题的的回溯实现算法-N queen Backtracking Algorithm N Queen s problem of the realization of the backtracking algorithm
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
bahuanghou100
- 八皇后问题,也是相当棘手的,不过凭借我聪明的才智,还是搞定了。-8 Queen' s problem, but also very difficult, but by virtue of talent, I smart, or get.
eightquee
- 非递归八皇后问题,c语言源码实现八皇后问题-Queen
abgtf0
- 自己编写的八皇后问题的各种随机算法:包括了随机算法,回溯法,随机+回溯求解八皇后()
86624243
- 皇后问题,只要稍加修改就可以解决八皇后问题,同样也可以解决四皇后()
146113
- 简单的八皇后问题,分别用一般的递推法和二叉树前序遍历写成,非常适合初学者阅读,()
213734
- scheme实现的把皇后问题解法,输出为矩阵形式,比较美观相对于matlab这个语言来说()
dwnamicprocedures
- 算法分析中的实例,利用回溯的思想解决八皇后问题()