搜索资源列表
qQueen
- 八皇后问题的java解法-8 Queen of java Solution
Q8
- 是一个解决八皇后问题的JavaApplet小程序,可以演示,记录解决方案-8 is a solution to the problem of Queen JavaApplet small procedures, can demo recording solutions
Queen23123213
- 八皇后 八皇后 八皇后 -8 8 8 Queen's Queen's 8 8 8 Queen's Queen's 8 8 8 Queen's Queen's Queen's 8
八皇后问题的Java程序
- 八皇后问题的Java程序-8 Queen of Java programs
Empress
- 八皇后问题GUI版-8 GUI version of Queen's issues
NQueens
- 这是一个八皇后问题的扩展,使用java实现,扩展到了多皇后,只要你输入皇后的个数,能给出所有的解。-This is an expansion of 8 Queen
javaeightqueen
- 八皇后游戏,就是指在一个8乘8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互攻击的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。-8 Queen game, that is, refers to an 8 by 8 chess set, there are 8 Queen, Queen share of each cell request will not be Queen of mutual attacks between the phenomenon, that
eightqueen
- 八皇后问题图形界面实现,模拟了多种解法,效果极佳-8 Queen' s problem of the realization of a graphical interface to simulate a wide range of solution, excellent results
bahuanghou
- 八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen' s, a Queen' s request was not able to " eat" any of the other Queen' s, that is,
xunliuy
- 八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen' s, a Queen' s request was not able to " eat" any of the other Queen' s, that is,
eight_queen
- i have implemented 8-queen using backtracing with forward checking. I have shown it on a chess board so everyone can understand the underlying algorithm easily. For more information goto http://rooparam.blogspot.com
3D_java_JOGL_nQueen_Problem_Animation
- 3D animated 8 Queen Problem, using brute force and recursive algorithm, source code using java GUI and openGl programming. With explanation and detail animation.
queen
- 解决经典八皇后问题,利用了回溯法进行计算。文件中包含一个.class文件-Solve the classic 8 queens problems
NQueen
- 八皇后的问题:在8*8格的国际象棋上摆放八个皇后,使其不能相互攻击,即任意两个 *皇后都不能处于同一行、同一列或同一对角线上,问有多少种摆法 -public class Queen
8_queen
- this sorce code is the code of 8-queen which is written with java language. I hope it will be good.
Que_1
- 8 Queen code in JAVA
8-queen
- 经典的8皇后问题,没用到堆栈,C++实现-Classic 8-queens problem, useless the stack, C++, achieve