搜索资源列表
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] 出去的路径。 迷
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.
park
- 迷宫数据结构de 迷宫方程实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序-De labyrinth maze data structure equations for the realization of a linked list storage structure of the stack type, and then write a program to solve a maze of non-recursive