最短路径图形结构算法及应用

第1页 / 共29页

第2页 / 共29页

第3页 / 共29页

第4页 / 共29页

第5页 / 共29页

第6页 / 共29页

第7页 / 共29页

第8页 / 共29页
试读已结束,还剩21页,您可下载完整版后进行离线阅读
最短路径图形结构算法及应用-知知文库网
最短路径图形结构算法及应用
此内容为付费资源,请付费后查看
10
限时特惠
20
立即购买
您当前未登录!建议登陆后购买,可保存购买订单
付费资源
© 版权声明
THE END
Algorithm and application of shortest path graph structureAbstract Daily travelers rely on maps and navigation to query routes,calculate the shortestdistance between the two places,and choose the most suitable path.At this time,the demand of theshortest path algorithm is reflected.Dijkstra algorithm is the classic shortest path algorithm.It adopts the idea of breadth search(BFS),and depth first search(DFS)only considers the residual cost with the target point,so it often fails tofind the shortest path.As an extension of Dijkstra algorithm,A algorithm is widely used in pathfinding and graph traversal due to its high efficiency,and the final path is often the optimal solution.This paper mainly discusses the operation mode of A algorithm,uses Java code to writecorresponding programs,and demonstrates the operation of real life examples.It is found that themain reasons that affect the efficiency of algorithm search are the number of traversal of openlistnode and the total number of searches executed.The increase of traversal times and search timeswill lead to the increase of search timeAfter analyzing and improving the algorithm,the paper puts forward some improved schemes,suchas increasing the weight g of turning to reduce turning,replacing high precision grid with low precisiongrid,replacing grid with node grid.In some cases,the efficiency of the algorithm can be improved andthe accuracy loss can be ignored.Key words path planning shortest path A*algorithm operation efficiency
喜欢就支持一下吧
点赞12 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容