搜索资源列表
八皇后游戏源码
- 图形界面实现八皇后游戏,皇后数最大为60。-graphical interface to achieve Queen's eight games, the largest number of Queen's 60.
bahuanghouproblem_c
- C语言实现的八皇后问题求解。 会下国际象棋的人都很清楚:皇后可以在横、竖、斜线上不限步数地吃掉其他棋子。如何将8个皇后放在棋盘上(有8*8个方格),使它们谁也不能被吃掉!这就是著名的八皇后问题。-C language of the eight Queen's problem to solve. Will be under the international chess are very clear : the Queen's horizontal, the vertic
QUEEN
- 用DELPHI写的一个解决八皇后问题的软件,有美观的界面,还可以动态显示分析过程,和在DOS下做的根本不是一个档次,学DELPHI的人可以参考
equeen
- 动态求解八Queen问题的源代码,计算速度比较快-8 Queen of the source code, faster computing speed
eightqueen
- 八皇后问题 【问题描述】 在一个8×8的国际象棋棋盘上放置8个皇后,要求每个皇后两两之间不“冲突”,即没有一个皇后能“吃掉”任何其他一个皇后,简单的说就是没有任何两个皇后占据棋盘上的同一行或同一列或同一对角线,即在每一横列、竖列、斜列都只有一个皇后。-Descr iption of the problem eight queens problem 【】 In an 8 × 8 chess board to place eight queens, requires that each
Eightempressesplay
- 八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法?-Eight Queen s is the oldest and interesting games, by Gauss in 1850 first proposed. Requirements in the international chess board to place eight of
chaojimali
- 还记得我们小时候耍的超级玛丽吗,这个简单的编写希望你能细心研究,对你刚想进入这行来说多少有点帮助哈-We still remember when you played the Super Queen, the preparation of this simple hope that you will carefully study about to remind you how much to get into this line a little help for HA
8_Queens_Game
- 八皇后游戏的说明:问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置,使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置好,这就是一次成
catmario2
- 猫玛丽2代。非常好玩的游戏。大家值得一试。-Queen Mary 2 on behalf of the cat. Very fun game. All worth a try.
8_queen
- 很不错的8皇后游戏,值得学习和参考,大家可以下下来看看.-8 queen
bagehuanghou
- 八个皇后 这是一个很经典的游戏 告诉我们怎么编程-8 queen
tongxun
- 用c++语言平台将一个8*8的棋盘上放上8个皇后,使得每一个皇后既攻击不到另外七个皇后,也不被另外七个皇后所攻击的92种结构予以实现-In c++ language platform will a 8* 8 board put 8 a queen
eight-queen
- 八皇后游戏C++代码,程序运行后,显示步骤位置,没有游戏界面-Eight Queens game C++ code, the program runs, the step of displaying the position, there is no game interface
n-queen
- 在n×n的棋盘上摆放n个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上。-Placed on board nn n queens, it can not attack each other, that any two queen can not be on the same line, same column or diagonal.
QT_N_queen
- N皇后问题求解工具。能够求解出4—9皇后的所有解,类封装的。图形界面-N Queens problem solving tools. Be able to solve all the solutions of 4-9 Queen of the class package. Graphical interface