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

搜索资源列表

  1. gamecode

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

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

    0下载:
  2. 用c语言编的八皇后游戏代码用c语言编的八皇后游戏代码-C language series with eight queens game code compiled with the c language code for the eight Queen Games
  3. 所属分类:Game Program

    • 发布日期:2017-03-31
    • 文件大小:2139
    • 提供者:zhangjinhua
  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. eight-queen

    0下载:
  2. 八皇后是个古老而有趣的游戏,是由高斯于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
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:6555
    • 提供者:bryce
  1. eight

    0下载:
  2. 该问题是 19 世纪著名的数学家高斯 1850 年提出的。八皇后问题要求在一个8 × 8 的 棋盘上放上8个皇后,使得每一个皇后既攻击不到另外 7 个皇后,也不被另外 7 个皇后所攻击。 按照国际象棋的规则, 一个皇后可以攻击与之处在同一行或同一列或同一斜线上的其他任何棋子。 因此, 八皇后问题等于要求 8 个皇后中的任意两个不能被放在同一行或同一列或同一斜线上。 该代码为解决此问题的代码-The problem is that the famous 19th century mathemati
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:200576
    • 提供者:zzl
  1. eight-queensl

    0下载:
  2. 这是一个关于国际象棋中八皇后问题的具体算法。这个代码能够输出所有可能的排列-This is one of the eight queens problem in chess algorithm. This code can output all the possible permutations
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:1612
    • 提供者:赵美美
  1. eight-queens-puzzle

    0下载:
  2. 皇后问题(在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
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:690
    • 提供者:小钟
  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. eight-queen-problem

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯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
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:2747
    • 提供者:杨基隆
  1. eight-queen

    0下载:
  2. 八皇后游戏C++代码,程序运行后,显示步骤位置,没有游戏界面-Eight Queens game C++ code, the program runs, the step of displaying the position, there is no game interface
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-06
    • 文件大小:1112196
    • 提供者:syj
  1. eight-princess

    0下载:
  2. 用c语言编的八皇后游戏代码用c语言编的八皇后游戏代码-C language series with eight queens game code compiled with the c language code for the eight Queen Games
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2231
    • 提供者:tution
  1. eight-queen

    0下载:
  2. 八皇后是个古老而有趣的游戏,是由高斯于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
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:6647
    • 提供者:杰拉德二世
  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-queensl

    0下载:
  2. 这是一个关于国际象棋中八皇后问题的具体算法。这个代码能够输出所有可能的排列-This is one of the eight queens problem in chess algorithm. This code can output all the possible permutations
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1657
    • 提供者:swhole
  1. eight-princess

    0下载:
  2. 用c语言编的八皇后游戏代码用c语言编的八皇后游戏代码-C language series with eight queens game code compiled with the c language code for the eight Queen Games
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2396
    • 提供者:stbedsse
  1. eight-queen

    0下载:
  2. 八皇后是个古老而有趣的游戏,是由高斯于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
  3. 所属分类:Game Program

    • 发布日期:2017-04-15
    • 文件大小:6812
    • 提供者:ywisewit
  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-queensl

    0下载:
  2. 这是一个关于国际象棋中八皇后问题的具体算法。这个代码能够输出所有可能的排列-This is one of the eight queens problem in chess algorithm. This code can output all the possible permutations
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:1773
    • 提供者:realmofsci
  1. eight-queens

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

    • 发布日期:2017-04-14
    • 文件大小:5875
    • 提供者:ck lv
  1. eight-queens

    0下载:
  2. 八皇后程序,可以解决八皇后在棋盘上的摆放问题,并输出摆放方式-Eight queen program, can solve the problem of eight queen put in on the board, and the output put way
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-12
    • 文件大小:674
    • 提供者:张三
« 12 3 4 »
搜珍网 www.dssz.com