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

搜索资源列表

  1. My-Chess-Project

    0下载:
  2. 这是一个国际象棋项目,做了一些特别的处理-Descr iption My Chess Project. This is an app for specifical interview requirements-- 1. Create a functional 2-player chessboard with movable pieces. 2. Indicate that attempted piece moves are valid or invalid. 3. Add a button th
  3. 所属分类:android

    • 发布日期:2017-04-07
    • 文件大小:673592
    • 提供者:fuwenpan
  1. shujujiegou

    0下载:
  2. 数据结构 马踏棋盘实验报告 适合于课程设计   (1)、位置的存储表示方式 1)基本要求:将马随机放在国际象棋的88棋盘Bord[8Ⅱ8]的某个方格中,马按走棋规则进行移动。要求每个方格上只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线 ,并按求出的行走路线,将数字1,2,…,64依次填入—个88的方阵,输出之。 (2)测试数据:由读者指定,可自行指定一个马的初始位置。 (3)实现提示:每次在多个可走位置中选择一个进行试探,其余未曾试探过的可走位
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:80329
    • 提供者:hoolwall
  1. PacChess

    0下载:
  2. 这个是国际象棋的代码,从GOOGLE开源那里面载来学习的,里面代码很多的 -This is a chess code, set out to learn of it from the Google open source, code inside a lot of
  3. 所属分类:Games

    • 发布日期:2017-05-02
    • 文件大小:683294
    • 提供者:王婷婷
  1. Java-International-chess

    0下载:
  2. 基于JAVA的人人对战国际象棋游戏。支持复盘且界面设计良好。 提供有效的提示和棋子可行范围。-International chess base on java
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:58383
    • 提供者:哲宫沁
  1. 9b999d2711ab

    0下载:
  2. 国际象棋源码,汇编语言编写的源码,请使用MASM32进行编译-HOWTO.TXT 1) How to load RAM image from hd at boot-time ? At this point you ll still need the floppy. The image is loaded from the root of fat32 partition (win95/98) located at PRIMARY MA
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:508123
    • 提供者:erg
  1. chess-

    0下载:
  2. 简单的国际象棋源代码,可供初学者学习使用。-Simple chess source code, for beginners learning to use
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:47943
    • 提供者:李哲
  1. fugai

    0下载:
  2. 问题描述:在8×8的国际象棋棋盘上,如果在放置若干个马以后,使得整个棋盘的任意空位置上所放置的棋子均能被这些马吃掉,则称这组放置为棋盘的一个满覆盖。若去掉满覆盖中的任意一个棋子都会使这组放置不再是满覆盖,则称这一满覆盖为极小满覆盖。设计程序完成如下功能。-Problem Descr iption: On 88 chess board, if placed after several horses, making the whole chessboard placed on any empty p
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1068858
    • 提供者:刘松
  1. C4

    0下载:
  2. 输出国际象棋棋盘的C语言源程序代码,运行可以在界面输出一个国际象棋棋盘 -Output chess board of C language source code, you can run the output of a chess board at the interface
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:12186
    • 提供者:黄浪
  1. Horse

    0下载:
  2. 实现数据结构中的深度遍历算法,自动将国际象棋中的马在棋盘中遍历一遍并能够回到起点,不会走重复的路程-Depth data structure traversal algorithm to automatically chess chessboard horse traversal back to the beginning again and can not walk away from repeating
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2266740
    • 提供者:zhangying
  1. queen

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。-On an 8 × 8 chessboard, there are eight queens, each representing one cell Queens requirement does not appear among mutual Queen "attack" phenomenon, which can not h
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4082
    • 提供者:mini
  1. Example

    0下载:
  2. 国际象棋图形 8*8的页面,很好的学习作品哦!你值得拥有!-8* 8 chess graphics pages Oh good learning works! You deserve!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:530
    • 提供者:
  1. queen8

    0下载:
  2. 遗传算法解决八皇后问题。八皇后问题是一个NP问题,它的目标是把国际象棋的八个皇后摆在8X8的棋盘上,使得没有一个皇后能俘获任何别的皇后,即每一行每一列仅有一个皇后,每条对角线上至多有一个皇后。-Genetic algorithms to solve the eight queens problem. Eight queens problem is an NP problem, and its goal is to place the chess queen on the eight 8X8 ch
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2771
    • 提供者:冯姥姥
  1. Chess-CSharp

    1下载:
  2. C# 国际象棋棋盘,Visual Studio下运行-C# International chess board,run in Visual Studio
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:61753
    • 提供者:preston
  1. eightqueen

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is an old and well-known proble
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6610
    • 提供者:师顿
  1. guojixiangqi

    0下载:
  2. 国际象棋棋盘的C语言程序设计实现,源程序代码,可运行-Chess board of C language programming, source code, can run
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:643
    • 提供者:王全
  1. 123tian

    0下载:
  2. 要求输出国际象棋棋盘。 1.程序分析:用i控制行,j来控制列,根据i+j的和的变化来控制输出黑方格,还是白方格-Required output chess board. 1 program analysis: The control line i, j to the control bar, according to the i+ j and the change of control output black box, white box, or
  3. 所属分类:Game Program

    • 发布日期:2017-04-13
    • 文件大小:2276
    • 提供者:oeconom
  1. bahuanghou

    0下载:
  2. 八皇后问题是:在8*8的国际象棋棋盘上,安放8个皇后,要求没有一个皇后能够“吃掉”任何一个其他的皇后,即没有两个或两个以上的皇后占据棋盘上的同一行、同一列或同一条对角线。-Eight queens problem is: 8* 8 chess board, placed eight at Queen' s, a Queen' s request was not able to " eat" any of the other Queen' s, that is,
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1342
    • 提供者:GTONJu
  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
    • 文件大小: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 2 ... 22 23 24 25 26 2728 29 30 31 32 »
搜珍网 www.dssz.com