CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - queens

搜索资源列表

  1. 8Queen_Demo

    0下载:
  2. Using Genetic Algorithm to solve the 8 Queens problem.-Using Genetic Algorithm to solve the eight Quee ns problem.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:19133
    • 提供者:陈伯
  1. 皇后之謎

    1下载:
  2. this small program to give one possible solution of the 8 queens puzzle...
  3. 所属分类:棋牌游戏

  1. N-Queen

    0下载:
  2. : N皇后问题,在一个N×N国际象棋盘 上,有N个皇后,每个皇后占一格;要求皇后间不会出现 相互“攻击”的现象,即不能有两个皇后处在同一行、同一 列或同一对角线上。问共有多少种不同的方法。下图以4 个皇后为例,说明一个正确的解( N是一个大于等于2并 且小于等于100的整数)-: N queens problem, a NN chess disk, N-Queen, Queen of the grid requirements between each other &quo
  3. 所属分类:Game Program

    • 发布日期:2017-10-31
    • 文件大小:2027
    • 提供者:邹继瑶
  1. eightqueen

    0下载:
  2. 八皇后问题 【问题描述】 在一个8×8的国际象棋棋盘上放置8个皇后,要求每个皇后两两之间不“冲突”,即没有一个皇后能“吃掉”任何其他一个皇后,简单的说就是没有任何两个皇后占据棋盘上的同一行或同一列或同一对角线,即在每一横列、竖列、斜列都只有一个皇后。-Descr iption of the problem eight queens problem 【】 In an 8 × 8 chess board to place eight queens, requires that each
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-01
    • 文件大小:1675
    • 提供者:王静
  1. queens

    0下载:
  2. 国际象棋八皇后问题,并拓展到多皇后问题。-Chess Queen eight questions, and extended to the Queen' s many questions.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-06
    • 文件大小:1064425
    • 提供者:罗宾
  1. eight_queens_recursive

    0下载:
  2. its an eight queens recursive problem
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:1165
    • 提供者:dinesh
  1. hetmany

    0下载:
  2. rotation, queens on the chess. size n x n algorytm: Las Vegas
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:6769
    • 提供者:dudek
  1. Queen

    0下载:
  2. 在一个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
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:4869
    • 提供者:妄想生
  1. 8QueensGame

    0下载:
  2. 八皇后游戏:要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于棋盘上的同一行、同一列,或者同一对角线。-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
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:214315
    • 提供者:sunwg
  1. queens

    0下载:
  2. 一个使用greedy search算法实现的N个queen排列的程序。用星号代表国际象棋中的queen。随机生成布局后,显示每次移动,最后使queen不能互相攻击。即都不在相同的行,列和对角线。-A greedy search algorithm using the N-a queen arranged procedure. Behalf of the international chess with an asterisk in the queen. Randomly generated la
  3. 所属分类:Game Program

    • 发布日期:2017-03-27
    • 文件大小:12611
    • 提供者:刘洋
  1. Nqueenproblem

    0下载:
  2. 这个程序采用局部搜索算法(Local Search),速度很快, 在配置为奔腾200,内存64MB,上测试可以在 几秒钟内解一百万阶的皇后问题。-This procedure using a local search algorithm (Local Search), fast, in the configuration for the Pentium 200, RAM 64MB, the test solution in a few seconds of order 1 million
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:1090
    • 提供者:spencer
  1. gamecode

    0下载:
  2. 图形界面的实现,有助于大家的理论与实践结合起来。这样,能提供哦啊-Graphical interface to achieve the eight queens
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-31
    • 文件大小:30933
    • 提供者:杨立
  1. Eight-Queens-Games

    0下载:
  2. 八皇后小游戏,实现说明,以及代码实现原文件。-Eight Queens game to achieve that, and the code of the original document.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-29
    • 文件大小:214209
    • 提供者:jonah
  1. 8-queens-game

    0下载:
  2. 八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-14
    • 文件大小:5921
    • 提供者:wendell
  1. 8-queens-game

    0下载:
  2. 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置好,这就是一次成功的摆法。
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:130917
    • 提供者:jim
  1. eight-queens

    0下载:
  2. 这是八皇后问题的C程序,非常完整的源代码,解决了很多难题。-This is a C program, complete source code of the eight queens problem, and solve many problems.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-20
    • 文件大小:2130
    • 提供者:yangyang
  1. N-Queens

    0下载:
  2. PHP implementation of the N-Queens problem
  3. 所属分类:Other Games

    • 发布日期:2017-11-16
    • 文件大小:3129181
    • 提供者:hellsm0th89
  1. eight-queens-problem

    0下载:
  2. 解决八皇后问题:即在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
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:1091
    • 提供者:ggedin
  1. eight-queens-problem

    0下载:
  2. 解决八皇后问题:即在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
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:1207
    • 提供者:hinthe
  1. eight-queens

    0下载:
  2. 八皇后游戏,c++代码编写,八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置好,这就是
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:5875
    • 提供者:ck lv
« 12 3 4 5 »
搜珍网 www.dssz.com