CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kmp p

搜索资源列表

  1. KMPsuanfa

    0下载:
  2. 串的KMP算法,无回溯的模式匹配中最具代表性的是KMP算法。它是基于对模式本身的字符分布特征所进行的分析,生成模式的特征向量,显示了P= aab 匹配S= ababbaabaa 的优化的KMP算法过程。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.22kb
    • 提供者:yellowdoo
  1. kmp

    0下载:
  2. 串的模式匹配可以从模式p的p[k]开始与正文t的t[j+i]开始依次比较,(若p[k]==t[j+i]继续比较p[k+1]=?=t[j+i+1]直至出现p[k+l]!=t[j+i+l-1]时,重新寻找新的p[k+l]的那个最大k 然后再比较p[k ]=?=t[j+i+l]直至匹配或遍历结束)。省去了前面的k次比较。当对应p[i]的k有多个,取最大的k。-Pattern matching string from the pattern p, p [k] started with the body
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:9.17kb
    • 提供者:王蕾
  1. KMP

    0下载:
  2. 实现KMP算法,输入三组主串S和模式串P,输出模式串的Next(j)函数值,以及该P在S中的位置的定位函数值,即序号值。其中S的长度为15~25,P的长度为5~8。-KMP algorithm implementation, the input string S and the three main pattern string P, the output mode string Next (j) function values, and the P' s position in the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:719byte
    • 提供者:潘锦雷
  1. basic-knowledge-of-data-structure

    0下载:
  2. 数据结构基本入门知识,共33个ppt,全是我上课的资料,现在拿来分享。其中有:线性表,栈队列递归,串数组广义表,数与森林,图,查找,排序等等。-Knowledge of the basic entry data structure, a total of 33 ppt, all the information I have class, and now to be shared. Including: linear form, the stack queue recursion, string
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3.02mb
    • 提供者:jijiyaya
  1. kmp_test

    0下载:
  2. 实现KMP算法,输入三组主串S和模式串P,输出模式串的Next(j)函数值,以及该P在S中的位置的定位函数值,即序号值。其中S的长度为15~25,P的长度为5~8。-KMP algorithm, enter the three main string S and pattern string P output mode string Next (j) The function value, as well as the P position in the S orientation funct
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:590byte
    • 提供者:雨落
  1. Kmp

    1下载:
  2. 字符串匹配问题,最经典的KMP算法。p为模式串,t为主串。返回的是最大匹配数-String matching problem, the most classic of KMP algorithm. p is the pattern string, t the main string. Back is the maximum number of matches
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-10
    • 文件大小:1kb
    • 提供者:陶翔
  1. K.M.P

    0下载:
  2. algorithm kmp in c# EXTENDED
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:15.19kb
    • 提供者:najol
  1. KMP

    0下载:
  2. 模式匹配算法KMP封装。非常适合从数据流中查找子字符串,尤其是嵌入式编程,非常好用。不同于常见的遍历字串查找,该方法不需要指针回溯和数据缓存,单片、ARM或无操作系统环境下,非常好用,更适合同时查找多个字符串。-请键入文字或网站地址,或者上传文档。 取消 Móshì pǐpèi suànfǎ KMP fēngzhuāng. Fēicháng shìhé cóng shùjù liú zhōng cházhǎo zi zìfú chuàn, yóuqí shì qiànrù shì biā
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:1.51kb
    • 提供者:范莹
  1. KMP101

    0下载:
  2. 实现KMP算法,输入三组主串S和模式串P,输出模式串的Next(j)函数值,以及该P在S中的位置的定位函数值,即序号值。其中S的长度为15~25,P的长度为5~8。-KMP algorithm implementation, the input string S and the three main pattern string P, the output mode string Next (j) function values, and the P' s position in the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:764byte
    • 提供者:menag6ing1
  1. KMP算法

    0下载:
  2. KMP算法,例如输入s,t,p三个字符串,实现将s串中所有t替换成p(KMP algorithms, such as three strings of S, T, and P, are implemented to replace all the T in the S string to P)
  3. 所属分类:汇编语言

    • 发布日期:2018-04-21
    • 文件大小:1.61mb
    • 提供者:赵自由
搜珍网 www.dssz.com