搜索资源列表
与计算机玩24点游戏
- 本文用C语言编了24点游戏程序。与计算机玩24点还有个好处,解决了用扑克牌玩时的缺陷——有时候谁也无法确定四个数到底能不能算出24点。本程序的基本思路是:先由计算机产生四个随机数,然后将其中的两个数进行加减乘除四则运算,把计算结果分别再与第三个数进行四则运算,再把结果与第四个数进行四则运算,然后轮换四个数的顺序按以上步骤重复运算-Using C language compiled the 24 point game. Playing with the computer also has a 24
CardNo
- 扑克牌的小游戏:排好后第一张=1,第三张=2,第五张=3。。。。。。一直到最后一张-small game cards : row after a good first = 1, third = 2, V =-3. . . . . . Until the last one. .
compute2-GYD
- 自己做的纸牌算数游戏源码-own game of cards count source.
zhipai
- 接龙纸牌游戏 只需按顺序出牌即可 有游戏说明-Solitaire card game you can just order the cards are game shows
PlayCards
- 通过UDP方式进行联机,实现联网“斗地主”,可以在玩牌的时候聊天,群发或者一对一聊天。-Online, via UDP networked " Landlords" , chatting in a game of cards, mass or one chat.
Delphi_187134
- Delphi:Delphi争上游(跑得快)单机版,一种纸牌游戏源码下载,有三种级别的AI,包含记牌器和作弊功能。测试时发现好像缺少图像资源哦。 -Delphi: Delphi struggle upstream (run fast) stand-alone version, a card game source code download, there are three levels of AI, includes note cards and cheat function. When t
ZSR
- Delphi:Delphi争上游(跑得快)单机版,一种纸牌游戏源码下载,有三种级别的AI,包含记牌器和作弊功能。测试时发现好像缺少图像资源哦。 -Delphi: Delphi struggle upstream (run fast) stand-alone version, a card game source code download, there are three levels of AI, includes note cards and cheat function. When t
LinkGame
- 用labvIEW实现连连看游戏功能,只要将相同的两张牌用三根以内的直线连在一起就可以消除。-With labvIEW achieve lianliankan game features, as long as the same two cards with a straight line within three together can be eliminated.
21
- 此程序为21点扑克牌游戏,玩家一共可以要五张牌,但如果牌的点数超过21,则自动出局;在不超过21点的情况下,玩家与庄家比牌的点数大小,大者为赢,相同则为平局。 程序说明: 1) 将所有的函数与相应的数据封装到类中,并改写主程序。使程序简化。 2) 程序中一共有13张扑克牌可以随时抽取,大于10的点数为0.5。 3) 超级玩家永远不会输掉,即超级玩家可以查看下一张牌,若大于21点,则可以拒绝,当然游戏规则上不能泄露这点秘密。 4) 超级玩家可以查看下一张牌,即输