搜索资源列表

  1. AC自动机在多字符匹配的应用

    0下载:
  2. 自己整理
  3. 所属分类:软件工程

    • 发布日期:2012-02-13
    • 文件大小:186368
    • 提供者:hqd2009
  1. ACbyHune

    0下载:
  2. 用C++实现的AC字符串匹配算法,自动机采用二维数组存储,可以对中英文进行匹配-With C++ Achieved AC string matching algorithms, automata using two-dimensional array to store, can match the Chinese and English
  3. 所属分类:中文信息处理

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:胡恩
  1. AC-Automation

    0下载:
  2. AC自动机算法 多模匹配算法 构造TRIE+构造失败指针+匹配-ac automation algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:myt
  1. 3691

    0下载:
  2. pku 3691 源代码 AC自动机 附有一定程度的注释-pku 3691 Code AC Automation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:胡俊杰
  1. AC

    0下载:
  2. AC自动机! 字符串模式匹配最新最快算法! 比kmp更高效!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-16
    • 文件大小:5120
    • 提供者:常迪
  1. KeywordSpotting

    0下载:
  2. 多串匹配的AC算法/多字符串匹配/多字符串检测/多字符串识别/Aho-Corasick自动机/ahocorasick自动机/AC自动机。/Java实现 该程序是一个高效的,能处理较大的Unicode字符文本(包括要检测的文本和关键词文本)的关键词匹配程序,因此程序的输入为input.txt为待检测文本,keywords.txt为关键词文本,文件夹test1,test2,test3分别是三组自己设定的input和keywords,可自
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-16
    • 文件大小:3305472
    • 提供者:jpj
  1. AC-automation

    0下载:
  2. 建立AC自动机,实现快速字符串匹配的模板。 高效建立trie,并且构造fail指针。 在敏感词过滤和杀毒方面有广泛应用-AC automatic machine set up, fast string matching template. Efficient establishment of trie, and the structure fail pointer. In the sensitive word fil
  3. 所属分类:Windows编程

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:gw
  1. Some-knowledge-of-AC-automaton

    0下载:
  2. 里面有一些AC自动机的相关知识和个人见解。-Some knowledge of AC automaton
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-16
    • 文件大小:165888
    • 提供者:yiran
  1. ac

    0下载:
  2. AC自动机 Visual C++界面实现-AC automaton Visual C++ interface implementation
  3. 所属分类:界面编程

    • 发布日期:2024-06-16
    • 文件大小:2335744
    • 提供者:wang
  1. Data-Structure

    0下载:
  2. AC自动机、并查集、左偏树、二维点、后缀数组源码,可作为ACM模板使用-Aho-Corasick Automaton, Disjoint Set, Leftist Tree, Point, Suffix Array Data Structures
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-16
    • 文件大小:3072
    • 提供者:whu_egg
  1. hdu2222

    0下载:
  2. 这是一个杭电上某个题目的关于AC自动机的学习算法,这是一个经典的模板题目-This is a topic on a Hang power AC automata learning algorithm, which is a classic template topic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:
  1. hdu-3065

    0下载:
  2. 这是一个关于AC自动机的深入了解的解题报告,能够有效的深入学习AC自动机这个算法-This is a problem solving reports, in-depth understanding of the AC automaton effective in-depth study of the AC automaton algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:
  1. AC-automaton

    0下载:
  2. AC自动机基于失败字典树、失败指针,查找主字符串中指定字符串集合出现的次数-The AC automaton based on the failure of the dictionary tree, failure pointer, find the number of times specified string collection appear in the main string
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:陶翔
  1. AC

    0下载:
  2. 字符串中经典的ac自动机算法,虽然比较复杂,但非常实用-String of classic ac automata algorithms, although more complicated, but very practical
  3. 所属分类:C#编程

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:可可
  1. AC-automata

    0下载:
  2. AC 自动机,多模式匹配。即给一个字符串集合,查询当前串是否属于该集合。-AC automata, multi-pattern matching. That is, to a collection of strings, string query whether the current collection.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-16
    • 文件大小:1024
    • 提供者:单昊晟
  1. AC-automachine

    0下载:
  2. ACM训练的我自己的AC自动机的模版,推荐使用-My own AC automaton template ACM training, it is recommended to use
  3. 所属分类:其他小程序

    • 发布日期:2024-06-16
    • 文件大小:2048
    • 提供者:李忠阳
  1. AC

    0下载:
  2. AC自动机多模匹配程序,包括Goto函数、失效函数、输出函数构建-AC automatic machine multimode matching program, including the Goto function, fail function, the output function construct
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-16
    • 文件大小:1187840
    • 提供者:maorui
  1. std

    0下载:
  2. 这是一道AC自动机的模版题,推荐入门,建议先学习字典树,因为是在字典树上操作的(This is a AC automaton template questions, recommended entry, it is recommended to learn the dictionary tree, because it is operated on the dictionary tree)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-16
    • 文件大小:228352
    • 提供者:Star_Feel
  1. AC自动机

    0下载:
  2. AC自动机,Trie树的实现的具体的全部的源代码(ACAUTOMACHINE TRIE CODE)
  3. 所属分类:Windows编程

    • 发布日期:2024-06-16
    • 文件大小:47584256
    • 提供者:23123的
  1. ACAutomata

    0下载:
  2. ac自动机,Aho-Corasick automaton,该算法在1975年产生于贝尔实验室,是著名的多模匹配算法。(Aho-Corasick automaton)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-16
    • 文件大小:2048
    • 提供者:doub7e
« 12 3 »

源码中国 www.ymcn.org