文件名称:mazeproblems
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
以一個m*n的長方形表示迷宮,0和1分別表示迷宮中的通路和障礙。設計一個程序,對任意設定的迷宮,求出一條從入口到出口的通路,或得出沒有通路的結論。
1.以深度优先的搜索方法进行路径的搜索
2.迷宮數據從文件中讀取-A rectangle that m* n maze, 0 and 1, respectively, the maze of pathways and barriers. Design a program, for any set of the maze, find a path from the entrance to export, or draw conclusions without access. 1. To the depth first search path search method 2. Maze data read from the file
1.以深度优先的搜索方法进行路径的搜索
2.迷宮數據從文件中讀取-A rectangle that m* n maze, 0 and 1, respectively, the maze of pathways and barriers. Design a program, for any set of the maze, find a path from the entrance to export, or draw conclusions without access. 1. To the depth first search path search method 2. Maze data read from the file
(系统自动生成,下载前可以参看下载内容)
下载文件列表
迷宮問題\maze.txt
........\迷宮.cpp
迷宮問題
........\迷宮.cpp
迷宮問題