搜索资源列表
tracy
- 求迷宫中从入口到出口的所有路径是一个经典的程序设计问题。由于计算机解迷宫室,通常用的是“穷举求解”的方法,即从入口出发,顺某一方向向前探索,若能走通,则继续往前走;否则沿原路退回,换一个方向在继续探索,直到所有可能的通路都探索到为止。为了保证在任何位置上都能沿原路返回,显然需要用一个后进先出的结构来保存从入口到当前位置的路径。因此,在球迷宫通路的算法中应用“栈”也就是自然而然的事了。 -seeking maze exports from the entrance to the path of a
migong
- 老鼠走迷宫问题,VC++6.0开发平台,实现图形的界面。-IEEE MicroMouse Maze Algorithm Research and Implementation of The Algorithm
zoumigong
- 走迷宫的智能小车,能够实现完全的自主壁障,只是在转向向上还需要调节。-Maze smart car, be able to achieve complete autonomy of the wall barrier, but in turn also needs to adjust upward.
dgdgh
- 回溯算法走迷宫之经典,回溯算法学习不可不研究的好题目-Maze of the classic backtracking algorithm, backtracking algorithm can not study to learn a good topic
mgwt
- (1) 程序说明:从文件中载入一副迷宫地图,从起点走到终点结束。 (2) 基本要求:用P表示人的初始位置,表示墙壁,空格表示路,O表示出口.用键盘的W,S,A,D4个键左右分别代表上下左右4个方向控制P走动,每次只能走动一 格,不能穿越墙壁走动 -(A) program Descr iption: From the document contained a maze map, from the beginning to an end an end. (2) basic requirem
migonche
- 能走迷宫的小车,小车行走灵活,美观,这是简单的程序,可以测试一下小车。-To Maze' s car, trolley travel flexibility, aesthetics, this is a simple program that can test the car.
2
- 一个迷宫,n*n的形式,分东南西北四个方向可走,求找到它的最短路径-A labyrinth, n* n form, points in four directions can go in, the shortest path to find it
migonglaoshu
- 数据结构,迷宫老鼠问题求解 迷宫是一个矩形区域,它有一个入口和一个出口。在迷宫的内部包含不能穿越的墙或障碍。迷宫的入口在左上角,出口在右下角。假定用n*m的矩阵来描述迷宫,位置(1,1)表示入口,(n,m)表示出口,n和m分别代表迷宫的行数和列数。迷宫中的每个位置都可用其行号和列号来指定。在矩阵中,当且仅当在位置(i,j)处有一个障碍时其值为1,否则其值为零。(即0表示能通过,1 表示不能通过。)现假设老鼠从左上角[1,1]进入迷宫,编写算法,寻求一条从右下角[m,n] 出去的路径。 迷
electronic-technology--report
- 一款单片机控制的走迷宫的小车游戏-电子工艺实习报告-A microcontroller to control the maze of car games- electronic technology internship report
zyz12
- 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向健操纵老鼠在规定的时间内走到粮仓处。-Displayed when the program starts to run a maze map, a mouse maze maze central lower right of a granary. The game tasks keyboard Fang Xiangjian manipulation mice granary at the ti
The-maze-mouse
- 电脑鼠在迷宫中自动记忆迷宫图形,检测之后,能够以最快最短的路径走出迷宫。-Computer mouse in a maze the automatic memory maze graphics, after detection, fastest shortest path out of the labyrinth.
computer-mouse-guide
- 实现电脑鼠在迷宫中顺利不碰壁运行,自动记忆迷宫图形,以最快的速度,最短的路径走出迷宫。-Computer mouse in a maze smooth run into a wall running, automatic memory maze graphics, the fastest, the shortest path out of the labyrinth.
opengl_3Dmaze
- opengl_3D迷宫 具有漫游功能,能在迷宫内走
MI-GONG-QIU-JIE
- 走迷宫的老鼠 不能穿墙 有时间限制 可改变路径 可存储读取-mouse went