摘要
本算法是将给定的一个或多个模式串分解成若干个等长的状态,将这些状态转换成1比特信息并构造信息表。然后用这一信息表筛选数据。最后将筛选出的字符串去假留真,达到在随机数据中一次查找多个模式串的目的。
The algorithm divides one or more provided mode strings into some states of equal length, turns these states into one bit information and builts a information-list,then it uses this information-list to sieve data. At last it moves away the false strings, to achieve the goal of seeking more than one mode strings once in the random data.
出处
《计算机应用与软件》
CSCD
1999年第1期40-43,49,共5页
Computer Applications and Software