搜索资源列表

  1. 2011119142855

    0下载:
  2. 关于多模式匹配算法中的AC算法。window stdio2008 c++语言实现-Multi-pattern matching algorithm on the AC algorithm. window stdio2008 c++ language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:164864
    • 提供者:wss257
  1. kmp

    0下载:
  2. 用于识别子串 模式匹配算法 KMP算法 输入两个String-Used to identify substring pattern matching algorithm KMP algorithm to enter two String
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:
  1. rk

    0下载:
  2. RK算法是一个模式匹配算法中的重要应用,它相较其他算法更加高效。-RK algorithm is an important application in a pattern matching algorithm, the more efficient it is compared with other algorithms.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:460800
    • 提供者:华朝
  1. RF

    0下载:
  2. RF算法属于多模式匹配算法,可以处理常见的模式匹配中遇到的问题。-The RF algorithm is a multi-pattern matching algorithm that can handle the problems encountered in the common pattern matching.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:238592
    • 提供者:华朝
  1. QLP

    0下载:
  2. QLP算法是解决目前较为多见的一种多模式匹配算法,它的代码设计简约,易于实现。-The QLP algorithm to solve the more common kind of pattern matching algorithms, the code design is simple, easy to implement.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:4135936
    • 提供者:华朝
  1. QBP

    0下载:
  2. QBP算法作为模式匹配算法中应用较广的一种,可以以较高的效率对研究对象进行匹配。-QBP algorithm as a model to match a wider application of the algorithm, can match the study of objects with high efficiency.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:4136960
    • 提供者:华朝
  1. moshipipei

    0下载:
  2. 数据结构的模式匹配算法,有创建字符串,添加新字符串,匹配字符串,输出字符串功能-Pattern matching algorithms, data structures, create a string and add a new string matching string, output string function
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:label
  1. matching

    0下载:
  2. 关于三种模式匹配算法的比较,有时间和复杂度的比较-On three kinds of pattern matching algorithms, have the time and complexity comparison
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王文超
  1. kmp

    0下载:
  2. 串的模式匹配算法,KMP算法教程,算法学习的必看知识,-KMP algorithm tutorial, the learning algorithm must-see knowledge
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2557952
    • 提供者:dgwz
  1. Exper0603

    0下载:
  2. KMP模式匹配算法,很简单 易懂 快速,容易学习-KMP pattern matching algorithm is very simple to understand and quick
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张剑
  1. kmp

    0下载:
  2. kmp模式匹配算法的源码 不错 可以-the kmp mode match the source code of the algorithm can look at
  3. 所属分类:汇编语言

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:卢倩
  1. WmParser

    0下载:
  2. java字符串多模式匹配算法, 实现汉字和ACII字符串的快速匹配-java multiple match
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:赵海龙
  1. moshipipei

    0下载:
  2. 模式匹配算法功能是用于判断两个字串是否匹配-Pattern matching algorithm is used to determine whether two strings match
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:郝鹏
  1. strMatch

    0下载:
  2. 字节流的快速模式匹配算法, 具有比较详细的注释, 供开发时参考. 速度高于 strstr, 且支持字节流. -Byte stream of fast pattern matching algorithms, with detailed notes for reference when developers faster than strstr, support byte stream.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zzz654321
  1. kmp

    0下载:
  2. 问题:串的模式匹配算法---KMP 方法:从主串S中寻找模式串T出现的位置。 基本思想:从主串S的第1个字符起和模式串T的第一个字符比较,若相等,则继续逐个比较后续字符;否则从主串的下一个字符再重新和模式的字符比较;依此类推,直到在主串S中找到模式串T的全部字符相匹配为止,这时匹配成功,否则匹配不成功;KMP算法可以在O(n+m)的时间数量级上完成串的模式匹配操作。其改进在于:每当一趟匹配过程中出现字符比较不等时,不需回溯i指针
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:57344
    • 提供者:李浩
  1. ac

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

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

    0下载:
  2. 多模式匹配算法 mutiplepatternmatch-Multi-pattern matching algorithm mutiplepatternmatch
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:zlh
  1. AC

    0下载:
  2. ac字符匹配算法--经典的多模式匹配算法,可以保证对于给定的长度为n的文本,和模式集合P{p1,p2,...pm},在O(n)时间复杂度内,找到文本中的所有目标模式,而与模式集合的规模m无关-ac character matching algorithm- classic multi-pattern matching algorithm can ensure that the text of n for a given length,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:travis
  1. the-KMP

    0下载:
  2. 数据结构与算法,关于字符串的KMP模式匹配算法,使用C++实现。-Data Structures and Algorithms, about KMP string pattern matching algorithms, using C++ implementation.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:goendlesson
  1. SAM

    0下载:
  2. 后缀自动机的模板代码,是用来研究模式匹配算法不错的资料。-Suffix automaton template code is used to study the pattern matching algorithm good information.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:taoistly
« 1 2 3 4 5 67 8 9 10 11 ... 18 »

源码中国 www.ymcn.org