搜索资源列表
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
qweewq
- 上再一个n皇后问题的说明 上再一个n皇后问题的说明-again a n Queen's on the statement of an n Queen's again the statement n a further statement of the Queen n again a statement of the Queen's again a problem n Queen's Note
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)
huishuofa
- 本程序为人工智能中较为经典的8皇后问题,采用回朔法实现的-the procedures for Artificial Intelligence eight more classic Queen's, and used to achieve the Schomburg France
N-queen-Cplusplus
- 解国际象棋的N皇后问题的C++源代码,可用于大学计算机技术课程《算法分析》上机联系-Solutions International Chess Queen of the N C source code, University computer can be used for technical courses "algorithm analysis" on the plane link
Queen
- 八皇后问题全解 有回溯法(函数,for循环) 还有用遗传算法来求解的
Genetic
- 用遗传算法解决八皇后问题! 有比较详细的注释! 还有有关遗传算法理论的描述。
QueensLV
- 此代码是用lasvegas算法实现八皇后问题,相信对大家会有用的
Backtrace_NQueen
- 此代码主要解决的是N皇后问题,用JAVA编写的,相信对大家会有用
Queen
- 局部搜索法求解N皇后问题。这个算法的特点是引入随机因素,每次运行并不能保证求得问题的最优解,但经过运行之后,一般总能得到一个与最优解相差不大的满意解。
EightQueen
- 人工智能中八皇后问题的算法演示,通过二叉排序数对所有可能的路径进行排序,广度遍历
nquee
- 遗传算法与回朔法对比 解决n皇后问题c源码
8_queen
- 8皇后问题。所谓著名的八皇后问题就是八个皇后在8*8的网格中排列时不能同在一行、一列或者一条斜线上。根据前人的研究,在8!=40320种排列中只有92中解决方案。
astar.zip
- A*算法在寻路和8皇后问题中的C++实现,A* algorithm in routing problems, and 8 in the Queen
monicuihuosuanfa
- 不同算法求解经典八皇后问题。经典问题求解算法之模拟淬火算法。-Different algorithms to solve the classic problem of eight queens. Classic problem-solving algorithm of simulated quenching algorithms.
eightqueens
- 求解八皇后问题。可以求出规定大小的棋盘下所有的解以及解的总数。-Solving the eight queens problem. You can find the size of the board under the provisions of all solutions, as well as the total number of solutions.
C语言解决八皇后问题
- C语言解决八皇后问题.doc
BFS 求解 N 皇后问题(252370)
- BFS算法实现N皇后问题,12个皇后是速度还行,超过了就有点慢。(BFS algorithm to achieve N queen problem, 12 queens is the speed is OK, more than a little slow.)
8Q
- vs2015下c语言写的遗传算法解决8皇后问题。(Solving 8 queens problem with EA algorithm in c;)
A*算法解决数码、皇后问题
- 使用A*算法来解决十六数码问题以及皇后问题的帮助代码,可运行。