Welcome![Sign In][Sign Up]
Location:
Search - KMP

Search list

[Othermpk_reverse

Description: KMP的PHP描述。有些兄弟可能用得上。具体的请看代码-KMP PHP description. Some brothers may be useful. Look at the specific code
Platform: | Size: 1024 | Author: zyz | Hits:

[Education soft systemkmp_algorith

Description: kmp算法实现,使用java实现,代码经过调试,绝对高效率,正确和可靠-KMP algorithm, using java achieved through debugging code, the absolute high efficiency, correct and reliable
Platform: | Size: 1024 | Author: weide | Hits:

[Data structskmphebf

Description: BF和KMP算法实例,曾经的作业,希望对你有点帮助-BF and KMP algorithm example, once the operation, and I hope to you a little help
Platform: | Size: 1024 | Author: xiaoxin | Hits:

[Windows Developwork_std

Description: 工作时单元功能实现的部分资料 主要涉及字符串处理、排序算法,字符串查询、kmp、改进二分法、Unicode编码、uniq-functional modules work to achieve some of the information involved mainly string handling, sorting algorithm, string inquiries, kmp improve dichotomy, Unicode encoding, uniq
Platform: | Size: 90112 | Author: 邻水 | Hits:

[Data structsFindstr

Description: 字符串的kmp模式匹配,分别输入主字符串和模式字符串,输出匹配结果-kmp string pattern matching, the main input strings and string mode, the output matching results
Platform: | Size: 1024 | Author: 刘莹 | Hits:

[Data structsStringMatchAlgorithms

Description: 数据结构中字符串匹配的三种经典算法--KMP算法、MonteCarlo算法、LasVegas算法。分别实现将两个0/1串的匹配。并作为比较。Java语言编写。-data structure string matching algorithm of the three classics-- KMP algorithm. Monte Carlo algorithm, the algorithm LasVegas. Achieve two were 0/a string matching. And as a comparison. Java language.
Platform: | Size: 2048 | Author: 成熠 | 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:

[Data structsmatchall

Description: 一个值得学习的模式匹配改进的KMP算法,含有详细的注释。(通过文件来读出输入输出)-A study to improve the KMP pattern matching algorithm, which contains detailed notes. (Through the file to read out the input and output)
Platform: | Size: 3072 | Author: wodezui-i | Hits:

[Multimedia programKMP

Description: 十分强的媒体播放器,KMPlayer源码,-Very strong media player, KMPlayer source,
Platform: | Size: 1395712 | Author: locet | Hits:

[Mathimatics-Numerical algorithmsmacth

Description: 字符串匹配问题,采用KMP算法,匹配速度快-String matching problems, the use of KMP algorithm, matching speed
Platform: | Size: 1024 | Author: lyh | Hits:

[Software EngineeringKMP

Description: 在一个字符串找出是否另外一个字符串在该字符串中,并输出位置。-To find out if a string in another string in the string, and output location.
Platform: | Size: 1024 | Author: libin | Hits:

[Data structskmp_suanfa

Description: KMP模式匹配算法,实现了用KMP算法无回溯查找字符串的功能-KMP pattern matching algorithm using the KMP algorithm without backtracking to find string function
Platform: | Size: 1024 | Author: 李天宇 | Hits:

[AlgorithmKMPMatch

Description: 经典算法实现,KMP字符串匹配,环境为vc2005-Classical algorithm, KMP string matching, the environment for vc2005
Platform: | Size: 492544 | Author: tangWH | Hits:

[Data structsBoyer-Moore

Description: BM 算法是一个较优的模式匹配算法。一般,如果不考虑模式串的长度,一个具有时间复杂度O(n)的算法应该是最优的了,但是事实不是如此。BM算法可以实现更高效率的模式匹配。分析和实验说明,BM匹配算法对于那些字符集比较大,而模式串中出现的字符比较少的时候,工作效率最快。而且,考虑KMP匹配方式的优化,可以结合KMP匹配和BM匹配,进一步提高效率。 -BM algorithm is a better pattern matching algorithm. General, if we do not consider the length of pattern, a time complexity O (n) algorithm should be optimal, but the fact is not the case. BM algorithm can realize more efficient pattern matching. Analysis and experiments, BM-matching algorithm for those relatively large character set, and the mode string of characters appearing in less time, the efficiency of the fastest. Moreover, consider the KMP matching optimization, you can match the combination of KMP and BM match, and further improve efficiency.
Platform: | Size: 1024 | Author: Louis | Hits:

[Data structsGetNext

Description: 字符匹配中的KMP算法,计算NEXT值实现部分。 -Matching characters in the KMP algorithm, calculation NEXT realize some value.
Platform: | Size: 12288 | Author: 熊天 | Hits:

[Multimedia programKmplayer-v2.93

Description: KMP功能强于MPC,你面打包了不少解码器, 可以下载来用,可以学到不少的。-KMP function better than MPC, you face a lot of codec pack, you can download to use, you can learn a lot of.
Platform: | Size: 10978304 | Author: weiguofu | Hits:

[Streaming Mpeg4kmp

Description: 这是一款新颖的播放器,具有传统media player,real player所不具有的优点,适合于边工作边娱乐的场合,可以只显示播放的内容而没有边框和状态栏。-This is a new player, with a traditional media player, real player do not have the advantages of work with suitable entertainment occasions, you can display only the content of broadcast without borders and the status bar.
Platform: | Size: 14121984 | Author: chencanfen | Hits:

[Mathimatics-Numerical algorithmsKmp_Normal

Description: 实现KMP算法,简单易懂,由学生实验实现,对于ACM学习有很大帮助。-Realize KMP algorithm, easy-to-read, by the students realize the experiment, the ACM study of much help.
Platform: | Size: 1175552 | Author: 于镇波 | Hits:

[CSharpStringMatch

Description: 四种字符串匹配算法: RK,KMP,BMH及QS算法。-Four kinds of string-matching algorithm: RK, KMP, BMH and the QS algorithm.
Platform: | Size: 5120 | Author: 曹猛 | Hits:

[Data structskmp_algorithm

Description: 自己编写的字符串匹配算法-经典的KMP算法,该算法当模式与主串之间存在许多“部分匹配”时能显示出其时间优越性。-I have written a string matching algorithm- the classical KMP algorithm when the model and between the main strings there are many
Platform: | Size: 2048 | Author: malota | Hits:
« 1 2 3 4 56 7 8 9 10 ... 30 »

CodeBus www.codebus.net