搜索资源列表

  1. KMP

    0下载:
  2. 字符串的快速匹配问题,输入输出字符串,用KMP算法解决-Fast string matching problem, input and output strings, with the KMP Algorithm
  3. 所属分类:其他小程序

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

    0下载:
  2. 一个KMP算法的简单实现,实现字符串的匹配-KMP algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-20
    • 文件大小:155648
    • 提供者:mushan
  1. my_kmp_matching

    0下载:
  2. KMP算法的Verilog HDL实现,模式串从模块的外部输入,计算next函数,然后进行KMP匹配。有仿真。环境为Quartus II 8.0 Web Edition。-Verilog HDL implementation KMP algorithm, pattern string from the module' s external input, calculate next function, then KMP match
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:1452032
    • 提供者:曹亚良
  1. KMP-algorithm

    0下载:
  2. KMP算法是一种用于字符串匹配的算法,这个算法的高效之处在于当在某个位置匹配不成功的时候可以根据之前的匹配结果从模式字符串的另一个位置开始,而不必从头开始匹配字符串-KMP string pattern matching algorithm
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. kmp 数据结构 匹配 字符串 stl visual c-kmp data structure matches the string stl visual c++
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 实现kmp算法的例子 可以建立一个匹配字符串, 然后每次读入一个字符, 当读入的字符流与匹配字符串符合时, 确认匹配成功-a sample about kmp
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:qwerty
  1. KMP-string-search-algorithm

    0下载:
  2. C语言KMP字符串搜索算法实现。KMP字符串模式匹配通俗点说就是一种在一个字符串中定位另一个串的高效算法。-C language KMP string search algorithm realization. KMP string pattern matching is a popular point said in a string of the position of another string efficient algori
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 数据结构中改进KMP算法,使用C语言实现-Improved KMP algorithm data structure, the use of C language
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. KMP算法的两种实现方法,在机器上实际运行测试过,希望能帮助有缘人!-KMP algorithm to achieve the two methods, the actual operation of the machine tested, the program is absolutely accurate and reliable!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:449536
    • 提供者:张勇
  1. KMP

    0下载:
  2. 通过c++实现KMP算法Knuth(D.E.Knuth)、Morris(J.H.Morris)和Pratt(V.R.Pratt)-KMP Algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:235520
    • 提供者:杨轲
  1. KMP

    0下载:
  2. 校园导航,实现最短路径,的基本算法,通过设定的地图方便快捷,是初学者掌握KMP算法的好例子。-Campus navigation, to achieve the shortest path, the basic algorithm, by setting a map of convenient, fast, is for beginners to master a good example of KMP algorithm.
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. 这个代码是采用的KMP算法,快排为查找省了很多时间,这里也主要是一个算法的呈现-This code is used in KMP algorithm, fast schedule for the province to find a lot of time, here is mainly the presentation of an algorithm
  3. 所属分类:数值算法/人工智能

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

    0下载:
  2. kmp算法的实现 字符匹配 next值计算-kmp algorithm for data structure and algorithm
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 本文主要实现了 kmp匹配算法在文本匹配中的应用 源代码高效简洁-KMP
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 图像处理的KMP算法源程序,KMP算法是一种基本的、实用的字符串比较算法,广泛应用于图像处理和模式识别。-Image processing algorithms source KMP, KMP algorithm is a basic, practical string comparison algorithm, widely used in image processing and pattern recognition.
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. KMP,前缀压缩算法,JPEG压缩算法,没有任何平台以来,纯C语言实现-KMP, prefix compression algorithm, JPEG compression algorithm, since there is no platform, pure C language
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. kmp算法中得next数组也叫fail数组的计算很难理解且代码也不容易实现,本代码就是计算fail数组的源代码-kmp algorithm was next in the array fail, also known as the calculation of the array is difficult to understand and the code is not easy to achieve, this code is to
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:宁黎华
  1. KMP

    0下载:
  2. 字符串模式匹配,KMP算法。word文档-String pattern matching, KMP algorithm. word document
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:78848
    • 提供者:黄悦
  1. KMP

    0下载:
  2. 串的匹配KMP算法,模式串的Next函数值-KMP string matching algorithm, mode string function value of Next
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:119808
    • 提供者:韩士杰
  1. KMP

    0下载:
  2. KMP 改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-Improved KMP string matching algorithm, by DEKnuth with VRPratt and JHMorris also
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:chaolan
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 29 »

源码中国 www.ymcn.org