文件名称:8-Queen
介绍说明--下载内容均来自于网络,请自行研究使用
VC++课程设计的八皇后问题
在一个8*8的棋盘上放置彼此不受攻击的8个皇后。
按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。8皇后问题就等价于在8*8格的棋盘上放置8个皇后,任何两个皇后不放在同一行或同一列或同一斜线上。
-VC++ curriculum design the eight queens problem in an 8* 8 chessboard placed 8 Queen not to attack each other. In accordance with the rules of chess, the Queen can attack with in the same row or a pawn in the same column or diagonal. The eight queens problem is equivalent to the eight queens be placed in the 8* 8 grid on the board, no two queens on the same row or column or the same diagonal.
在一个8*8的棋盘上放置彼此不受攻击的8个皇后。
按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。8皇后问题就等价于在8*8格的棋盘上放置8个皇后,任何两个皇后不放在同一行或同一列或同一斜线上。
-VC++ curriculum design the eight queens problem in an 8* 8 chessboard placed 8 Queen not to attack each other. In accordance with the rules of chess, the Queen can attack with in the same row or a pawn in the same column or diagonal. The eight queens problem is equivalent to the eight queens be placed in the 8* 8 grid on the board, no two queens on the same row or column or the same diagonal.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
八皇后
......\Board.cpp
......\Board.h
......\Debug
......\.....\Main of 8 Queen.exe
......\.....\Main of 8 Queen.ilk
......\.....\Main of 8 Queen.obj
......\.....\Main of 8 Queen.pch
......\.....\Main of 8 Queen.pdb
......\.....\vc60.idb
......\.....\vc60.pdb
......\Main of 8 Queen.cpp
......\Main of 8 Queen.dsp
......\Main of 8 Queen.dsw
......\Main of 8 Queen.ncb
......\Main of 8 Queen.opt
......\Main of 8 Queen.plg
......\Stack.cpp
......\Stack.h
......\八皇后.doc
......\Board.cpp
......\Board.h
......\Debug
......\.....\Main of 8 Queen.exe
......\.....\Main of 8 Queen.ilk
......\.....\Main of 8 Queen.obj
......\.....\Main of 8 Queen.pch
......\.....\Main of 8 Queen.pdb
......\.....\vc60.idb
......\.....\vc60.pdb
......\Main of 8 Queen.cpp
......\Main of 8 Queen.dsp
......\Main of 8 Queen.dsw
......\Main of 8 Queen.ncb
......\Main of 8 Queen.opt
......\Main of 8 Queen.plg
......\Stack.cpp
......\Stack.h
......\八皇后.doc