搜索资源列表
Queen
- 经典的8皇后java源代码 可以稍作改变成为迭代式-8 Queen
8-queenProblem
- The famous 8-queen problem in java
EightQueens
- 利用C#语言实现的八皇后问题。只有8*8的棋盘形式,可以输入皇后摆放的位置-This program is used by c#,which called eight-queen .It can show every situation about the able place to put the queen.But there is a disadvantage that it is set only 8*8 chess .
8-Queen
- 8-Queen problem, that is one of the most famous algorithm problem.
eight-queen
- 著名的八皇后问题,是回溯算法的典型例题。该问题是19世纪著名的数学家高斯1850年提出:在8*8格的国际象棋上摆放8个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-The famous Eight Queens problem, backtracking algorithm is a typical example. The problem is the famous 19th century mathematician Gauss 1850: U
8queen
- 8 queen problem coded in c.
EightQueenQuestion
- 经典的8皇后数学问题的C语言实现。经测试可运行。运行环境TurboC2.0.-Eight Queen Question realization by C program.TurboC2.0.
8-queen
- It is a graphical representation of the famous 8 queen problem . the program is in accordance to the algorithm described in Cormen.
eightqueen
- 经典问题 8皇后,使用深度优先搜索算法。-8 Queen classic problem, using a depth-first search algorithm.
Source
- A c++ program to solve 8 queen problem using genetic algorithm
