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

搜索资源列表

  1. OS_chess

    0下载:
  2. 模拟windows vista国际象棋,编程语言C#-Windows vista chess simulation
  3. 所属分类:CSharp

    • 发布日期:2017-06-01
    • 文件大小:14104461
    • 提供者:tony
  1. chessCS

    0下载:
  2. 国际象棋源程序。可下全盘国际象棋。用C#编写。用VS2005编译。-International Chess player, build with VS2005.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-06
    • 文件大小:1043297
    • 提供者:Gary Li
  1. Queen

    0下载:
  2. 在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互“攻击”的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法-8 × 8 in a chess set, there are 8 Queen' s, Queen' s share of each cell between Queen will not be asked each other " attack" phenomenon, that is, can n
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:4869
    • 提供者:妄想生
  1. 2

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。 对于八皇后问题的实现,如果结合动态的图形演示,则可以使算法的描述更形象、更生动,使教学能产生良好的效果。-8 Queen s proble
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:752496
    • 提供者:楼昊
  1. Cartoon_3D_Chess_Game

    0下载:
  2. 一个基于VC环境利用OpenGL函数编辑的卡通动态版本的国际象棋,会自动转换视角,生动有趣味。-OpenGL function with a cartoon version of the editor of the international chess, vivid and interesting.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-19
    • 文件大小:5278231
    • 提供者:杨雨枫
  1. 8QueensGame

    0下载:
  2. 八皇后游戏:要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于棋盘上的同一行、同一列,或者同一对角线。-8 Queen' s Games: chess board required to place eight queens, so that it can not attack each other, that is, any two board the Queen can not remain the same row, same column, or the
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:214315
    • 提供者:sunwg
  1. Chess

    0下载:
  2. 用C语言编写的国际象棋源程序,单文件,编译简单,适合新手学习。-C language chess source code, single file, suitable for novice to learn.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:1604
    • 提供者:lili
  1. pro

    0下载:
  2. 1输出国际象棋棋盘 2打印楼梯,同时在楼梯上方打印两个笑脸 3古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少? 4判断101-200之间有多少个素数,并输出所有素数。 5打印出所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153是一个“水仙花数”,因为153=1的三次方+5的三次方+3的三次方。 6将一个正整数分解质因数。例如:输入90,打印
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-13
    • 文件大小:1762
    • 提供者:杨橙林
  1. fangzhenguojixiangqi

    0下载:
  2. 主要讲了单片机是实现仿真国际象棋的功能。十分好。-Major topics of the microcontroller is to achieve simulation chess functions. Very well.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:159715
    • 提供者:静水
  1. 8queensproblem

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 -Eight queens problem is an old and well-known problem is a typical Example backtracking algorithms. The problem is that the nineteent
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:85539
    • 提供者:何锦峰
  1. chess

    0下载:
  2. 用C51编写的国际象棋游戏,正在学习或者开发51单片机的可以参考,同时经过自己修改,也适用于其它单片机-Prepared using C51 chess game, are learning or develop microcontroller 51 can refer to the same time
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:55142
    • 提供者:beyond
  1. horse10.8

    0下载:
  2. 国际棋盘上马的周游问题,该问题描述了国际象棋棋盘上的一只马,恰好走过除起点外的其它位置各一次,最后回到起点。这条路线称为一条马的Hamilton 周游路线-Launched an international board of the travel issue that describes the chess board on a horse, just walked outside the other locations except the starting point of all time
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-02
    • 文件大小:57914
    • 提供者:于爱华
  1. chensrc

    0下载:
  2. 一款最新的国际象棋程序,作者Don Cro-A new chess program by Don Cross
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:428782
    • 提供者:klack
  1. arasan_source11.5

    0下载:
  2. arasan 11.5 著名国际象棋引擎的最新版本-arasan 11.5-known chess engine, the latest version of the
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:752872
    • 提供者:klack
  1. Monik222-source

    0下载:
  2. 一款短小精悍的国际象棋引擎程序,可供初学人工智能的人参考-A dapper chess engine program, available for beginners who refer to artificial intelligence
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:81754
    • 提供者:klack
  1. scorpio_22

    0下载:
  2. 超强国际象棋程序,等级分2800以上,可以战胜任何人类大师-Powerful chess program, more than 2800 rating points, you can overcome any human master
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-16
    • 文件大小:197572
    • 提供者:klack
  1. Bison9.8

    0下载:
  2. 后起之秀的国际象棋引擎棋力非常高,人工智能非常强悍-Rising star of international chess engine, Qi Li is very high, artificial intelligence is very tough
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-09
    • 文件大小:374008
    • 提供者:klack
  1. ma

    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-03-27
    • 文件大小:533482
    • 提供者:荣峰华
  1. chess

    0下载:
  2. 通过delphi编写的计算国际象棋成绩,用到了memo,list控件的使用,以及分数的计算方法-Calculations prepared by delphi chess results, use the memo, list control, use, and the method of calculating scores
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:214410
    • 提供者:yangyu
  1. bahuanghou

    0下载:
  2. 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。   高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。 ,-Problem F
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:54165
    • 提供者:cjw
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 32 »
搜珍网 www.dssz.com