搜索资源列表
snake
- VC++做的一个小程序,贪吃蛇游戏,通过键盘的上下左右键进行控制。其中涉及一些定时器的概念和客户区边界的概念-VC++ to do a small program, the Snake game is controlled via the keyboard arrow keys. Which involves some of the timer concept and the concept of the client area border
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.