搜索资源列表
Tankercollison
- Tanker目录下包含了“坦克大战”服务器程序和客户机程序,分别编译其中的.dsw文件就可以获得相应的应用程序。 ************ 要正确测试坦克大战程序,首先需要开启服务器程序,然后用4个客户端去连接服务器。 -Tanker catalog includes "Tankedaizhan" server and client procedures, The compiler respectively. dsw documents available on
qq-show-ip
- 本目录文件为去广告显ip外挂源代码,代码在vs2005+vista环境下编写并编译通过,执行文件在qq2008(06FF)的版本测试通过,完成去广告显ip的基本功能,显示ip方式模仿珊瑚虫qq。-Catalog file is to plug ads were ip source code, code in vs2005+ vista environment to prepare and compile, execute files qq2008 (06FF) version of the te
furniture
- 一个室内场景,可以用数字键选中家具并移动,摄像机可以上升下降翻转。。如果运行时提示找不到头文件就选属性中的VC++目录,把可执行目录改为DX下的utitlities/bin/x86,包含目录改为DX下的INclude,库目录改为DX下的lib/x86-An indoor scene, you can use numeric keys to select and move furniture, flip the camera can rise and fall. . If you can not
SimpleGame
- 游戏控制 W,A,S,D, P unit, pic, audio目录不可缺少 只用研究StillObject.cs Tank.cs GameForm.cs即可编程,非常简单 每一个类继承 LifeObject类 首先研究StillObject.cs 然后研究Tank.cs 其中重要的几点是 UnitID 表示物体对应的图片 放在pic目录下 Behave 每回合系统调用此函
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.