搜索资源列表
C3
- 迷宫问题的源代码,对一些人可能有用,希望大家支持。-Maze problem source code, may be useful for some people, I hope you will support them.
migong
- 迷宫问题 的c语言实现算法。在数据结构中是很重要的一个问题。-Maze problem algorithm c language. In the data structure is very important to a problem.
migong
- 迷宫问题,首先自定义建立迷宫的数据结构,迷宫数据放入矩阵中.在路线查找时,初始化栈,应用循环对每一点座标进行4个方向的判断,如果该点可达则把该点信息放入栈内,或者回溯到出栈后的坐标点,最后如果最后能够到达出口,那么栈内存储的即为走出迷宫路径-Maze problem, first of all, since the definition of the establishment of a maze of data structure, a maze of data Add matrix. Loo
migong
- 运用c++ 实现迷宫问题,算法比较紧简单,-Use c++ Achieve maze problem, the algorithm relatively simple,
migong
- 实现迷宫问题 用VC6.0开发 可实现迷宫问题-The question of the realization of the maze can be achieved using VC6.0 Development maze problem
maze
- 用队列实现迷宫问题:寻找并记录通过迷宫的最短路径。-Queue with the realization of the maze problem: to find and record the shortest path through the maze.
Maze
- 迷宫问题 非递归算法 自动生成m*n矩阵,1表示不通,0表示通行-Maze problem of non-recursive algorithms automatically generate m* n matrix, 1 is blocked, passage 0
maze
- 迷宫问题,用c编写,开发环境是vc2008.迷宫大小可自己定义-Maze problem, with c preparation, development environment is vc2008. Maze size can define their own
maze
- 迷宫问题,C++编写,codeblocks环境下,可以用vc打开我的主文件,自己编译-Maze problem, C++ written, codeblocks environment, you can use vc to open my main file, compile it yourself
maze
- 应用程序向导已为您创建了此 迷宫问题 应用程序。 本文件概要介绍组成 迷宫问题 应用程序的每个文件的内容。 迷宫问题.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项目文件与
Maze
- 这是我的数据结构课程第三次作业--迷宫问题求解,包含递归与非递归算法-This is the third of my data structure course work- the maze problem-solving, including recursive and non-recursive algorithm
Maze
- 利用C语言编程,分别采用递归和非递归的方法解决迷宫问题-Using the C programming language, namely the use of recursive and non-recursive methods to solve the maze problem
maze
- maze solution. it is a solution for maze problem with matlab code. in this solution I used very simple functions and it is easy for everyone.
maze
- 经典的c语言迷宫问题解答,寻找路径,对于新手理解栈有很大帮助-maze problem
maze-problem
- 针对迷宫问题的解决思路及其相应的C++解决代码-Corresponding C++ to solve the maze code
Maze-Problem
- 经典迷宫问题BFS,手动打表寻找出口解决-Classic maze problem, manually hit the table looking for export
Romeo-and-Juliet-maze-problem
- 罗密欧与朱丽叶的迷宫问题。罗密欧与朱丽叶身处一个m×n的迷宫中,如图所示。每一个方格表示迷宫中的一个房间。这m×n个房间中有一些房间是封闭的,不允许任何人进入。在迷宫中任何位置均可沿8 个方向进入未封闭的房间。罗密欧位于迷宫的(p,q)方格中,他必须找出一条通向朱丽叶所在的(r,s)方格的路。在抵达朱丽叶之前,他必须走遍所有未封闭的房间各一次,而且要使到达朱丽叶的转弯次数为最少。每改变一次前进方向算作转弯一次。请设计和实现一个算法帮助罗密欧找出这样一条道路。-Romeo and Juliet m
Maze-Problem
- C语言实现宽度优先搜索解决迷宫问题,求最短路径-maze problem
Maze-problem-data-structure
- 算法与数据结构中 几类迷宫问题的源码 深入学习迷宫问题-Maze problem data structure
maze
- 课堂作业 迷宫求解问题 c语言 main文件直接用- Classwork maze problem solving c language main files directly with