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

搜索资源列表

  1. 指南车问题

    0下载:
  2. 问题描述:按照国际象棋的规则,车可以攻击与之处在同一行或同一列上的棋子。指南车是有方向的车。横向指南车可以攻击与之处在同一行上的棋子。纵向指南车可以攻击与之处在同一列上的棋子。指南车问题要求在m×n格的棋盘上放置指南车,并确定各指南车的攻击方向,使棋盘上不受指南车攻击的方格数最多。 编程任务:对于给定的m×n格的棋盘和2 个整数x 和y。整数x 表示棋盘上有x个规定方格应放置指南车,但攻击方向未定。整数y表示除了已规定放置位置的x个指南车外,还要在棋盘上放置y个指南车,其
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-02-20
    • 文件大小:1151
    • 提供者:wild_lily
  1. 马的Hamilton周游路线问题

    1下载:
  2. 马的Hamilton周游路线问题,---对于给定的偶数m,n≥6,且|m-n|≤2,编程计算m*n 的国际象棋棋盘一条马的Hamilton周游路线,Hamilton
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-24
    • 文件大小:2307
    • 提供者:童祚阳
  1. WBsrc.4.3.15.zip

    0下载:
  2. 著名的国际象棋界面程序源码。这是新版本的源码,功能有所增强。,Well-known chess program source interface. This is a new version of the source, function has improved.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2941304
    • 提供者:liuzy
  1. qipan.rar

    0下载:
  2. 设计一个国际象棋的马踏棋盘的演示程序。以一二维数组Board[8][8]表示国际象棋棋盘,以用户输入任一位置作为马的起始位置,设为(i,j),其中0≤i,j≤7,马按照走棋的规则在棋盘范围内进行移动。本程序只求出一种遍历路径,用非递归程序实现吗的行走路线。,To design a chess board horse riding demo program. A two-dimensional array Board [8] [8] that the chess board to the user
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-26
    • 文件大小:8930
    • 提供者:chissie
  1. Homework3

    0下载:
  2. 利用MFC单文本和OPENGL编写的国际象棋程序-A chess game written in MFC single text and OPENGL
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-27
    • 文件大小:9881770
    • 提供者:Li Bowen
  1. chess

    1下载:
  2. vc++ OpenGL 编写的3D国际象棋游戏,其中介绍了大量API的用法。非常适合学习OpenGL的人学习-written in vc++ OpenGL 3D chess game, which gave a lot of API usage. Very suitable for people learning to learn OpenGL
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:1337625
    • 提供者:sine
  1. ma.rar

    0下载:
  2. 本程序解决了关于国际象棋中马的周游路线问题,根据给出的初始点可以求出满足条件的所有路径。,This procedure resolved on chess in the horse traveled route, under the given conditions, the initial points can be derived to satisfy all the paths.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:2933986
    • 提供者:荣峰华
  1. Stockfish-2.11

    1下载:
  2. 目前最强的国际象棋引擎Stockfish,C++的,代码风格很好,AI极强!-chess engine stockfish, best ai.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-29
    • 文件大小:830675
    • 提供者:陈坚
  1. 8queen2

    0下载:
  2. 国际象棋中8皇后问题算法-Algorithm of Eight queen question in chess
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-09
    • 文件大小:2713
    • 提供者:站长
  1. Queen

    0下载:
  2. 利用回溯法和栈来实现八皇后问题:在n×n的国际象棋棋盘上,安放n个皇后,要求没有一个皇后能够“吃掉”任何其他一个皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一对角线-Use of backtracking and stack to achieve the eight queens problem: the n × n chess board, place n queens, a queen is not required to " eat" any other
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:9631
    • 提供者:wazr
  1. WorldChess

    0下载:
  2. 国际象棋java实现,程序可以人机对弈,而且代码无误,经过自己调试-Chess java implementation, the program can be man-machine chess, and the code is correct, after their commissioning
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-31
    • 文件大小:183706
    • 提供者:刘成
  1. pychess-0.10beta4-20100902.tar

    1下载:
  2. python写的国际象棋,代码写得很规范,值得-python write chess
  3. 所属分类:棋牌游戏

    • 发布日期:2014-02-14
    • 文件大小:1448283
    • 提供者:hsdlakfj
  1. stockfish-222-android

    0下载:
  2. 国际象棋程序Stockfish2.2.2 android版本。-The Chess procedure Stockfish2.2.2 the android version.
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:907386
    • 提供者:xiuze
  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. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:858
    • 提供者:jdx
  1. 300-Important.Positions

    0下载:
  2. 国际象棋 300 个重要局面. 具有很强的实战功能-important Chess Position
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-13
    • 文件大小:2956164
    • 提供者:zhuogf
  1. OpenGL_Che2109234112008

    0下载:
  2. 国际象棋c++源代码,内容齐全,可直接运行-Chess c++ source code, content, complete, can be directly run
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:161906
    • 提供者:小婷
  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. chess

    0下载:
  2. 国际象棋程序,解压到当前目录,在matlab窗口输入chess即可应用-Chess program, unzip into the current directory in the matlab window to enter the chess application
  3. 所属分类:Applications

    • 发布日期:2017-03-22
    • 文件大小:360658
    • 提供者:xw
  1. 7

    0下载:
  2. 输出特殊图案,请在c环境中运行,看一看,Very Beautiful! 输出9*9口诀。要求输出国际象棋棋盘。 -Output of the special pattern, please c environment, take a look, Very Beautiful! Output 9* 9 formula. Chess board request output.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1763
    • 提供者:sunyan
  1. knight

    0下载:
  2. 2、 写出6×6方阵的骑士周游的解。要求骑士的起跳位置是任意指定的。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字依次填入6×6的方阵中,并输出。 (骑士周游:从起始位置出发,按国际象棋马的走法,不重复地将所有区域恰好走一遍。) -2, write a 6 × 6 square Cavalier travel solution. Requirements of the take-off position Cavalier arbitrary specified. The p
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1745
    • 提供者:yang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 32 »
搜珍网 www.dssz.com