搜索资源列表

  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-05-10
    • 文件大小:1024
    • 提供者:胡恩
  1. KMP

    0下载:
  2. kmp高效字符串匹配算法,算法复杂度大大减小。-KMP string matching algorithm efficient, the algorithm complexity is greatly reduced.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:Whitehorse32
  1. StringMatch

    0下载:
  2. 四种字符串匹配算法: RK,KMP,BMH及QS算法。-Four kinds of string-matching algorithm: RK, KMP, BMH and the QS algorithm.
  3. 所属分类:C#编程

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:曹猛
  1. bm

    0下载:
  2. 这个是bm字符串匹配算法的改进,减少运行时间,加快执行速度。-Bm this is a string matching algorithm to reduce the running time, speed up the pace of implementation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:5120
    • 提供者:罗杰
  1. MWM

    0下载:
  2. 多模式字符串匹配算法WU-MANNER算法的实现,从入侵检测系统SNORT提取出来。-Multi-mode string matching algorithm WU-MANNER algorithm realize, from the intrusion detection system Snort extracted.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:14336
    • 提供者:渡渡鸟
  1. stringmatching

    0下载:
  2. 字符串匹配设计:为了掌握提示信息的设置方法及读取键入信息的方法。编写程序实现两个字符串比较。如相同,则显示:“MATCH”,否则,显示:“NO MATCH”。-String matching design: in order to grasp the message settings and read type information. Programming to achieve the two strings. If the sam
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:cc
  1. bm_algorithm

    1下载:
  2. 一种比较理想,快速的字符串匹配算法-BM算法,匹配性能较优。-An ideal, fast string matching algorithm-BM algorithm, better matching performance.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:malota
  1. bmhs_algorithm

    0下载:
  2. 一种比较理想,快速的字符串匹配算法-BMHS算法,它与BM算法的性能相当,但是算法复杂度较低。-An ideal, fast string matching algorithm-BMHS algorithm, it is quite the performance of BM algorithm, but the algorithm complexity low.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:malota
  1. bf_algorithm

    0下载:
  2. 字符串匹配算法-BF算法,它是字符串匹配的最简单算法,适合入门时参考。-String matching algorithm-BF algorithm, which is the most simple string matching algorithm, suitable for entry-reference.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:raymond
  1. zfpp

    0下载:
  2. 经曲的字符串匹配模糊搜索算法 思想不是本人的,但程序是本人编写的-By the song
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:737280
    • 提供者:江鸟
  1. DSDesign

    0下载:
  2. 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
  3. 所属分类:界面编程

    • 发布日期:2024-05-10
    • 文件大小:10126336
    • 提供者:funfunhit
  1. EditDistance

    0下载:
  2. 用动态规划算法思想求最小编辑距离,即近似字符串匹配问题-Thinking of using dynamic programming algorithm for the minimum edit distance, that is, approximate string matching problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:Doreen
  1. huibian

    0下载:
  2. 汇编语言的课程设计,有关字符串匹配的,望参考-Assembly language curriculum design, the string match, hope Reference
  3. 所属分类:汇编语言

    • 发布日期:2024-05-10
    • 文件大小:35840
    • 提供者:月月
  1. str

    0下载:
  2. 字符串匹配 找到参考值后 在文件中匹配 匹配成功后再输出-String matching to find the reference value in the document match after match after a successful output
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:yuyanli
  1. patternMatching

    0下载:
  2. 三种字符串匹配:BF,BM,KMP,附上测试-three means of pattern matching
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:荆江
  1. ACandACBM

    0下载:
  2. 多模字符串匹配算法。AC和AC-BM算法的c语言实现。以及字符串匹配算法的相关论文,英文原版论文,很有收藏参考价值。-Multi-mode string matching algorithm. AC and AC-BM algorithm c language. String matching algorithm, as well as the relevant papers, original papers in English, i
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:2620416
    • 提供者:shenzhang
  1. SomeProgramForDataStructure

    0下载:
  2. KMP字符串匹配的c实现,测试字符串为char a[20]="abcdefghijk" char b[20]="abcdefgg" 取各位数字的算法,最大有效测试数据长整形最N=100000000 贪婪算法:已知若干面值的人名币,如何找零钱,使张数最小,测试面值a[4]={25,10,5,1} 快速排序C++实现-KMP string matching c to achieve the test string to char a
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:WJC
  1. bm

    0下载:
  2. BM可以说是继KMP算法之后更加 优秀的字符串匹配算了,BM 是大师Boyer-Moore的算法杰作, 所以称BM算法, 相比KMP算法效率提高了不少, -BM can be said that after following the KMP algorithm for string matching better forget, BM is the master of the Boyer-Moore algorithm m
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:li shu
  1. WordSegment

    0下载:
  2. 基于字符串匹配的中文分词程序,C++版。 结果以文件显示。-String matching based on the Chinese word segmentation procedures, C++ version. To document the results.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:334848
    • 提供者:李宏波
  1. testeditsrch

    0下载:
  2. 在菜单栏下使用后输入字符串,单击右键启动搜索引擎后进行字符串匹配搜索。-to sreaching
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:76800
    • 提供者:王杰
« 1 2 34 5 6 7 8 9 10 ... 34 »

源码中国 www.ymcn.org