期刊文献+

并行最短路径搜索算法的设计与实现 被引量:21

Design and implementation of parallel shortest path search algorithm
在线阅读 下载PDF
导出
摘要 针对串行最短路径搜索算法本身固有的局限性,难以随着网络规模的增大而提高搜索速度的问题,设计并实现了一种基于并行Dijkstra思想的并行最短路径搜索算法,使算法复杂度由O(N2)减少到O(N2/p+N*(p-1)),提高了算法的效率。实验结果表明,该算法搜索速度快且性能稳定,当结点数目相当庞大时,算法的优越性更加明显。 In view of the serial search for the shortest path algorithm inherent limitations and the difficult to raising the issue of search speed as the size of the network increases ,the parallel shortest path search algorithm is designed and implemented based on the parallel Dijkstra's algorithm idea.The complexity of the algorithm reduces to O(N^2/p+N^*(p-1 )) as compared with the complexity O(N^3) of serial Dijkstra's algorithm.Experimental results show that the parallel shortest path search algorithm has fast and stable performance.The algorithm has better performance when the network contains a substantial number of nodes.
作者 卢照 师军
出处 《计算机工程与应用》 CSCD 北大核心 2010年第3期69-71,共3页 Computer Engineering and Applications
关键词 最短路径 并行机环境 MESSAGE PASSING Interface(MPI) 并行搜索算法 the shortest path parallel computer environment Message Passing Interface(MPI) parallel search algorithm
  • 相关文献

参考文献9

二级参考文献15

  • 1任波,王乘.MPI集群通信性能分析[J].计算机工程,2004,30(11):71-73. 被引量:13
  • 2Dan C Marinescu,John R Rice.Speedup in Parallel Computing.Purdue University ,2000.
  • 3E Bruce Pitman.AMDAHL'S LAW FOR PARALLEL SPEEDUP.IEEE Trans, 1999.
  • 4Selim G Akl,Stefan D Bruda.Parallel Real-Time Numerical Computation : Beyond Speedup Ⅲ.Queen's University,2000.
  • 5Zhaoxuan Shen,Jianjian Song,Wenjun Zhuang.Speedup Improvement on General Connectivity Computation by Algorit Techniques and Parallel Processing.National University of Singapore,2000.
  • 6Thanavat Junchaya,Gang-Len Chang. Exploring realtime traffic simulation with massively parallel computing architecture. Transportation Research,1993, 57-76.
  • 7R Albert,A-L Barabási.Statistical mechanics of complex networks[J].Review of Modern Physics,2002,74:47~91
  • 8Robert Sedgewick.林琪译.Algorigthms In C++[M].Third Edition,北京:清华大学出版社,2003
  • 9Gropp W,Lusk E,Doss N,et al.A high-performance Portable Implementation of the MPI Message-passing Interface standard[J].Parallel Computing,1996,22 (6):789-828.
  • 10王文义,刘辉.并行程序设计环境MPICH的应用机理分析[J].计算机应用,2002,22(4):1-3. 被引量:5

共引文献47

同被引文献228

引证文献21

二级引证文献178

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部