搜索资源列表
SAAlgorithm
- 用VC++实现SA算法,求解48个城市的最短路径问题-With VC++ Achieve SA algorithm, solving the 48 cities in the shortest path problem
network
- 利用C++和arcEngine实现GIS空间分析中的网络分析功能,即最短路径查找-Use C++ and arcEngine implement GIS spatial analysis of network analysis capabilities that find the shortest path
floyd
- 本程序是为了实现读取一张图片,根据图片标注的特殊像素颜色,以及输入的路径权值,和起止点,实现最短路径寻路,并清晰显示到窗口上的功能,同时支持导出到另一张24位的BMP图片(函数已经写好了,有需求只需要调用). 包含内容: 由控制台创建窗口 BMP文件读取函数(自己编写) 目标点的查找,坐标化 寻路 标记以及用箭头展示路径.-This procedure is to read a picture, according to label the pictu
Generation-and-routing-of-maze.tar
- 任意生成一个M*N的矩阵,并根据深度优先算法和广度优先算法寻找一条或多条最短路径,通过图形化的界面标记输出各个节点的坐标。要求迷宫是随机并且是连通的。-Optionally generate an M* N matrix, and to find one or more shortest path first algorithm according to the depth and breadth-first algorithm, through a graphical interface ma