搜索资源列表
-
0下载:
背景概述
功能简介
游戏的策划
开发前的准备工作
各个类的简要介绍
游戏的框架简介
共有类ChessActivity的实现
辅助界面相关类的实现
游戏界面相关类的实现
象棋规则类的实现
游戏界面的完善
游戏的优化与改进
-Introduction Background Overview of the game plan before the development of the preparatory work outlined
-
-
0下载:
很久以前就下载的一本,未能发行的电子书,涉及的C++的基础概念,二维和三维游戏在DX下的开发概述,还有对应算法的简单介绍。个人认为是编程爱好者不错的入门书籍。-Long ago downloaded a failed e-book distribution, involving the concept of C++ based, two-dimensional and three-dimensional game developed under the overview of the DX, a
-
-
0下载:
目 录
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.
-