中文说明:
在二维数组、三维空间中寻找最短路径,运用动态规划法,并能动态展示出路径。
English Description:
In order to find the shortest path in two-dimensional array and three-dimensional space, dynamic programming method is used, and the path can be displayed dynamically p>
Using dynamic programming method, find the shortest path in two-dimensional array and three-dimensio
关注次数: 286
下载次数: 1
文件大小: 27KB
中文说明:
在二维数组、三维空间中寻找最短路径,运用动态规划法,并能动态展示出路径。
English Description:
In order to find the shortest path in two-dimensional array and three-dimensional space, dynamic programming method is used, and the path can be displayed dynamically p>
程序
程序\data_2D.txt
程序\data_3D.txt
程序\FindSP.fig
程序\FindSP.m
程序\findSP_2D.m
程序\findSP_3D.m
程序\readData.m