搜索资源列表
labyrinth
- 该项目是PC平台上为广大玩家所熟悉的益纸类游戏之一,是基于Mophum 环境的。-The project is on the PC platform for the majority of the players are familiar with one game benefits paper crafts, Mophum is based on the environment.
Labyrinth
- 迷宫算法的实现(带小游戏,支持鼠标和键盘操作) 初次尝试分层开发结构,使用Eclipse+Designer做界面,要求JDK1.6支持。源文件使用标准文档注释,带开发文档与类文档
labyrinth
- 迷宫探险(含源程序+说明文档).用C++写的
migongyouxi
- 迷宫游戏,用键盘控制顺利走出迷宫者算过关-Maze game, use keyboard to control the smooth operator who pass out of the labyrinth
Labyrinth-demo
- 迷宫问题演示程序 以一个n*n的方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。迷宫问题要求求出从入口(1,1)到出口(n,n)的所有通路,或得出没有通路的结论。 具体要求是:程序启动后显示一张迷宫图板,用白色的方格表示通路,黑色的方格表示障碍。用户可以通过点击的方式改变迷宫图板上通路,设置新的迷宫状态图,然后可以由用户按“开始执行”按钮,即可在迷宫图板上显示从入口(1,1)到出口(n,n)的所有通路。 -Maze problem demo With a n* n pha
2010-Maze-Games-
- 2010电脑鼠走迷宫,老鼠通过不同的尝试最终找到正确的道路走出迷宫!-2010 the computer mouse mazes, mouse through the different try finally found the correct road out of the labyrinth.
zoumigong
- 通过用户的设定,能够绘制出一条走出迷宫的路线.-Through the user' s settings, to map out a route out of the labyrinth.
MistyRainMaze
- 任意确定一个迷宫的规模和形态,用非递归的方法走出迷宫,并输出至少一条通路的路径-Arbitrarily determine the size and shape of a maze out of the labyrinth with a non-recursive method, and output at least one access path
migong
- 一个基于j2ee的迷宫游戏,完成基本的迷宫走步等,代码比较多,希望对名位学习有所帮助-Based j2ee maze game, completed basic walking the labyrinth, the code is more hope of fame learn helpful
maze
- 一个VC++编写的迷宫游戏,目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法-A maze game based on VC++. the directory contains four the labyrinth associated source code generation algorithm: a simple maze generation algorithm, a complex maze, a simple maze
labyrinth
- C语言编程,实现迷宫游戏,可以自动找到迷宫出口-C language programming, maze games, can automatically find the maze exit
21
- vc小游戏 迷宫小游戏 可以直接在vc上运行。适合于新手-This is a "labyrinth" mini games, mobile keyboard control.
labyrinth
- 简单的迷宫游戏,若有需要,请获取,刚刚好的话就快结束了加大技术开发积累靠的是积累-Simple maze game, if necessary, obtain, just good, then you end up increasing technological development accumulated by the accumulation
maze
- 一款简单的迷宫游戏,可以自行设计迷宫,可以自动完成迷宫路径。基于DELPHI设计,有助于研究路径算法,程序完整。-A simple maze game, can design their own labyrinth, maze path can be done automatically. Based on DELPHI designed to help research path algorithm, the program intact.
maze
- 走迷宫游戏: 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处,老鼠只能按照上下左右四个方向行走。 1)图形化的界面,要求有计时、计数等方面的功能; 2)迷宫地图随机产生,地图布局用系统文件的形式保存,系统提供存盘和读出等功能; 3)走迷宫可以手工行走,按键与cs相同,也可以系统自动寻找。 4) 老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 5) 迷宫的墙足够结实,老鼠不能穿墙而过; 6) 正确检测结果,