搜索资源列表
ipod_st
- 为ipod shuffle写的程序,方便传歌 win32asm编写,winxp下调试通过-iPod shuffle was made to the procedures to facilitate the preparation of traditional songs win32asm. through debugging under winxp
rebuild_db-win32.src
- 可以处理ipod shuffle下的文件并写入ipod播放数据库,使得ipod用户可以脱离itunes像使用其它品牌的mp3一样使用ipod-iPod shuffle can handle the file and writes endorsement broadcast database, iPod users can make from the other geeks like to use the same brand of mp3 use iPods
01
- 21點牌 能重新洗牌 點沒有用到文件,代碼比較簡單-21:00 licensing points to re-shuffle is not used documents, the code is relatively simple
Manual_irecharge_shuffle.pdf
- iRecharge - Apple iPod Shuffle First Gen - Instruction Manual
deck-of-cards
- 编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: a) 一个名为deck的Card类vector,用于存储C