搜索资源列表
Eight Queen.rar
- 8皇后问题的C++算法
equeen
- 动态求解八Queen问题的源代码,计算速度比较快-8 Queen of the source code, faster computing speed
Checkers
- 8皇后源程序These rules (as supplied by Ulli) will be implemented as soon as possible.Anyone who would like to help develop the code further is welcome to (please contact dioxic@madasafish.com if interested).A version of checkers with most (or all) of thes
8queen2
- 国际象棋中8皇后问题算法-Algorithm of Eight queen question in chess
Eight Queen
- 8皇后问题的C++算法-8 empress question C++ algorithm
Queen
- 可以用于解算国际象棋中的八皇后问题,即如何排列8个皇后使之之间不能互相吃-Solver can be used for chess in the eight Queen s question, that is, how to order 8 so that between the Queen s can not eat each other
b
- 八皇后问题是在8×8的国际象棋棋盘上,安防8个皇后,要求没有一个皇后能够“吃掉”任何其他一个皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线-8 Queen' s problem is that in the 8 × 8 chess board, the Security 8 Queen, a Queen' s request was not able to " eat" any other a queen, that is, no two
projet1
- 8 queen 1 game simple to proggramer
Queen
- 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法-8 × 8 in a chess set, there are 8 Queen' s, Queen' s share of each cell between Queen will not be asked each other " attack" phenomenon, that is, can n
8QueensGame
- 八皇后游戏:要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于棋盘上的同一行、同一列,或者同一对角线。-8 Queen' s Games: chess board required to place eight queens, so that it can not attack each other, that is, any two board the Queen can not remain the same row, same column, or the
8Queen
- this source is for 8 queen, that i write by C\C++.
8PUZZLE
- program to calculate 8 queen simulation
bahuanghou
- 八皇后 c++编程的小游戏 适合初学者 -8 Queen' s c++ game programming for beginners
8Q
- consists of the 8 queen`s puzzle
8_queen
- 很不错的8皇后游戏,值得学习和参考,大家可以下下来看看.-8 queen
Simulated-Annealing-Src
- solve the problem of 8 queen in simulated annealing algorithm
bagehuanghou
- 八个皇后 这是一个很经典的游戏 告诉我们怎么编程-8 queen
8-queens-game
- 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置好,这就是一次成功的摆法。
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 acc
Eight-Queen
- 8皇后问题的C++算法-8 empress question C++ algorithm -8 queens problem C++ algorithms-8 empress question C++ algorithm
