搜索资源列表
delphi扫雷版
- 酷似windows真版,主要的界面都是来自系统,算法较简单-really like windows version, the main interface are from the system, a simple algorithm
neo_block
- 软件版本: V0.4 发布日期: 23:43 2005-10-9 运行环境: MS-DOS|Windows 9x/ME|Windows XP 软件简介: 这是用NEO V1.1.45写的打砖块游戏。主架构从网友的作品中移植而来,NEO被用来增强性能和美化界面。由于使用的是DOS接口,所以可能在部分AGP 8X的显卡下会出现黑屏。 规则说明: 和普通的打砖块游戏差不多,鼠标操作。一共有5关,速度越来越快,要打爆是还是很难的。
win-minesweeper
- JAVA编的windows扫雷游戏,谢谢指正批评-,Java,界面编程/GUI Develop-JAVA series of the game windows mine, thank you for correcting me criticism-, Java, Programming Interface / GUI Develop
WinMineGame
- windows扫雷游戏源代码!界面与系统自带的相同!-windows demining game source code! Interface with the same system to bring their own!
WinMine(dotnet)
- 扫雷源代码,vc++.net版,界面和功能跟windows系统自带的扫雷游戏一样.-mine source code, vc. Net version, interface and functionality with the Windows system onboard mine game.
RBv3.0
- 一个windows控制台下的俄罗斯方块游戏,支持局域网双人联机对战,界面比较简陋,不过功能较为齐全-A windows console Tetris game, double-line support LAN gaming, interface is simple, but features a more complete
1
- 双人扫雷是使用Windows API在lcc-win32平台下制作的。对有关Windows API的使用可称娴熟,同时界面美观,有可玩性。-Double de-mining is the use of Windows API in the lcc-win32 platform produced. On the use of Windows API' s that skilled, and beautiful interface, and playability.
saolei
- 仿Windows自带的VB扫雷游戏,看了之后功能界面你都会无话说的,已经超出了模仿的范畴,可以说是更具专业的VB经典扫雷游戏,代码也完整。-Windows built-in VB like mine games, read the following functional interface, you and I are not saying, and have gone beyond the scope of imitation, it can be said that more profes
shaolei
- 功能和界面都很牛的扫雷游戏,模拟Windows的扫雷游戏。-Functionality and interface are cattle mine games, simulation games Windows of mine.
sl
- 在windows自带的几个游戏中,其中一个就是扫雷。扫雷需要一定的猜测能力和判断能力,因此有一定的挑战性。扫雷游戏也分为两个部分:界面部分和主体部分-In the windows that comes with several games, one of which is mine. Guess mine needs some skills and ability to judge, so there is a certain challenge. Mine the game is also d
MineFind
- 游戏的设计主要利用Microsoft Visual Studio 2005软件基于C#语言的Windows Application来设计扫雷游戏的主界面以及其它不同功能的。在设计中主要运用了Windows Application的不同控件。游戏的目标是确定所有地雷的位置,不要踩到炸弹。游戏的规则是:战场由大量小方格组成。每个方格可能或不可能包含一个炸弹,玩家需要确定所有活动炸弹的位置。当心不要踩到这些炸弹。如果玩家踩中含有活动炸弹的方格,炸弹会爆炸并*玩家。如果玩家踩中不含有炸弹的方格,则显示
Awesome-Tetris
- 本程序用C++编程语言实现了Windows控制台下俄罗斯方块这一游戏。用户进入游戏主界面后,经由键盘输入,可以控制游戏进程。 其特色在于,以模块化的结构,多文件的实现程序的功能。整个程序的终极目标——“俄罗斯方块”的功能,被拆分成了包括主函数在内的13个函数模块。整个项目由4个.CPP文件和6个.h头文件组成(其中有4个文件是External Dependencies),共583行。 -The program in C++ programming language to implemen
saoLei
- 本游戏是参考Visual C++游戏开发经典案例系列所设计。具有与Windows自带扫雷几乎相同的界面风格,但也增加背景音乐等功能。-This game is a reference to Visual C++ game development series designed classic case. Mine comes with almost the same with the Windows interface style, but also add to the background
Minesweeper
- 用java编写的扫雷游戏,界面,功能与windows一样-Minesweeper game written in Java, interfaces, functions and windows
saolei
- 利用CVI软件实现扫雷游戏。我们的设计参考了Windows的扫雷游戏,设计中我和组员就设计原理进行了讨论与尝试,并负责负责界面的美化和添加声效等。-Minesweeper use CVI software. Our reference to the Windows of the mine design games, design team members and I discussed the design principle and try, and is responsible for re
demining
- 使用QT实现扫雷,包括中键等功能。界面风格与windows扫雷类似-To use QT achieve demining, including the key functions
jisuanqi
- 一个简单的计算器 图像界面显示 而且实现了 简单计算法则下的 计算 -a simple calculator by easyX and windows API
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.