搜索资源列表
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
code
- import java.doc,MATLAB拟合函数.doc 八皇后程序代码.doc,求杨辉三角.doc 光栅的模拟.doc-import java.doc, MATLAB fitting function. doc 8 Queens program code. doc, seeking Yang Hui triangle. doc grating simulation. doc
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_queens
- It is program to solve 8 queens problem
algorithm_of_queens
- algorithm of queens, 8 queens can not be killed
reinas
- recursive function to set 8 queens in a chess table
queen
- 解决经典八皇后问题,利用了回溯法进行计算。文件中包含一个.class文件-Solve the classic 8 queens problems
S_6_20
- 回溯法非递归实现8皇后问题,控制台图形显示-Non-recursive backtracking to achieve eight queens problem, the console graphics
8-queen
- 经典的8皇后问题,没用到堆栈,C++实现-Classic 8-queens problem, useless the stack, C++, achieve
AI_8Reinas
- 8 queens java solucinador 8 reinas mediante dfs
8 queens
- 利用Javascr ipt计算八皇后问题所有的解(Solving eight queens problem by using Javascr ipt)