搜索资源列表

  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. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:6578
    • 提供者:shandibin
  1. 字符串多关键字匹配算法(AC,WM)

    0下载:
  2. 多关键字字符串匹配算法 AC算法 WM算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2010-09-06
    • 文件大小:4132
    • 提供者:tjltail
  1. ac_mul

    0下载:
  2. AC算法的实现,可以处理英文与中文。给定最多64个关键字可以快速查找文件中出现的次数-AC Algorithm realized, can handle both English and Chinese. Set up to 64 keywords can quickly find the document number
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:2048
    • 提供者:姜大伟
  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 -Multi-pattern matching algorithm- AC algorithm References: AC Algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:6144
    • 提供者:shandibin
  1. AC-TSP

    0下载:
  2. 用蚁群算法求解tsp问题。。。matlab编写。附有城市坐标用于检验。-Tsp with ant colony algorithm for solving the problem. . . matlab prepared. Coordinate with the city for inspection.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:何金深
  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 loca
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:7168
    • 提供者:孔利峰
  1. aczz

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

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:孔利峰
  1. AC-Automation

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

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:myt
  1. pwm3-ac-ctrl-motor-0_0_3

    0下载:
  2. DSP实现三相异步电机矢量控制的C语言算法-DSP realization of three-phase induction motor vector control algorithm for the C language
  3. 所属分类:电子政务应用

    • 发布日期:2024-05-03
    • 文件大小:72704
    • 提供者:MIN
  1. AC_Download

    0下载:
  2. AC算法的实现,VC开发环境,可通过算法的实现了解算法的具体流程。-AC Implementation of the algorithm, VC development environment.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-03
    • 文件大小:210944
    • 提供者:许静
  1. AC

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

    • 发布日期:2024-05-03
    • 文件大小:5120
    • 提供者:常迪
  1. AC

    0下载:
  2. AC算法的C++的实现及功能文档介绍介绍-AC algorithm of C++ implementation and functionality document describes the introduction
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:410624
    • 提供者:郭兴宇
  1. AC

    0下载:
  2. AC算法的简单实现,能实现模式的建立和检测。标志位标志模式在字符串的位置-AC algorithm is simple to achieve, to achieve model building and testing. Flag logo position in the string model
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:chenqin
  1. ac-bmauto

    0下载:
  2. 这个程序是利用AC算法对已存在文本中的预设关键字进行检索,关键字上限64个,输出的是关键字所在的位置信息-This program is the use of the AC algorithm to retrieve the existing text in the default keyword, keywords, up to 64, the output is the location information of the key
  3. 所属分类:汇编语言

    • 发布日期:2024-05-03
    • 文件大小:2717696
    • 提供者:王超
  1. ac

    0下载:
  2. AC算法----有限自动机的多模式匹配算法-The AC algorithm---- finite automaton multi pattern matching algorithm
  3. 所属分类:系统编程

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:hongyingsen
  1. AC

    0下载:
  2. 使用Java实现了AC算法,并附上简单例子,输入是ACSII码文件读取-Using Java AC algorithm, along with a simple example, enter ACSII code file read
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:xiaotian
  1. ac

    0下载:
  2. 简单实现ac算法,模式串匹配时,运用简单的数组实现。-Simple the ac algorithms, pattern matching, the use of a simple array.
  3. 所属分类:弱点检测代码

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:山茶
  1. AC-true

    0下载:
  2. ac算法树结构代码,这程序可以查找树结构中的单词很实用。-ac algorithm tree structure code, this program can be very useful to find the word in the tree structure.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-03
    • 文件大小:1024
    • 提供者:elyar
  1. ac算法

    0下载:
  2. 多模式匹配AC 算法主要用于统计和匹配字符(The AC algorithm is used to count and match characters)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-03
    • 文件大小:8534016
    • 提供者:李李凯凯
  1. fig6 image contour detection

    0下载:
  2. AC算法,显著性实现,目标检测算法,图像处理,抠图(The AC algorithm was realized, the target detection algorithm, image processing, image matting)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-03
    • 文件大小:835584
    • 提供者:十十在乎
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org