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

搜索资源列表

  1. Eight Queen

    0下载:
  2. 8皇后问题的C++算法-8 empress question C++ algorithm
  3. 所属分类:Game Program

    • 发布日期:2017-11-09
    • 文件大小:12643
    • 提供者:刘峰
  1. AI

    0下载:
  2. this my sample code : code of eight numbered puzzle
  3. 所属分类:Other Games

    • 发布日期:2017-04-12
    • 文件大小:2466
    • 提供者:cheezee
  1. eight

    1下载:
  2. 八数码拼图游戏的求解程序,通过双向广度优先搜索算法,输出最优解的路径.-Eight digital jigsaw puzzle solving process, through bi-directional breadth-first search algorithm, the optimal solution output path.
  3. 所属分类:Game Program

    • 发布日期:2015-11-23
    • 文件大小:1024
    • 提供者:zhuwc
  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-puzzle

    0下载:
  2. Eight puzzle game in python
  3. 所属分类:Other Games

    • 发布日期:2017-04-05
    • 文件大小:2221
    • 提供者:sidra
  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. Java-Eight

    0下载:
  2. Java版八数码游戏 更优化的算法,更直观的界面 可以随机生成八数码图由用户来拼 解不出来? 没关系,电脑帮你拼回去-Java version of the eight digital game More optimization algorithms, a more intuitive interface Randomly generated eight digital format by the user to fight Solution does not come
  3. 所属分类:Other Games

    • 发布日期:2017-04-07
    • 文件大小:9082
    • 提供者:sohingkeung
  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-digital-code

    0下载:
  2. 八数码问题的代码实现,这段代码直接输出了一道题目的结果,以及每一步的走法,直接运行即可(含说明)-Eight digital code implements the code directly output the results of a subject, and every step of the walk, and can be run directly
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-12
    • 文件大小:69207
    • 提供者:shan
  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-puzzle

    0下载:
  2. Eight puzzle game in python
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2266
    • 提供者:esidenta
  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
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com