CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 多模式匹配

搜索资源列表

  1. acbm3

    0下载:
  2. acbm算法,它是多模式匹配的算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:3.43kb
    • 提供者:myname
  1. AC

    0下载:
  2. 多模式匹配算法——AC算法 参考文献:AC算法:Aho A V,Corasick M J.Efficient string matching:an aid to bibliographic search.Communications of ACM,1975,18(6):333~340
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:6.42kb
    • 提供者:shandibin
  1. E2XBforsnort

    0下载:
  2. snort的e2xb特征检测代码补丁,e2xb是一种快速的多模式匹配算法
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3.87mb
    • 提供者:张涛
  1. 一种多尺度的时间序列相似模式匹配算法

    1下载:
  2. 提出一种多尺度的时间序列相似模式匹配算法.该算法用离散小波变换对时间序列进行多分辨分析,在多尺度上提取序列的形状特征.然后在不同的尺度上找出相似的序列和子序列模式.该算法可以匹配不同长度的序列,并能支持垂直平移变换和幅度伸缩变换.
  3. 所属分类:其它文档

  1. wm

    0下载:
  2. WM算法的c++源代码,可以实现多模式匹配问题。附带有AC算法源代码。-WM algorithm c++ source code, can achieve multi-pattern matching problem. Comes with AC algorithm source code.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:4.04kb
    • 提供者:汪浩
  1. libbitap

    0下载:
  2. 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
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:6.57kb
    • 提供者:buptisc
  1. acsmx

    0下载:
  2. AC算法----有限自动机的多模式匹配算法.该算法应用有限自动机巧妙地将字符比较转化为了状态转移。-AC algorithms finite automata---- Multi-pattern matching algorithm. The algorithm uses finite automata skilfully converted to state transition character comparison.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:4.26kb
    • 提供者:mashiwei
  1. Match

    0下载:
  2. opencv实现图片的模式匹配,可以实现多通道的图像匹配,不仅仅是通过灰度来实现的匹配。-opencv realized picture of pattern matching, multi-channel images can be matched, not only achieved by matching gray.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:18.86mb
    • 提供者:fff
  1. ac

    0下载:
  2. 这个c的小程序 是基于AC算法的多模式匹配技术,对字符串搜索一次,就可以找出所有的匹配字和出现位置-The c of the small program is based on the AC algorithm many pattern matching techniques to search a string, you can find all the matching words and the emergence of location
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:6.8kb
    • 提供者:孔利峰
  1. aczz

    0下载:
  2. AC算法 用指针实现 用指针指向状态机的状态变量-AC algorithm implementation using pointer with pointer to state machine of the state variables
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.32kb
    • 提供者:孔利峰
  1. ResearchonOptimizingMultiPatternMatchingAlgorithm.

    0下载:
  2. 一种关于多模式匹配问题的算法优化的研究。-Research on Optimizing Multi- Pattern Matching Algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:115.56kb
    • 提供者:star
  1. SBOM

    0下载:
  2. SBOM算法源代码 多模式匹配算法请参考paper“Factor oracle of a set of words”-SBOM algorithm source code and more pattern-matching algorithm please refer to paper " Factor oracle of a set of words"
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2.28kb
    • 提供者:Tiandy
  1. ac

    0下载:
  2. 多模匹配的算法源代码,可以解决汉字的多模式匹配以及关键字查找功能。-Multi-mode matching algorithm source code, can solve the multi-pattern matching characters, as well as keyword search function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:389.89kb
    • 提供者:汪浩
  1. My_BM4

    0下载:
  2. BM算法源代码,是用c++写的。适用于字符串的多模式匹配问题。-BM algorithm source code is written in c++. For a string of multi-pattern matching problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:184.04kb
    • 提供者:汪浩
  1. ACsearch_DPPcompact_with_driver

    0下载:
  2. AC多模式匹配算法的CUDA实现 Aho-Corasick算法是基于有穷状态自动机的多模式匹配算法-AC multi-pattern matching algorithm CUDA implementation Aho-Corasick algorithm is a finite state machine based on the multi-pattern matching algorithm
  3. 所属分类:MPI

    • 发布日期:2017-05-04
    • 文件大小:1019.35kb
    • 提供者:jiangwei
  1. AhoCorasick.tar

    0下载:
  2. 本源码是AhoCorasick算法实现,它充分利用了词典算法双数组(DoubleArray Trie),既能自己输入指定的多个词进行多模式匹配,也可以将具有指定格式的词典的所有词作为多模式匹配的多个模式-The source code is AhoCorasick algorithm, which make full use of the dictionary algorithm pairs of arrays (DoubleArray Trie), both enter the designa
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:11.02kb
    • 提供者:冷荣秋
  1. multi_patternmatching

    0下载:
  2. 这是一个多模式匹配WM算法,希望对大家有用-This is a muti_pattern matching algrithm, I holp it is helpful.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2.95kb
    • 提供者:鸣鸣
  1. WuManber

    0下载:
  2. 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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:5.04kb
    • 提供者:WANGYING
  1. ACBM

    0下载:
  2. acbm算法简介,在有限自动机的多模式匹配算法(DFSA算法)的基础上, 在算法中以连续跳跃的思想,给出了另一个更加有效的改进-About acbm algorithm, finite automaton in the multi-pattern matching algorithms (DFSA algorithm), based on a continuous jump in the algorithm to the idea, given the other more effective
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:73.91kb
    • 提供者:gd
  1. AC_CUDA_Close

    0下载:
  2. 用cuda实现多模式匹配算法AC算法的并行运算(Multiple pattern matching algorithm to implement in cuda parallel computing of AC algorithm using cuda implement multiple pattern matching algorithm to AC algorithm of parallel computing)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:572kb
    • 提供者:Ankle breaker
« 12 3 4 5 »
搜珍网 www.dssz.com