资源列表
erluosi
- c俄罗斯方块源代码,可以实现 -c Tetris source code, can be achieved
s5z
- 五子棋程序 用键盘操作-331 keyboard operating procedures
five-in-a-row
- 五子棋游戏,实现人人对战,和人工智能算法,即实现人和电脑对战,采用C实现-Backgammon games, all Battle, and artificial intelligence algorithms, and play against the computer, using C to achieve
game
- 3.“搭桥”游戏,游戏者2人,裁判。要求: (1)扑克为52张,其中花色是“黑桃、红心、草花、方块”,每种花色有A,2,3,4,5,6,7,8,9,10,J,Q,K; (2)扑克需要充分洗开,并派发到左右2方游戏者手中; (3)出牌时,每次交替从左右方取出一张放在已有“桥梁顶端”; 如果 新添牌的数字与原有桥梁上的数字相等否:是的,出牌方得到两个数字及之间相夹的所有牌,不是,换一方出牌; 当一方手上牌出净,游戏则结束;
wuziqi
- C++的五子棋小游戏,是从其他地方转载的,如果有需要的人,就请下再把.
OnePiece
- 聊天小软件:基本的思路: 服务器端: 服务器与每个客户用一个线程建立连接 每个线程里面不断接收和处理数据包 所有数据包用一个列表存储 遇到ask包(请求在线列表)就跟据来源生成一个rst包(返回) 遇到To为本线程用户的,将包发给本线程用户 客户端: 与服务器端相对应 代码里面有注解 数据包: 用一个类表示 里面有Kind(包类型),To(来源),From(去处),Message(消息) 网络套接字用文件类型传输,所以
three-word-Pente-game
- 该程序为一个三字连珠游戏,可以进行人机下棋,统计赢输和平局的次数-The program is a three-word Pente game, you can man-machine chess, the number of statistical win or lose and draw
Gobang_the_core_algorithm
- 此乃五子棋的核心算法,采用C语言编程,希望可以帮助大家-This is the core of Gobang algorithm, the use of C language programming, I hope you can help
wuziqi
- 五子棋算法,VC++版本。相对简单明了,可以深入了解。-Backgammon algorithm, VC++ version. Relatively simple, can understand.
russia
- 控制台下的俄罗斯方块游戏
13ex
- 文件功能,实现猜数字游戏,并打印出游戏排行榜-Paper, and realize guessing game, and print out the game list
Blackjack
- 这是用C++编写的经典扑克牌游戏21点的完整源代码,希望大家能喜欢!