引用本文:陈国良,林洁,顾乃杰.分布式存储的并行串匹配算法的设计与分析.软件学报,2000,11(6):771-778
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 4447次   下载 5854 本文二维码信息
码上扫一扫!
分享到: 微信 更多
分布式存储的并行串匹配算法的设计与分析
陈国良1, 林洁1, 顾乃杰1
中国科学技术大学计算机科学技术系,合肥,230027
摘要:
并行串匹配算法的研究大都集中在PRAM(parallel random access machine)模型上,其他更为实际的模型上的并行串匹配算法的研究相对要薄弱得多.该文采用将最优串行算法并行化的技术,利用模式串的周期性质,巧妙地将改进的KMP(Knuth-Morris-Pratt)算法并行化,提出了一个简便、高效且具有良好可扩放性的分布式串匹配算法,其计算复杂度为O(n/p+m),通信复杂度为O(ulogp
关键词:  串匹配,KMP(Knuth-Morris-Pratt),分布式算法,可扩放性.
DOI:
分类号:
基金项目:本文研究得到国家教育部博士点基金(No.9703825)资助。
Design and Analysis of String Matching Algorithm on Distributed Memory Machine
CHEN Guo-liang,LIN Jie,GU Nai-jie
Abstract:
Parallel string matching algorithms are mainly based on PRAM (parallel random access machine) computation model, while the research on parallel string matching algorithm for other more realistic models is very limited. In this paper, the authors present an efficient and scalable distributed string-matching algorithm is presented by parallelizing the improved KMP (Knuth-Morris-Pratt) algorithm and making use of the pattern period. Its computation complexity is O(n/p+m) and communication time is O(ulogp), wheren is the length of text, m the length of pattern, p the number of processors and u the period length of pattern.
Key words:  String match, KMP (Knuth-Morris-Pratt), distributed algorithm, scalability.

引用本文:
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览次   下载  
分享到: 微信 更多
摘要:
关键词:  
DOI:
分类号:
基金项目:
Abstract:
Key words: