搜索资源列表
gameof21points
- 1.1 程序功能介绍 一个21点的扑克牌游戏,玩家一共可以要5张牌,但如果牌的点数超过21点,则就暴了,自动出局;在不超过21点的情况下,玩家与庄家比牌的点数大小,大者赢。 1.2 程序设计要求 (1)将所有的函数与相应的数据封装到类中,并改写主程序,使程序简化。 (2)程序中一共有十三张牌可以抽取,大于十点的点数为0.5。 (3)要求庄家永远不会暴庄,几庄家可以查看下一张牌,若大于21点,则拒绝,当然在游戏规则上不能泄露这点秘密。 (4)高级玩家可
diamonds
- 单机,网络多人对战俄罗斯方块,内有详细设计说明-standalone, network multiplayer Tetris, with detailed design specifications
ren-wu-yi-dong
- 人物 楚留香 演示游戏下怎么实现人物走动 里面有详细文档说明 开发平台vs2008+hge游戏引擎 以前做的课程设计的附带小程序-Chu Liu Xiang figures demonstrate how the achievement of the next game figures to move inside the document explains in detail the development of a platform game engine vs2008+ h
wuziqicPPFive
- C++做的五子棋毕业设计,含有详细代码和使用说明哦!-C++ to do the 331 graduate design contains detailed code and instructions for use.
SiGuoJunQi
- 这是某本科大学的学生的毕业设计写的四国军棋的游戏代码,里面有详细的文档说明,另外可以在本站的文档中下载该毕业设计配套的毕业论文-This is an undergraduate student at the University of the graduate design written Siguojunqi game code, which documented in detail, another site you can download the documentation suppor
DiceGame
- 应用设计模式思想设计的一个骰子游戏,带游戏规则说明、详细提示等,是C++学习较好的参考源码。设计模式、骰子、人机对战、游戏、C-Design Patterns design thinking applied a dice game, with rules of the game descr iption, tips and other details, is to learn good C++ reference source. Design patterns, dice, games, C++
cPP-Dice
- 掷色子游戏课程设计,包括详细的代码说明,可以借鉴一下-Dice game design courses
fanpai
- 本文首先对J2ME体系、彩排游戏的玩法做了详细说明,然后采用面向对象的设计方法对游戏系统进行设计与实现,给出了游戏的运行效果和关键代码,最后总结了全文工作。本文把蓝牙技术应用到游戏上-This article first the J2ME architecture rehearsal game play do the detailed descr iption, and then using the object-oriented design methods of game systems d
chinese-chess
- 中国象棋游戏开发,里面有详细的代码,还有设计说明-Chinese chess game development, there are details of the code, as well as design specifications
PlaneGame(1)
- 目 录 1. 概述 3 1.1 实训项目简介 3 1.2 实训功能说明 3 1.2.1 基本功能 3 1.2.2 附加功能 3 2. 相关技术 4 2.1 Windows定时器技术 4 2.2 透明贴图实现技术 4 2.3 CObList链表 5 2.4获取矩形区域 6 2.5使用AfxMessageBox显示游戏过程中的提示信息 6 2.6内存释放 6 2.7 CImageList处理爆炸效果 6 2.8对话框的应用 6 3.