搜索资源列表
hitBall2
- 再来一个碰碰球小游戏!里面有两个关键的算法:迷宫算法外( findPath())和递归回搠的算法( SameBall() )-then fondled a ball game! There are two key algorithms : outside the maze algorithm (findPath ()) and recursive algorithm to daub (SameBall (
迷宫探路IV(递归算法)
- 迷宫探路IV(递归算法) -maze Pathfinder IV (recursive algorithm)
migong
- 迷宫问题,设置了地图以-1表示,按照右上左下的顺序寻找出路,递归算法
Recursivemthodtogenerete2Dmaze
- 递归法生成2D迷宫,是想学习游戏编程的一个典型例子-Recursive method to generate 2D maze, want to study game programming are a typical example of
Experiment3RecursiveprogrammingMaze
- 实验三递归程序设计-走迷宫 实验课做的一个成品 希望对大家有帮助-Experiment 3 Recursive Programming- Maze I finished it on the Experiment class of c++ I wish it will help you
migong
- 一个迷宫路径求解的设计与编写思路,该程序采用C语言编写,主要使用了非递归算法和数组的运用。-A labyrinth path for solving the design and preparation of ideas, the program using C language, the main use of non-recursive algorithm and array use.
21
- 小白鼠钻迷宫,递归和试题的小型代码。代码完整。-Diamond Maze Mice, recursive, and questions of the small code. Code integrity.
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
(mn)Maze
- C++迷宫程序,计算机系学生数据结构实验题。链栈非递归三元组输出路径迷宫程序-C++ maze procedure, computer department student data structure experiment.Chain stack non-recursive triples the output path maze procedure
Maze-code
- 以一个m×n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。首先用二维数组存储迷宫数据,迷宫数据由用户输入。一个以链表作存储结构的栈类型,然后编写一个求解迷宫的递归或非递归程序。求得的通路以三元组(i,j,d)形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向(东、南、西、北四个方向所用代表数字,自行定义) -With an m × n the long square maze, 0 an