搜索资源列表
game_Majiang
- 用C++开发的中国麻将游戏(单机版),可以做为学习的范例。 —————————————————————————————— 游戏的基本运行 ——————————————————————————-———— 运行前会先洒色子,根据色子与庄家给各玩家初始化手中的牌 1.初始化(根据庄家和色子数给每个人发12张牌) 2.牌墙发牌给庄家(m_nActive活动状态给庄家) 3.根据活动状态玩家是否是出牌状态(m_nState==1):如果是电脑,让其思考最差的一张牌并出牌,如果是
paperandrockandscissor
- 一个石头剪刀和布的游戏,还有统计和提示功能,已经通过编译,是学习C语言的好范例。-rock scissors and a cloth of the game, there are statistics and suggest function has been compiled through, C language learning is a good example.
simple1
- 是我学习C++的习作之一,小型智力游戏,计算机为小学生智能出题,并判断对错及统计成绩!-I am learning C++, one of the exercises, small puzzles, computer-smart students out of question, and to judge right and wrong and statistical results!
tetris
- 这是一个使用Qt开发的俄罗斯方块小游戏,有得分统计,四个方块变换,加速下滑,方向控制,是学习Qt的好资料-This is a Qt development Tetris game, score statistics, four squares transform and accelerate the decline in the direction of the control, it is good to learn Qt
Bayes
- 贝叶斯机的java实现。机器学习代码,在学习中实现的一些代码。概率论与数理统计-bayes source code