搜索资源列表
a星算发
- 人工智能的经典八皇后问题,这个算法是a*算法.利用这个算法可以解决八数码,八皇后问题等 -artificial intelligence Queen's classic 8, the algorithm is a * algorithm. Use of this algorithm can solve eight digital, 8 Queen's problems
8queensProblem
- 搜索8皇后问题的第一个解。使用了两种方法:1.普通的回朔法搜索。 2.修改后的搜索(先搜索most contrainted变量的方法) 使用vc++.net 2003开发 -search of a solution. The use of two methods : 1. General Re search Schomburg law. 2. After the revised search (first search contrainted most variable method)
hu_8queen_scr
- 以VC6写的用遗传算法解决8皇后(8queens)问题,包括遗传算法介绍和代码的使用方法说明word文档-to write using genetic algorithms to solve the Queen (8queens). including genetic algorithms and code on the use of the methodology word document
8_queen
- 8皇后问题。所谓著名的八皇后问题就是八个皇后在8*8的网格中排列时不能同在一行、一列或者一条斜线上。根据前人的研究,在8!=40320种排列中只有92中解决方案。
astar.zip
- A*算法在寻路和8皇后问题中的C++实现,A* algorithm in routing problems, and 8 in the Queen
8huanghou
- 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。 -8 × 8 in a chess set, there are 8 Queen' s, Queen' s share of each cell between Queen will not be asked each other " attack" phenomenon, that is, c
eight_queues_prolems
- 这个程序是一个有关八皇后问题。程序主要用于实现和演示8皇后问题。-This program is an eight-queens problem on. Program is mainly used to achieve and demonstrate eight queens problem.
Las_vigas
- 用拉斯维加斯算法求解8皇后问题的小程序,有说明。-Las Vegas algorithm with the 8 Queens problem to a little program, has made it clear.
8-queens
- 用C语言简单实现八皇后,人工智能,遗传算法-Simple implementation using C language eight queens, artificial intelligence, genetic algorithms
the-problem-of-eight-queens
- 用遗传算法解决8皇后问题,并在VC++环境下调试通过,得出了正确结果,word文档说明和C源代码-With a genetic algorithm to solve 8 queens problem, and in the VC++ debugging environment through, come to the right result, word and the C source code documentation
source
- N皇后问题,8乘以8的棋盘,小算法小技巧-N queens problem, 8 multiplied by 8 chessboard, small algorithm tips
8queue
- 八皇后问题的遗传算法解法.八皇后问题八皇后问题-8 queue
8Q
- vs2015下c语言写的遗传算法解决8皇后问题。(Solving 8 queens problem with EA algorithm in c;)