-
Gobang
一个网络的五子棋游戏,含聊天室
内jar文件是可以直接运行的 客户端和服务器端
其他是源码 使用的是直接Class发送
也就是ObjectInputStream/ObjectOutputStream(A network of backgammon game including chat rooms
Within jar files can be run directly on the client and server side
The other is the source)
- 2014-11-05 18:23:57下载
- 积分:1
-
Stockfish 7
说明: stockfish version 7 chess engine
- 2019-05-30 01:26:51下载
- 积分:1
-
chess
象棋的源代码,希望对你们有用哦。可以运行的(Chess source code, I hope useful to you, oh. Can run the)
- 2009-04-24 11:30:58下载
- 积分:1
-
象棋_0.5
类似中国象棋的小游戏的实现(similar to a small Chinese chess games to achieve)
- 2005-01-24 21:30:26下载
- 积分:1
-
console
说明: 象棋马的哈密顿回路算法代码,分治递归的方法。当m n<24时结果正确。这是重新上传,上一次工程中疏漏没有包含源码。(Hamilton horse chess circuit algorithm code, recursive partition method. When mn < 24 hours was correct. This is a re-upload, the last project oversight does not include source code.)
- 2010-04-14 10:50:12下载
- 积分:1
-
Amazon-chess-game
亚马逊棋人机博弈代码,界面美观,满足深层搜索。(Amazon chess game code, beautiful interface, meet the deep search.)
- 2020-11-16 09:49:40下载
- 积分:1
-
111
俄罗斯方块
Visual C++ 6 源码(Tetris Visual C++ 6 source)
- 2007-11-25 09:42:25下载
- 积分:1
-
chess
中国象棋
重庆大学出版社出版的《PC游戏编程(人机博弈)》一书的配套光盘内容。(
Discs supporting Chongqing University Press published "PC game programming (man-machine game)," a book)
- 2013-12-17 09:10:12下载
- 积分:1
-
FiveChess
五子棋,建立一个棋盘,黑白方相互对下,判断输赢!(fivechess)
- 2010-12-30 19:31:52下载
- 积分:1
-
-the-poker-game
本程序利用Card类数组模拟扑克牌,定义3个数组分别表示玩家手中的牌,电脑手中的牌和底牌,用srand((unsigned)time(NULL))产生随机数字,将底牌数组中随机的一项从底牌中移动到其他的数组中,模拟从洗好底牌中抓牌。表示出牌。
单人练习模式中,首先记下一个 1到13之间的随机数字,然后玩家抓牌,当手中的牌的点数恰与记下的随机数字相等,或用手中有的任意两张牌,通过加减乘除四则运算可以凑出该随机数字相等的点数,则停止抓牌并将这一张或两张出出去,随即记下一个新的随机数字,开始下一轮,直道手中的全部牌出完,游戏结束(This procedure using Card class array to simulate playing cards, the definition of the 3 arrays represent the game player cards, computer cards and cards, using srand ((unsigned) time (NULL)) to generate random numbers, random number in the array will be a move to the number of cards from other groups of cards, simulation from the wash hand in. Said.
Single practice mode, first recorded random number between 1 to 13 next, and then the game player to draw cards, random number equal when the hand points exactly with the down, or in the hands of some arbitrary two cards, add, subtract, multiply and divide by four operations can make the random number equal points, then stop to draw a card and the card or two cards out, then write a new random number, start the next round, straight hands all the cards out, the end of the game)
- 2013-08-19 15:13:48下载
- 积分:1