CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 国际象棋

搜索资源列表

  1. EightQueensProblem

    0下载:
  2. 在8*8的国际象棋盘上放置八个皇后,使其不能互相攻击,用递归法求出所有布局-8* 8 placed on the international chess board eight queens, so that it can not attack each other, all the layout obtained by recursion
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:970
    • 提供者:whicme
  1. Eight_Queens

    0下载:
  2. 八皇后问题 C++版本 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight Queens
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:1126
    • 提供者:suspendthe
  1. FEN2BMP

    0下载:
  2. 国际象棋软件源码,三维设计,技术初级,可供软件开发和国际象棋入门用-Chess software source code, three-dimensional design, technology, primary, for software development and international chess portal with
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2543
    • 提供者:nthsChi
  1. international-chess

    0下载:
  2. 网狐6603平台,棋牌游戏,国际象棋吐血推荐,想测试6603的朋友必不可少的游戏,非常经典.-Fox 6603 platform, chess game, chess, hematemesis recommended, to test the essential 6603 friends of the game, very classic.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2466643
    • 提供者:枯木
  1. 3DGJXQ

    0下载:
  2. 3D国际象棋游戏,可以联网玩,这是一个客户端的详细实现。-3 d chess game, can be connected to the Internet to play, this is a detailed implementation for the client.
  3. 所属分类:android

    • 发布日期:2017-05-28
    • 文件大小:10763529
    • 提供者:好好
  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-12
    • 文件大小: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. EightQueensProblem

    0下载:
  2. 在8*8的国际象棋盘上放置八个皇后,使其不能互相攻击,用递归法求出所有布局-8* 8 placed on the international chess board eight queens, so that it can not attack each other, all the layout obtained by recursion
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1086
    • 提供者:ecertai
  1. Eight_Queens

    0下载:
  2. 八皇后问题 C++版本 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight Queens
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1242
    • 提供者:napplic
  1. FEN2BMP

    0下载:
  2. 国际象棋软件源码,三维设计,技术初级,可供软件开发和国际象棋入门用-Chess software source code, three-dimensional design, technology, primary, for software development and international chess portal with
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2659
    • 提供者:edalthou
  1. ghmghmgh

    0下载:
  2. 题目:要求输出国际象棋棋盘。1.程序分析:用i控制行,j来控制列,根据i+j的和的变化来控制输出黑方格,还是白方格。-Title: requiring the export of international chessboard.Program analysis: control lines, with i, j to the control bar, i+ j and changes to control the output of the black box or white box.
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2528
    • 提供者:urityan
  1. house

    0下载:
  2. 马踏棋盘问题描述设计一个国际象棋的马踏遍棋盘的演示程序。2. 基本要求将马随机放在国际象棋8*8棋盘的某个方格中,马按走棋规则进行移动。编制非递归程序,求出马的行走路线,-Horse riding problem described in the design of a chessboard chess chessboard horse traveled demo program. 2. The basic requirements will be placed randomly MA 8* 8
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1136
    • 提供者:wellasa
  1. N-QUEEN

    0下载:
  2. 在一个N×N的国际象棋棋盘中摆N个皇后,使这N个皇后不能互相被对方吃掉。N皇后算法源码-N × N in a chess board in N months before Queen s, so that the N-Queen s was the other side can not eat each other. N Queen s algorithm source code
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:2641
    • 提供者:colsinc
  1. nqueen

    0下载:
  2. 在n×n格的棋盘上放置彼此不受攻击的n个皇后。按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子。n后问题等价于在n×n格的棋盘上放置n个皇后,任何2 个皇后不放在同一行或同一列或同一斜线上。解n后问题的一个拉斯维加斯算法如下。-this is a project
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1129
    • 提供者:atcanb
  1. Queen

    0下载:
  2. n*n的棋盘上放置彼此不受攻击的n个皇后,按国际象棋规则可知:皇后可以攻击同行同列同斜线的棋子-n* n chessboard placed on each other from attack of the n-Queens, according to chess rules we can see: Queen can attack the peer-pawn with the column with a slash
  3. 所属分类:Game Program

    • 发布日期:2017-03-29
    • 文件大小:903
    • 提供者:thetype
  1. eight-queens

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

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

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

    • 发布日期:2017-04-11
    • 文件大小:1341
    • 提供者:孟迪
  1. n_queen

    0下载:
  2. 在n×n格的棋盘上放置彼此不受攻击的n个皇后,按照国际象棋的规则,皇后可以攻击与之处在同一行或同一列或同一斜线上的棋子,求解可以放置的方法种数。-Placed on the n × n chessboard grid attack each other n-queens, in accordance with the rules of chess, the queen can attack in the same row or column, or diagonal pieces of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:600
    • 提供者:黄芳
  1. knight

    0下载:
  2. 骑士遍历问题,就是一匹马在国际象棋的棋盘山能不能不重复的遍历完整个棋盘-Knight traversal problem is that a horse in chess Qipanshan can not but repeat complete traversal of a chessboard
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:30711
    • 提供者:王大锤
« 1 2 ... 23 24 25 26 27 2829 30 31 32 »
搜珍网 www.dssz.com