搜索资源列表
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
Queen
- 八皇后问题全解 有回溯法(函数,for循环) 还有用遗传算法来求解的
Genetic
- 用遗传算法解决八皇后问题! 有比较详细的注释! 还有有关遗传算法理论的描述。
QueensLV
- 此代码是用lasvegas算法实现八皇后问题,相信对大家会有用的
EightQueen
- 人工智能中八皇后问题的算法演示,通过二叉排序数对所有可能的路径进行排序,广度遍历
8_queen
- 8皇后问题。所谓著名的八皇后问题就是八个皇后在8*8的网格中排列时不能同在一行、一列或者一条斜线上。根据前人的研究,在8!=40320种排列中只有92中解决方案。
monicuihuosuanfa
- 不同算法求解经典八皇后问题。经典问题求解算法之模拟淬火算法。-Different algorithms to solve the classic problem of eight queens. Classic problem-solving algorithm of simulated quenching algorithms.
artificial_intelligence_demo_programs
- 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,野人与传教士过河问题,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of a number of examples of the hard work of graduate and undergraduate results. Including reasoning based on the principle of the
artificial_intelligence_demo_programs
- 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,野人与传教士过河问题,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of examples of the principles and methods of artificial intelligence demo program. Including reasoning based on the principle of t
artificial_intelligence_demo_programs
- 光盘中的演示实例是人工智能原理和方法的演示程序.包括基于归结原理的推理系统,合一算法,等式归结,归类算法,八数码问题,八皇后问题,一字棋,博弈算法,遗传算法和蚁群算法等的演示。-CD-ROM presentation of examples of the principles and methods of artificial intelligence demo program. Including reasoning based on the principle of the system c
eight_queues_prolems
- 这个程序是一个有关八皇后问题。程序主要用于实现和演示8皇后问题。-This program is an eight-queens problem on. Program is mainly used to achieve and demonstrate eight queens problem.
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.
EightQueensProblem
- 人工智能解决八皇后问题,上传此代码为了下载资源-Artificial intelligence to solve the eight queens problem, upload the code in order to download resources
AIRelated
- 搜索算法的示例 采用广度优先搜索算法 代码示例 八皇后问题-Examples of search algorithm using breadth-first search algorithm code sample eight queens problem
Using-GA-to-solve-eight-queens
- 用遗传算法完美解决八皇后问题! 有详细的注释-Using genetic algorithms to solve the eight queens problem perfectly! Detailed notes
diguisuanfa
- 不同算法求解经典八皇后问题。经典问题求解算法之深度有限递归算法。-Different algorithms to solve the classic problem of eight queens. Classic problem-solving algorithm of the limited depth of recursive algorithms.
genetic
- c++实现的遗传算法解决八皇后问题,有时候会陷于局部收敛,导致进化代数很多-c++ implementation of genetic algorithm to solve the eight queens problem, and sometimes caught up in the local convergence, resulting in a lot of evolution algebra
GA_queen
- 在matlab上用传统遗传算法解决八皇后问题。 成功率有60 吧。-matlab、GA、eight queens.
C语言解决八皇后问题
- C语言解决八皇后问题.doc
8Q
- vs2015下c语言写的遗传算法解决8皇后问题。(Solving 8 queens problem with EA algorithm in c;)