摘要
本文讨论了模式中允许出现通配符的模式匹配问题,分析了解决问题的难点,继而提出了解决该难点的一种算法,并证明了该算法的正确性.最后给出了实现该算法的数据结构和实例.
In this paper,we first discuss the pattern matching problem that wildcard characters are allowed to appear in the pattern and analyse the difficulty of the solution. Then we forward a algorthm for solving the difficulty and prove the correctness of the algorithm.Finally,we give its data structures and an example.
出处
《湖南大学学报(自然科学版)》
EI
CAS
CSCD
1993年第3期86-93,共8页
Journal of Hunan University:Natural Sciences
关键词
通配符
模式匹配
算法
wild-card characters
pattern matching
algorithm