当前位置:
首页 资源下载
搜索资源 - wu manber algorithm
搜索资源列表
-
0下载:
wu-manber算法的实现。
Wu-Manber基于BM算法思想,通过SHIFT、HASH、PREFIX三张表进行快速跳跃,实现快速多模式匹配。-A clean implementation of Sun Wu and Udi Manber s bitap algorithm.
Note that the complete search string must be matched by the pattern. If
you want to search for subst
-
-
0下载:
wu-manber算法纯c实现, wu-manber算法纯c实现-wu-manber algorithm
-
-
0下载:
经典的多模式字符串算法Wu Manber的源代码。目前该算法仅支持英文。-Classical string Algorithm Wu Manber multi-mode source code. The algorithm is currently only supports English.
-
-
0下载:
Wu Manber 算法 c++实现 Wu Manber 算法 c++实现 -Wu Manber algorithm c++ implementation Wu Manber algorithm c++ implementation Wu Manber algorithm c++ implementation
-
-
0下载:
Wumanber算法的实现,多模式匹配的最经典的算法有AC算法和Wu-Manber算法,Wu-Manber算法是在BM算法的基础上借助哈希来实现的。-Wumanber algorithm, multi-pattern matching algorithm of the most classical AC algorithm and the Wu-Manber algorithm, Wu-Manber algorithm is based on the BM algorithm is implem
-
-
0下载:
这是多模式字符串匹配WuManber算法的经典源码-A clean implementation of Sun Wu and Udi Manber s bitap algorithm.
-
-
0下载:
测试wu-manber算法的小程序。包含一些字符编码转换程序-Test wu-manber algorithm applet. Contains some character encoding converter
-
-
0下载:
agrep, grep-like utility that uses Wu-Manber algorithm.
-
-
0下载:
经典的模式串匹配算法,WM算法的简单实现-Classic simple pattern matching algorithm, WM algorithm
-
-
0下载:
Wu manber algorithm
Wu_Manber Pattern matching algorithm
-