搜索资源列表
gamecode
- 图形界面的实现,有助于大家的理论与实践结合起来。这样,能提供哦啊-Graphical interface to achieve the eight queens
eight-princess
- 用c语言编的八皇后游戏代码用c语言编的八皇后游戏代码-C language series with eight queens game code compiled with the c language code for the eight Queen Games
Eight-Queens-Games
- 八皇后小游戏,实现说明,以及代码实现原文件。-Eight Queens game to achieve that, and the code of the original document.
eight-queen
- 八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法?-Eight Queens is an old and interesting game, by Gauss in 1850 first proposed. Requirements in place on the chess board eight queen, it can not atta
eight
- 该问题是 19 世纪著名的数学家高斯 1850 年提出的。八皇后问题要求在一个8 × 8 的 棋盘上放上8个皇后,使得每一个皇后既攻击不到另外 7 个皇后,也不被另外 7 个皇后所攻击。 按照国际象棋的规则, 一个皇后可以攻击与之处在同一行或同一列或同一斜线上的其他任何棋子。 因此, 八皇后问题等于要求 8 个皇后中的任意两个不能被放在同一行或同一列或同一斜线上。 该代码为解决此问题的代码-The problem is that the famous 19th century mathemati
eight-queensl
- 这是一个关于国际象棋中八皇后问题的具体算法。这个代码能够输出所有可能的排列-This is one of the eight queens problem in chess algorithm. This code can output all the possible permutations
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
eight-queens
- 这是八皇后问题的C程序,非常完整的源代码,解决了很多难题。-This is a C program, complete source code of the eight queens problem, and solve many problems.
eight-queen-problem
- 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight queens problem is an old and well-known problems, backtracking algorithm is a typical example. The problem is that the famous 19th
eight-queen
- 八皇后游戏C++代码,程序运行后,显示步骤位置,没有游戏界面-Eight Queens game C++ code, the program runs, the step of displaying the position, there is no game interface
eight-princess
- 用c语言编的八皇后游戏代码用c语言编的八皇后游戏代码-C language series with eight queens game code compiled with the c language code for the eight Queen Games
eight-queen
- 八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于棋盘的同一行、同一列和同一条对角线上。试问有多少种放法?-Eight Queens is an old and interesting game, by Gauss in 1850 first proposed. Requirements in place on the chess board eight queen, it can not attack eac
eight-queens-problem
- 解决八皇后问题:即在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Solve the eight queens problem: that is placed on a 8X8 grid chess eight Queen, so that it can not attack each other, that is, any two Queens are not in the same line, same column
eight-queensl
- 这是一个关于国际象棋中八皇后问题的具体算法。这个代码能够输出所有可能的排列-This is one of the eight queens problem in chess algorithm. This code can output all the possible permutations
eight-princess
- 用c语言编的八皇后游戏代码用c语言编的八皇后游戏代码-C language series with eight queens game code compiled with the c language code for the eight Queen Games
eight-queen
- 八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于棋盘的同一行、同一列和同一条对角线上。试问有多少种放法?-Eight Queens is an old and interesting game, by Gauss in 1850 first proposed. Requirements in place on the chess board eight queen, it can not attack eac
eight-queens-problem
- 解决八皇后问题:即在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Solve the eight queens problem: that is placed on a 8X8 grid chess eight Queen, so that it can not attack each other, that is, any two Queens are not in the same line, same column
eight-queensl
- 这是一个关于国际象棋中八皇后问题的具体算法。这个代码能够输出所有可能的排列-This is one of the eight queens problem in chess algorithm. This code can output all the possible permutations
eight-queens
- 八皇后游戏,c++代码编写,八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置好,这就是
eight-queens
- 八皇后程序,可以解决八皇后在棋盘上的摆放问题,并输出摆放方式-Eight queen program, can solve the problem of eight queen put in on the board, and the output put way