资源列表
delphi网络版五子棋源代码
- delphi网络版五子棋源代码-online source Gobang
二十四点源代码
- 一个益智的游戏,就是小时的四张牌凑24-an educational game is the four-hour licensing got 24
C++语言五子棋源程序 (利用坐标确定棋子位置
- C++语言五子棋源程序 (利用坐标确定棋子位-331 C language source code (using coordinates determined pawn spaces
108042187
- 本程序是在已有的《黑白棋》基础上实现的网络版,通过Winsocket实现了进程的同步,源程序有比较详细的注释,适合于大家参考-this procedure is already in the "reversi" on the basis of the Internet version of Winsocket achieved through the process of synchronization, a more detailed source of the Notes
cn700_vc347662244
- 在很多游戏网站上,都没有发现‘三子棋’游戏。这是我的家乡人们经常玩的游戏。 规则如下: 1)下子阶段:在这个阶段,只能下棋子而不能移动棋子。像五子棋一样,尽量使自己的子能凑成‘三’,当你的棋子凑成‘三’了以后,你可以把对方任一个子废掉(该子将会变灰色,下子完了以后,它将会被去掉)。 2)行棋阶段:下完子了,就进入行棋阶段。在这个阶段,不能下棋子而只能移动棋子,三’,当你的棋子凑成‘三’了以后,你可以把对方任一个子去掉。 3)直到谁的子剩下少于三个,谁就输了。 4)还有谁无子可动,超时3次也会告负
俄罗斯方块源文件
- 俄罗斯方块源文件,不错的,是用JAVA编写的,很有参考价值-Tetris source document, it is true, is prepared by using JAVA, great reference value
JiuJiangMaJiang
- 九江麻将源程序-Jiujiang mahjong source
麻将游戏
- 这个程序包是一个模仿四人打麻将的简单游戏,提供声音等-this package is a four imitate the simple play mahjong games, to provide voice, etc.
vc++写的跳棋程序
- 这是一个VC++的跳棋程序..希望给这个网站提供一下-This is a VC drafts procedures .. hope to provide what the site
完全利用vb,不使用任何控件建立的一个扑克牌游戏
- 完全利用VB,不使用任何控件建立的一个扑克牌游戏-full use VB, not use any of the controls established a poker game
五子棋的核心算法
- 五子棋的核心算法 五子棋是一种受大众广泛喜爱的游戏,其规则简单,变化多端,非常富有趣味性和消遣 性。这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝 和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规 则、胜负判断方法和搜索算法过程。-331 of 331 core algorithm is a widely loved by the public of the game, its rules simple and changeable, ver
小游戏:五子棋的设计与实现
- 五子棋的设计与实现 本“五子棋“程序只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法,考虑到搜索的时间复杂度和空间复杂度,在程序中只进行了2步搜索,即计算机在考虑下一步的走法时,只对玩家进行一步的推测。(程序中的棋盘规格为15*15)。-renju the design and implementation of the "331" procedure prepared by the Human-Computer Chess, a game u