搜索资源列表
DeckOfCards
- 用Java编写的扑克牌游戏(含代码),支持连线2人对战-prepared by the Java card games (including code), support the war connect two people
DeckOfCards
- 一个发牌程序会自动随机产生52张牌中的任意一长给四人中的一人 很好玩的一个小程序
DeckOfCards
- 用Java编写的扑克牌游戏(含代码),支持连线2人对战-prepared by the Java card games (including code), support the war connect two people
DeckOfCards
- 一个发牌程序会自动随机产生52张牌中的任意一长给四人中的一人 很好玩的一个小程序-A licensing procedure will be automatically randomly generated 52 licensing any one long to one of four people is a lot of fun in a small program
DeckOfCards
- simulates the shuffing and dealing of a deck of playing cards
Mini-Project
- java小游戏,通过GUI操作的卡牌类游戏。根据花色和点数的不同有不同的得分。得分结果于最后显示。内附用户指南-a mini game of java.You can play cards through GUI and get scores according to the instruction.A user manual is included.
DeckOfCards
- 德州扑克游戏,点击方片或者梅花、红桃等,可以自动在gui上生成-The scoring is done as follows. Each row and column of 3 cards is considered a ‘hand’. Each hand may achieve a score under the three categories described below. Category 1: Ace Flush (
deck-of-cards
- 编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: