搜索资源列表
mybox
- 操作说明: 1. 上、下、左、右键移动角色 2. \"B\"键显示或隐藏炸弹 3. 在炸弹显示的情况下,按\"回车\"键引爆炸弹( 注:只能将墙壁引爆 ) 4. 按\"退格\"键可以返回上一步移动,只能回退20步 ***************************************************************************** 特殊说明: 本游戏是从先前Redfox的源程序修改
diablo
- 一个模仿暗黑破坏神的小游戏,用VC编写,基本模拟了游戏的基本功能模块,但是能力有限没有完善.
skyblue_BoxMan
- 推箱子游戏,用VC编写,游戏的基本功能模块都以实现,还有就是具有悔棋功能.
用VC制作小程序
- 简单的扫雷游戏 本文从分析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
墨鱼1.6功能模块
- 墨鱼1.6功能模块,要的就拿手,我也发一个-Squid 1.6 function module, you want good, I also made a
vb2D
- vb做的2D游戏引擎,对各功能模块进行分类,可由VB直接调用,精品中的精品-vb to do 2D game engine, the various functional modules for classification, can be directly called VB, quality of products
1389
- 贪吃蛇”游戏是一个经典的游戏,它因操作简单、娱乐性强而广受欢迎。本文基于Java技术开发了一个操作简单、界面美观、功能较齐全的“贪吃蛇”游戏。整个游戏程序分为二个功能模块,六个类模块,实现了游戏的开始、暂停、结束。通过本游戏的开发,达到学习Java技术和熟悉软件开发流程的目的-Snake game is a classic game, it is due to simple, entertaining a strong and popular. In this paper, based on
game
- 滑块游戏,用鼠标拖动滑块在白色区域内移动,碰到边框就输了,简直有点太简单,就当学习了,在VC6下编译通过,这个游戏只是实现了一个主体功能模块,并不是一个完整的游戏。-Slider games, use the mouse to drag the slider mobile in the white area, encounter on the lost frame is simply a bit too simple, we would be learning in the compiler u
2.3
- 使用易语言做*的 主要功能模块 使用易语言4.11或以上版本-Use an e-language to plug the main function modules use an e-language version 4.11 or above
Pro_snake_1
- 简单的贪食蛇游戏,用多个包装载不同功能模块,简洁明了。适合做大学生期末作业。-Simple Snake game, with multiple packaging containing different functional modules, clear and concise. Suitable for college students end operations.
java_android_snaker
- 本文基于Java技术和Eclipse+ADT开发环境,开发了一个操作简单、界面美观、功能较齐全的“贪吃蛇”游戏。整个游戏程序分为二个功能模块,六个类模块,实现了游戏的开始、暂停、结束-This paper, based on the Java technology and Eclipse+ ADT development environment, develop a simple operation, interface aesthetics, the function is more comp
FiveChess
- 这是一个五子棋的游戏,可以实现网络连接,还有背景音乐功能模块-This is a renju game, can realize the network connection, and background music function module
BoxMan
- 这是一个搬箱子的游戏源码,还有背景音乐功能模块,游戏难度设置。-This is a move of the game box source, and background music function module, the game difficulty Settings.
vbwaiguamokuai
- 以上部分直接保存后存为*.bas既可,含窗口及文件处理、和模拟按键,最早在某论坛上看到的,但原作者信息在此论坛上已经没有了,如果此代码是你所写,请指出,发在这里是为了初学者提供可用的功能模块,如侵犯了你的权益,我会删除,谢谢。-Part of the saved directly above saved as*. Bas can, including window and document processing, and analog buttons, the first to see in a
implementation-of-Tetris-game
- Java 俄罗斯方块的设计与实现 各个功能模块都详尽实现 代码简单易懂-Java Tetris detailed design and implementation of the various functional modules code is easy to understand
lol
- 史上最强LOL美化多功能模块+例子源码 美化多功能模块+例子源码-lol mei hua cheng xu
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.
棋牌客户端通信模块功能
- 棋牌游戏客户端SOCKET 通信模块,功能完整,纯C++ 跨平台
wpe源码模块
- 易语言WEP源码,支持封包拦截与发送,可以实现WEP过滤器相关功能。(Easy language WEP source code, support packet interception and transmission, can achieve WEP filter related functions.)
连连看
- 基于java的连连看游戏设计和实现,基本功能包括:消除模块,重新开始模块,刷新模块,选择难度模块,计时模块。本系统结构如下: (1)消除模块: 完成连连看游戏消除动作的模块。 (2)重新开始模块: 完成连连看游戏中重新开始新一局游戏功能的模块。 (3)刷新模块: 完成连连看游戏中,将游戏中未消除的图片个数记录并重新随机放置等数量图片的功能模块。 (4)选择难度模块: 完成游戏中切换游戏难度并开始新一局游戏的模块。 (5)计时模块: 完成游戏中倒计时并显