-
jumpchess
中国象棋跳马问题,依次从(0,0)...(N,N)为起始位置开始遍历棋盘。(jumpchess)
- 2010-11-02 13:15:38下载
- 积分:1
-
WuZiQi
两个五子棋代码,一个简单的控制台下棋代码,一个图形界面人机对弈,AI采用了一步估分,可以简单对弈了(Two 331 code, a simple console chess code, a graphical interface for man-machine chess, AI uses step by Gufen, simple chess)
- 2013-03-25 17:35:35下载
- 积分:1
-
wuziqi
五子棋——实现游戏五子棋的操作。。。比较简单适合初学者(Backgammon- achieve game gobang operation. . .)
- 2012-12-17 18:00:26下载
- 积分:1
-
taiwanpuke
台湾扑克,是台湾的玩法,是一个很好游戏……(Poker, Taiwan, Taiwan' s play is a good game)
- 2012-06-09 14:32:09下载
- 积分:1
-
wuziqi
五子棋c语言程序代码,可以运行,没有错误(Backgammon c language code, you can run, no error)
- 2012-10-28 15:12:17下载
- 积分:1
-
VC++
残缺棋盘问题的VC++实现,用分而治之方法解决此问题(Defective chessboard problem VC++ Realize, using divide and conquer method to solve this problem)
- 2008-02-25 16:11:23下载
- 积分:1
-
FiveChess
五子棋,建立一个棋盘,黑白方相互对下,判断输赢!(fivechess)
- 2010-12-30 19:31:52下载
- 积分:1
-
111
俄罗斯方块
Visual C++ 6 源码(Tetris Visual C++ 6 source)
- 2007-11-25 09:42:25下载
- 积分:1
-
8queen
在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互"攻击"的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。
本算法采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。(8 × 8 in a chess set, there s eight, each accounting for a Queen s grid request will not be any mutual between Queen s attack phenomenon, that can not have two Queen s in the same line, the same row or the same diagonal. Asked the total number of different ways. This algorithm uses one-dimensional array to be processed. Array subscript i said i chessboard first out, a [i] value that s in the first place i listed by location. Such as: a [1] = 5, said the first cases in the chessboard of the fifth line of a Queen s release.)
- 2007-12-15 22:24:44下载
- 积分:1
-
Chess_Easy
基于Visual C++实现的局域网象棋游戏,Socket通信,多线程。(design the chess game by use Visual C++ , Socket technology, Mutil Thread.)
- 2013-09-17 19:04:26下载
- 积分:1