搜索资源列表
Maze
- 数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 -Data structure to solv
xc_maze
- 迷宫 数据结构的一个作业 包含.cpp源文件-A maze of data structure that contains operating. Cpp source file
shanhukule.cpp
- 数据库中用于模拟走迷宫,可以以方阵形势确定迷宫,也有单纯的逻辑编码-The database used to simulate the Maze, the situation can determine the square maze, there are simple logic code
migong---cPP
- 迷宫问题C++代码。。。解决迷宫问题-Maze C++ code. . . Solve maze problems. . . .
maze_ekansrm
- maze.cpp 中实现了迷宫程序的全部功能, 可确保找到走出迷宫的最短路径.test_for_maze.txt 为自带测试数据,对所实现程序进行了简单测试,也可使用其它符合输入格式的文件进行测试。-shortest way for maze
alg.cpp.tar
- 实现了一些经典的计算机算法,包括全排列,全组合,走迷宫,背包问题等-Implements some classic computer algorithms, including full arrangement, all combinations, Maze, backpacks issues