最短路径算法的编程实现我要分享

Programming implementation of shortest path algori

关注次数: 201

下载次数: 0

文件大小: 1.57 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:这是最短路径算法的MATLAB编程,简单易懂,实用性较强,利用了距离矩阵作为输入量,经过不断更新计算然后回溯找到最短(即最优)路径。


English Description:

This is the shortest path algorithm matlab programming, easy to understand, practical, using the distance matrix as the input, after continuous update calculation, and then back to find the shortest (that is, the optimal) path.


代码预览

相关推荐