A algorithm

所属分类:matlab编程
开发工具:matlab
文件大小:110KB
下载次数:13
上传日期:2018-07-20 19:47:07
上 传 者理行者
说明:  A算法实现路径规划,数字地图用矩阵建立的
(A* algorithm, A* algorithm to achieve path planning, digital map with matrix establishment)

文件列表:
A algorithm\Astar_tutorial.pdf (80240, 2005-05-09)
A algorithm\A_star0.m (6519, 2018-06-24)
A algorithm\distance.m (156, 2005-04-28)
A algorithm\expand_array.m (1607, 2018-06-24)
A algorithm\finiteDiffDir.m (765, 2018-06-24)
A algorithm\insert_open.m (543, 2005-04-28)
A algorithm\min_fn.m (1074, 2018-06-23)
A algorithm\node_index.m (206, 2005-04-28)
A algorithm\screenShot.jpg (44385, 2010-01-02)
A algorithm (0, 2018-07-20)

%{ List of Files ReadMe.txt : Contains List of Files and description Astar_tutorial.pdf : Description of A* algorithm, examples A_star1.m : This is the main file that contains the algorithm. This needs to be executed to run the program. distance.m : This is a function that calculates the distance between 2 nodes. min_fn.m : This function takes the list OPEN as one of its arguments and returns the node with the smallest cost function. Node_index.m : This function returns the index of the location of a node in the list OPEN. Expand_array.m : This function takes a node and returns the expanded list of successors, with the calculated fn values. One of the criteria being none of the successors are on the CLOSED list. insert_open.m : This function populates the list OPEN with values that have been passed to it. %}

近期下载者

相关文件


收藏者