Welcome![Sign In][Sign Up]
Location:
Search - kmp p

Search list

[Other resourceKMPsuanfa

Description: 串的KMP算法,无回溯的模式匹配中最具代表性的是KMP算法。它是基于对模式本身的字符分布特征所进行的分析,生成模式的特征向量,显示了P= aab 匹配S= ababbaabaa 的优化的KMP算法过程。
Platform: | Size: 6374 | Author: yellowdoo | Hits:

[Data structsKMPsuanfa

Description: 串的KMP算法,无回溯的模式匹配中最具代表性的是KMP算法。它是基于对模式本身的字符分布特征所进行的分析,生成模式的特征向量,显示了P= aab 匹配S= ababbaabaa 的优化的KMP算法过程。-Strings of KMP algorithm, no backtracking pattern matching is the most representative of the KMP algorithm. It is based on a model of their own characters by distribution analysis of eigenvectors generated model shows that P = aab match S = ababbaabaa the KMP algorithm optimization process.
Platform: | Size: 222208 | Author: yellowdoo | Hits:

[assembly languagekmp

Description: 串的模式匹配可以从模式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 of t, t [j+ i] began to turn more, (if p [k] == t [j+ i] continues to compare p [k+1] =? = t [j+ i+1] until the emergence of p [k+ l]! = t [j+ i+ l-1], to re-search for new p [k+ l] in that the largest k ' and then Comparison of p [k' ]=?= t [j+ i+ l] until the end of the match or traversal). Eliminating the need for the previous k comparisons. When the corresponding p [i] k-there are several, take the largest k.
Platform: | Size: 9216 | Author: 王蕾 | Hits:

[OtherKMP

Description: 实现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 S orientation function value, that number value. The length of one of S 15 ~ 25, P length is 5 to 8.
Platform: | Size: 1024 | Author: 潘锦雷 | Hits:

[Data structsbasic-knowledge-of-data-structure

Description: 数据结构基本入门知识,共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 array generalized form, the number of forest, map, search, sort and so on.
Platform: | Size: 3162112 | Author: jijiyaya | Hits:

[Data structskmp_test

Description: 实现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 function value, ie, the serial number value. The length of the S 15 ~ 25, P the length of 5 to 8.
Platform: | Size: 1024 | Author: 雨落 | Hits:

[Windows DevelopKmp

Description: 字符串匹配问题,最经典的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
Platform: | Size: 1024 | Author: 陶翔 | Hits:

[OtherK.M.P

Description: algorithm kmp in c# EXTENDED
Platform: | Size: 15360 | Author: najol | Hits:

[ARM-PowerPC-ColdFire-MIPSKMP

Description: 模式匹配算法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ānchéng, fēicháng hǎo yòng. Bùtóng yú chángjiàn de biànlì zì chuàn cházhǎo, gāi fāngfǎ bù xūyào zhǐzhēn huísù hé shùjù huǎncún, dān piàn,ARM huò wú cāozuò xìtǒng huánjìng xià, fēicháng hǎo yòng, gèng shìhé tóngshí cházhǎo duō gè zìfú chuàn. 您是不是要找: STM32,写数字电位器MCP 410驱动程序。IO模拟SPI。Pattern matching algorithm KMP package. Ideally suited to find a substring the data stream, especially embedded programming, very easy to use. Unlike common traversal string search, which does not require backtracking pointer and data caches, single-chip, ARM or no operating system environment, very easy to use, more suitable for multiple strings simultaneously to find.
Platform: | Size: 2048 | Author: 范莹 | Hits:

[Internet-NetworkKMP101

Description: 实现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 S orientation function value, that number value. The length of one of S 15 ~ 25, P length is 5 to 8.
Platform: | Size: 1024 | Author: menag6ing1 | Hits:

[assembly languageKMP算法

Description: 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)
Platform: | Size: 1685504 | Author: 赵自由 | Hits:

CodeBus www.codebus.net