CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 棋牌游戏 搜索资源 - Law

搜索资源列表

  1. 马踏棋盘2.1.1

    0下载:
  2. 本程序可模拟中国象棋中马步走法 对你输入的一个点快速遍步整个棋盘-this program can simulate Chinese Chess Knight law to which you input a point fast times throughout the chessboard step
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:2.41kb
    • 提供者:钟毓秀
  1. CChessThinkerEngine

    0下载:
  2. 本程序由四部分组成:数据结构定义、核心模块、扩展模块和操作界面。其中核心模块由走法产生器、搜索引擎和估值函数组成;扩展模块由悔棋功能、还原功能、思考线程控制及音效控制组成;操作界面对外接口有:棋盘位图、悔棋按钮、还原按钮、停止思考按钮、打开音乐按钮、关闭音乐按钮和新棋局按钮等-this procedure consists of four parts : data structure definition, the core module, expansion modules and inter
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:596.75kb
    • 提供者:白雪
  1. 小游戏:五子棋的设计与实现

    0下载:
  2. 五子棋的设计与实现 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)。-renju the design and implementation of the "331" procedure prepared by the Human-Computer Chess, a game u
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:241.29kb
    • 提供者:cwm_awt
  1. 五子棋人机对战源代码

    0下载:
  2. 五子棋人机对战,这是一段能够计算出最优走法或较优走法的源程序,很好的。-331 man-machine players, it is able to calculate a best optimum in law or law to the source, very good.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:11kb
    • 提供者:
  1. eightqueens

    0下载:
  2. 在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 -8X8 grid in the display of the chess Queen eight, making it unable to attack each other, that is, any two can not be Queen' s in the same line, same column or on the same slash and a
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:642byte
    • 提供者:陈源栋
  1. fivestone

    0下载:
  2. 在本次“五子棋“程序的编写中,只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。-During the meeting, " Gobang" the preparation of procedures, only part of the preparation of the human-computer game, using a
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-12
    • 文件大小:2.64mb
    • 提供者:nc
  1. bahuanghou

    0下载:
  2. 八皇后:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-8 queens: in 8 X8 s international chess placed on eight queen, to make it can t attack each other, that is, any two queen not at all with one line, one and the same column or the same
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:766byte
    • 提供者:WHY
  1. 8-queens-game

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

    • 发布日期:2017-04-02
    • 文件大小:127.85kb
    • 提供者:jim
  1. Chinese-Chess

    0下载:
  2. 人机博弈程序. 本项目主要采用了博弈树中的极大极小值搜索算法.采用估值的技术让电脑评估当前局面的利弊.选择走法.-Human-computer game program. The project is mainly using the minimax game tree search algorithm using valuation technology allows computers to assess the pros and cons of the current situat
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-28
    • 文件大小:12.09mb
    • 提供者:GinMadrid
  1. GoBangAI

    1下载:
  2. 五子棋AI程序,目标函数法写的,效果还可以,MAIN函数里可以自己选模式-Backgammon AI program, the objective function to write the law, the effect can be, MAIN function where you can choose their own mode
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-03
    • 文件大小:306.43kb
    • 提供者:lc
搜珍网 www.dssz.com