搜索资源列表
LZW.rar
- LZ77算法与模式匹配KMP算法的结合及算法实现,包含: LZ77.doc t1.txt t2.txt t3.txt cc3260mt.dll borlndmm.dll 测试cpp1.cpp 压缩程序使用说明.txt,LZ77 algorithm and pattern-matching algorithm for the combination of KMP and algorithm, including: LZ77.doct1.txtt2.txtt3.txtcc3260mt
newkmp
- 串的模式匹配 按要求从主串中找出子串对应的位置,并加以输出-String pattern matching required to find out from the main string of the corresponding sub-string position, and make the output
patternmatching
- 无回溯模式匹配,实验室学长写得程序,很好很经典,有兴趣的可以-No backtracking pattern matching,Laboratory fellow students written procedures, a good classic, interested can look at it
14-2
- 该运行实例中,令文本串长度为7,随机产生的文本串为0010100,分布在3个节点上;模式串长度为2,随机产生的模式串为01。最后,节点0和1上分别得到一个匹配位置。 -abc