运用动态规划法,在二维数组、三维空间中寻找最短路径我要分享

Using dynamic programming method, find the shortest path in two-dimensional array and three-dimensio

三维-路径规划 动态规划程序 路径规划-三维 三维-最短路径 三维动态

关注次数: 233

下载次数: 1

文件大小: 27KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

在二维数组、三维空间中寻找最短路径,运用动态规划法,并能动态展示出路径。


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


代码预览

程序

程序\data_2D.txt

程序\data_3D.txt

程序\FindSP.fig

程序\FindSP.m

程序\findSP_2D.m

程序\findSP_3D.m

程序\readData.m