搜索资源列表
皇后之謎
- this small program to give one possible solution of the 8 queens puzzle...
N_Queens
- The N queens puzzle is the problem of putting N chess queens on an n×n chessboard such that none of them is able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no queens would be
10-Queens
- 10 queen s solution puzzle for 10*10 board with 10 Queens. Here you will find all 724 possible solutions and 92 unique solution. Developed in VB.NET
YAN_Queens2055523232007
- this small program to give one possible solution of the 8 queens puzzle-this small program to give one possible solution of the 8 queens puzzle...
wp900815
- 五个VC++源码:24点游戏,八皇后,推箱子,猜单词和拼图-5 VC++ Source: 24 point games, eight queens, Sokoban, guess the word and puzzle
3
- The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard such that none of them are able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no two queens attack e
YAN_Queens2055523232007
- this small program to give one possible solution of the 8 queens puzzle-this small program to give one possible solution of the 8 queens puzzle...
EightQueensGAsrc
- about solving 8 queens puzzle with genetic algorithm using C#. -The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens attack each other. Thus, a solution requires that no two queens share the
055523232007
- program to give one possible solution of the 8 queens puzzle because I was bored... and because after that, I was even more bored, I decided to extend it to an N queens version. Since this is my first contribution here, I hope you guys take a look
eight-queens-puzzle
- 皇后问题(在8*8格的国际象棋盘上放置8个皇后,使得任意两个皇后不能互相攻击,即任何行,列或对角线上不得有两个或两个以上的皇后),打印输出皇后的位置,如在第一行第二个为01000000,以此类推逐行写出-The queen s problems (in 8* 8 s international chess on placed eight queen, make any two queen can t to fight each other, which means any line, colum
Jigsaw-Puzzle
- 八皇后 通过AI寻找各种实现八皇后的解 最终打印出各种结果-Eight Queens AI to find the final solution to the eight queens print out results
EightQueen_bcb6
- (This is Borland C++Builder version) The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so was originally proposed in 1848 by the chess player Max Bezzel, and over the years, many mathematicians, including
EightQueen_java
- (This is Java version) The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so was originally proposed in 1848 by the chess player Max Bezzel, and over the years, many mathematicians, including Gauss, have wo
EightQueen_vb
- (This is Visual Basic 6 version) The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so was originally proposed in 1848 by the chess player Max Bezzel, and over the years, many mathematicians, including Gaus
EightQueen_vs2008
- (This is VS2008 version) The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so was originally proposed in 1848 by the chess player Max Bezzel, and over the years, many mathematicians, including Gauss, have
Queens
- Program solve Eight queens puzzle
primer
- 一个小的代码:// stack堆栈中保留两个数据(皇后所在的行和列),总共有八个皇后 // 住要特别注意入栈和出栈的顺序。 最后输出计算的结果。-The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other. Thus, a solution requires that no