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

搜索资源列表

  1. Queenquestion

    0下载:
  2. 这是c语言的初学者容易看见的一个程序。国际象棋里的皇后问题。-This is the c language, easy for beginners to see a program. Chess queen inside the issue.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:584
    • 提供者:
  1. horse_CSDN

    0下载:
  2. 跳马的回溯算法(8*8 的国际象棋棋盘上的一只马,恰好走过除起点外的其它63 个位置各一次,最后回 到起点。这条路线称为一条马的Hamilton 周游路线。对于给定的m*n 的国际象棋棋盘,m和n均为大于5 的偶数,且|m-n|≤2,该算法找出一条马的Hamilton周游路线。--Vault of the backtracking algorithm (8* 8 chess board on a horse, just walk outside except from the other 63
  3. 所属分类:Chess Poker games

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

    0下载:
  2. 一个使用greedy search算法实现的N个queen排列的程序。用星号代表国际象棋中的queen。随机生成布局后,显示每次移动,最后使queen不能互相攻击。即都不在相同的行,列和对角线。-A greedy search algorithm using the N-a queen arranged procedure. Behalf of the international chess with an asterisk in the queen. Randomly generated la
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:12611
    • 提供者:刘洋
  1. chessengine

    0下载:
  2. 一个国际象棋的引擎程序,有能力的朋友可以帮忙完善下.-A chess engine program, the ability of friends can help improve the next.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:146212
    • 提供者:324
  1. xiaochengxu2

    0下载:
  2. 几个小程序,主要有6个如输出9*9口诀,要求输出国际象棋棋盘等-A few small programs, such as the six main output of 9* 9 formulas require the output chess board, etc.
  3. 所属分类:assembly language

    • 发布日期:2017-03-28
    • 文件大小:1100
    • 提供者:张三
  1. SilverlightApplication_chess

    1下载:
  2. siverlight实现的国际象棋小游戏-chessgame under siverlight
  3. 所属分类:CSharp

    • 发布日期:2016-05-04
    • 文件大小:10091182
    • 提供者:辉辉
  1. queen

    0下载:
  2. n个皇后问题 在 n 行 n 列的国际象棋棋盘上,最多可布n个皇后。若两个皇后位于同一行、同一列、同一对角线上,则称为它们为互相攻击。 n皇后问题是指找到这 n 个皇后的互不攻击的布局。-n-Queens problem in n rows n columns of the chess board, up to n-Queens cloth. If the two Queens in the same row, same column, the same diagonal, then c
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1655
    • 提供者:
  1. src

    0下载:
  2. 国际象棋硬件开发的c程序,能够实现良好得人机界面得对弈。-Chess hardware development was c program
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:152993
    • 提供者:王佳文
  1. gnuchess-5.07

    0下载:
  2. 一款国际象棋的C++源代码,可以实现人机对战,而且AI的棋力不错-A chess in C++ source code, can achieve man-machine Battle, and a good AI' s Qi Li
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:233868
    • 提供者:汪海波
  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. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1297
    • 提供者:高天
  1. xunliuy

    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. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2563
    • 提供者:高天
  1. Stockfish_1.5

    0下载:
  2. 顶级国际象棋引擎stockfish源代码 v1.5-world-class chess engine source code (stockfish v1.5)
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-24
    • 文件大小:196472
    • 提供者:张志
  1. Chess

    0下载:
  2. 国际象棋源码,相当有意思,感兴趣的可以看下-Chess source code, very interesting, interested can Kanxia
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:509287
    • 提供者:刘羽宇
  1. eight_queen

    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 nineteenth ce
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:699
    • 提供者:kimi
  1. c

    0下载:
  2. C小程序,关于家庭财政管理,乒乓球比赛,国际象棋棋谱,算出是一年中的那一天,还有一个游戏-C a small program on family financial management, table tennis, chess chess, calculate the day of the year, as well as a game
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:12985
    • 提供者:zhangsan
  1. s9

    0下载:
  2. 9. 编写一个程序解八皇后问题。八皇后问题是:设法在国际象棋的棋盘上放置八个皇后,使得其中任何一个皇后所处的“行”、“列”以及“对角线”上都不能有其它的皇后。 本题给的是其中的一组解-9. Write a program solution of the eight queens problem. Eight queens problem is: try to place the chess board eight queen, making any one of the Queen in w
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:697664
    • 提供者:
  1. faile

    0下载:
  2. 国际象棋 faile c 语言版,要的可以下-chess faile
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:55666
    • 提供者:tom cat
  1. mataqipan

    0下载:
  2. 设计一个国际象棋的马踏遍棋盘的演示程序。 将马随机放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则(见题集p98)进行移动。要求每个方格只进入一次,走边棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,3,…,64依次填入一个8×8的方阵,输出之。 -To design a chess board horse travels to the demonstration program. The horses were rand
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:10178
    • 提供者:sunyu
  1. Chess

    0下载:
  2. 一个国际象棋的源码,里面的角色都是魔兽争霸里的原型-Chess
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-20
    • 文件大小:5769653
    • 提供者:terminator
  1. ChessEngine01

    0下载:
  2. 国际象棋游戏-ChessEngine01.zip........
  3. 所属分类:Game Engine

    • 发布日期:2017-04-03
    • 文件大小:82829
    • 提供者:loginad
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 32 »
搜珍网 www.dssz.com