登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09
已选条件
  1. 编程语言:所有
  2. 代码类别:棋牌游戏
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 1

说明:  关于麻将机的原理以及机械结构,还有就是改良计划(About mahjong machine principle and mechanical structure, there is improvement programs)

0
下载
83
浏览
2013-11-10发布

2. 1

  关于麻将机的原理以及机械结构,还有就是改良计划(About mahjong machine principle and mechanical structure, there is improvement programs)

8
下载
119
浏览
2013-11-10发布

3. game_five-in-a-row

  游戏五子棋,简单实现了两人对战的模式。可以建立连接也可以断开连接。游戏结束会自动给出输赢结果(Playing backgammon, a simple realization two players mode. You can establish a connection can be disconnected. End of the game will automatically give winners and losers)

1
下载
93
浏览
2013-11-10发布

4. game_five-in-a-row

  游戏五子棋,简单实现了两人对战的模式。可以建立连接也可以断开连接。游戏结束会自动给出输赢结果(Playing backgammon, a simple realization two players mode. You can establish a connection can be disconnected. End of the game will automatically give winners and losers)

1
下载
103
浏览
2013-11-10发布

5. wuziqi

  这是一段人与电脑下五子棋的程序,人H代表人,C代表电脑(This is a man with a computer under 331 procedures, human H representative, C for computer)

1
下载
138
浏览
2013-10-16发布

6. wuziqi

  这是一段人与电脑下五子棋的程序,人H代表人,C代表电脑(This is a man with a computer under 331 procedures, human H representative, C for computer)

1
下载
106
浏览
2013-10-16发布

7. FIVE

  自己写的五子棋代码,可以直接执行,效率很高(Write your own backgammon code that can be executed directly, high efficiency)

4
下载
116
浏览
2013-10-10发布

8. FIVE

  自己写的五子棋代码,可以直接执行,效率很高(Write your own backgammon code that can be executed directly, high efficiency)

4
下载
102
浏览
2013-10-10发布

9. 21point

  用JAVA编写的速算21点的小扑克游戏的源代码,可以给大家参考一下(Quick calculation using JAVA 21:00 little poker game source code, you can give your reference)

1
下载
84
浏览
2013-10-08发布

10. 21point

  用JAVA编写的速算21点的小扑克游戏的源代码,可以给大家参考一下(Quick calculation using JAVA 21:00 little poker game source code, you can give your reference)

1
下载
93
浏览
2013-10-08发布

11. 64574563464

  易语言简易五子棋源码,游戏编程,很好的参考资料。有需要的下。(Easy language simple Gobang source, game programming, a good reference. There is a need to the next.)

1
下载
144
浏览
2013-10-07发布

12. 64574563464

  易语言简易五子棋源码,游戏编程,很好的参考资料。有需要的下。(Easy language simple Gobang source, game programming, a good reference. There is a need to the next.)

1
下载
105
浏览
2013-10-07发布

13. Chess_Easy

  基于Visual C++实现的局域网象棋游戏,Socket通信,多线程。(design the chess game by use Visual C++ , Socket technology, Mutil Thread.)

6
下载
121
浏览
2013-09-17发布

14. Chess_Easy

  基于Visual C++实现的局域网象棋游戏,Socket通信,多线程。(design the chess game by use Visual C++ , Socket technology, Mutil Thread.)

6
下载
108
浏览
2013-09-17发布

15. WuZi

  JAVA写的简单五子棋程序,无人工智能,两个玩家玩(JAVA written backgammon, no artificial intelligence, two players play)

2
下载
113
浏览
2013-09-03发布

16. WuZi

  JAVA写的简单五子棋程序,无人工智能,两个玩家玩(JAVA written backgammon, no artificial intelligence, two players play)

2
下载
91
浏览
2013-09-03发布

17. -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)

3
下载
111
浏览
2013-08-19发布

18. -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)

3
下载
123
浏览
2013-08-19发布

19. HRBUST_GO_2013_08_12A

  一个自主开发的围棋软件,有简单的ai进行对弈,适合新手学习之用(An independent development of chess software, chess has a simple ai be suitable for novice learning purposes)

12
下载
101
浏览
2013-08-18发布

20. C-language-games--gobang-code

  C语言游戏——五子棋,文中详细描述了五子棋游戏的设计规则,如何操作,而且有注释,可以简单明了的看懂操作(C language games- backgammon, backgammon paper describes in detail the design rules of the game, how to operate, and there are notes, you can understand straightforward operation)

3
下载
95
浏览
2013-08-15发布