搜索资源列表
-
0下载:
简单的扫雷游戏 本文从分析Windows扫雷游戏的功能特点开始,应用面向对象的可视化编程语言Visual C++给出了个功能模块的具体实现方法,并提供了编写小游戏程序的一般方法和Visual C++的一些使用技巧。 -simple game of mine is mine from the analysis of Windows features games, the application of object-oriented visual programming language Visua
-
-
0下载:
实现等同于windows下的扫雷的相应功能设计,一个小应用程序的游戏开发,相应的功能等同于电脑上的扫雷。-Realization of the equal to Windows under the corresponding functional design, mines a small application of game development, the corresponding function equates to computer mine clearance.
-
-
0下载:
游戏的设计主要利用Microsoft Visual Studio 2005软件基于C#语言的Windows Application来设计扫雷游戏的主界面以及其它不同功能的。在设计中主要运用了Windows Application的不同控件。游戏的目标是确定所有地雷的位置,不要踩到炸弹。游戏的规则是:战场由大量小方格组成。每个方格可能或不可能包含一个炸弹,玩家需要确定所有活动炸弹的位置。当心不要踩到这些炸弹。如果玩家踩中含有活动炸弹的方格,炸弹会爆炸并*玩家。如果玩家踩中不含有炸弹的方格,则显示
-
-
0下载:
基于Microsoft Kinect for Windows的一个应用,可以实现星战中光剑的AR效果-A application based on Microsoft Kinect for Windows, which can simulate the effect in Star Wars
-
-
0下载:
贪吃蛇一一款很经典的游戏,该游戏代码采用visual c++编写,编程爱好者可以从中找到编程的规范和过程-AppWizard has created this Snake application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your
-
-
0下载:
俄罗斯方块是一款简单,容易上手,但是很经典的游戏,该游戏采用visual c++编写,值得一看-AppWizard has created this Tetris application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your appl
-
-
0下载:
C++编写的贪食蛇程序,控制台程序。操作手感不错。有详细注释(英文,因为中文注释容易出问题)。Github上有源码。-windows console application, snake game written in C++
-
-
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.
-