搜索资源列表
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.
mouse001
- 老鼠走迷宮,隨機創建迷宮或由文件讀入迷宮檔,老鼠會記憶走過的路直到找到迷宮出口。-rats were randomly created by the maze or labyrinth document read into the stall, Mouse memory will be traversed by the road until they found a maze exports.
newLabyrinth
- 程序开始运行时显示一个迷宫地图,迷宫中央有一老鼠。迷宫的右下方有一粮仓。游戏任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。为了增加游戏的趣味性,在迷宫的路上设置若干门,一次通过后即锁上(变为墙)。 程序应使用SDI结构,有建立、修改和存储迷宫地图等功能。-started running shows a map of the maze, the labyrinth is a central rats. The lower right corner of the maze is a
vc_maze
- maze目录下包含了4个迷宫相关的源代码:简单的迷宫生成算法、复杂的迷宫生成算法、简单的迷宫搜索算法、复杂的迷宫搜索算法,分别编译其中的.dsw文件即可获得相应的应用程序。-maze directory contains four maze of source code : a simple maze generation algorithm, complex maze generation algorithm, a simple search algorithm maze, the labyr
Labyrinth
- 迷宫算法的实现(带小游戏,支持鼠标和键盘操作) 初次尝试分层开发结构,使用Eclipse+Designer做界面,要求JDK1.6支持。源文件使用标准文档注释,带开发文档与类文档
labyrinth
- 迷宫探险(含源程序+说明文档).用C++写的
migong
- 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入
foot_by_xueylloulan
- 用C++编写的迷宫求路径算法-prepared for the labyrinth path algorithm
tangbiao132
- 程序目的: 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为
Maze简易迷宫
- 这是一个“迷宫”小游戏,键盘控制移动。执行环境为 TC 3.0。-This is a "labyrinth" mini games, mobile keyboard control. The environment for the implementation of TC 3.0.
C++课程设计 迷宫
- Turbo C++2.0下的迷宫程序,这是我的课程设计,里面有自己用乐谱演奏的音乐哦,音乐与游戏是并行的,可以一般听音乐-labyrinth program in turbo c++2.0,this is my course design,there is music by music book,music and game are parallel,you can listen to the music
迷宫问题的数组解法
- 迷宫问题 数组解法- Labyrinth question array solution
labyrinth
- VC写的迷宫游戏,图形化界面,地图自动生成,拥有存读档,自动寻路,编辑地图等功能-VC wrote the maze game, a graphical interface, automatic map generation, have kept reading files, automatically find its way, edit map features such as
x_maze
- X Windows下的迷宫程序-X Windows labyrinth procedure
maze
- 一个XWindow下的迷宫游戏,展示了XWindow下的事件处理、画图等编程方法- Under a XWindow labyrinth game, had demonstrated under the XWindow event processes, programming method and so on the painting
Game Programming with DirectX 9.0 Source
- 很多DirectX 9.0游戏编程源码例子
mg
- 迷宫问题- Labyrinth question
puzzlesource
- 迷宫游戏- The labyrinth plays
labyrinth-algorithm
- 迷宫算法 走迷宫的游戏大家都耍过吧 迷宫算法 走迷宫的游戏大家都耍过吧-labyrinth algorithm labyrinth algorithm labyrinth algorithm
Labyrinth-demo
- 迷宫问题演示程序 以一个n*n的方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。迷宫问题要求求出从入口(1,1)到出口(n,n)的所有通路,或得出没有通路的结论。 具体要求是:程序启动后显示一张迷宫图板,用白色的方格表示通路,黑色的方格表示障碍。用户可以通过点击的方式改变迷宫图板上通路,设置新的迷宫状态图,然后可以由用户按“开始执行”按钮,即可在迷宫图板上显示从入口(1,1)到出口(n,n)的所有通路。 -Maze problem demo With a n* n pha