搜索资源列表
bhh
- 用C语言实现把八皇后问题解决了,应该值得一看。-With the C language implementation to solve the eight queens problem, it should be worth a visit.
QueensProblem_LVBackTrack
- 在C语言环境下,采用拉斯维加斯算法及回溯算法解决常规八皇后问题,效率有很大提高。-In the C language environment, with the Las Vegas algorithm and conventional backtracking algorithm to solve the eight queens problem, greatly improving efficiency.
EightQueenQuention
- 用C语言写的八皇后问题解决方法。用到了递归思想。-eight queen quention
8-queens-problems
- 用回溯递归法有效解决八皇后问题,这个问题是数据库中的经典例题,用c语言实现。-8 queens problems
C语言解决八皇后问题
- C语言解决八皇后问题.doc
Eight-Queen
- C语言实现的解决八皇后问题,用二维数组模拟棋盘,使用的非递归算法。-C language to solve the problem of eight queens, with two-dimensional array simulation board, using the non recursive algorithm.
8Q
- vs2015下c语言写的遗传算法解决8皇后问题。(Solving 8 queens problem with EA algorithm in c;)