搜索资源列表
migong
- 用VC++编的一个迷宫的程序,在迷宫中找到正确的路径。-VC++ code with a maze procedure, in the maze to find the right path.
Floyd
- 利用Floyd算法求各个点到各个点的最短路径,在控制台窗口中输出路径及距离,算法较经典,VC++实现-Floyd algorithm for the various points to various points of the shortest path, output path and distance algorithm in the console window classic VC++ is to achieve
The-maze-problem
- C++源码,控制台实现数据结构中的迷宫问题,可给出所有路径的路径图,路径总数和最短路径图-Using VC++ to realize the maze problem.It can figure out all paths and the shortest path.