文件名称:KMPNew
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 248kb
- 下载次数:
- 0次
- 提 供 者:
- flo****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
该算法是实现字符串匹配, 子串匹配只考虑最左匹配情况,即只需要从左到右进行字串匹配的情况。比如:
在字符串"abababab"中,采用最左匹配子串"aba",可以匹配2个"aba"字串。如果
匹配出从左到右位置2开始的"aba",则不是最左匹配,且只能匹配出1个"aba"字串-The algorithm is for string matching, substring matching only consider the matching of the left, that is only matched string from left to right the situation. For example: the string " abababab" , using the left substring matching " aba" , to match the two " aba" string. If the match out of position 2 from left to right starting " aba" , is not the most left-match, matching the one and only " aba" string
在字符串"abababab"中,采用最左匹配子串"aba",可以匹配2个"aba"字串。如果
匹配出从左到右位置2开始的"aba",则不是最左匹配,且只能匹配出1个"aba"字串-The algorithm is for string matching, substring matching only consider the matching of the left, that is only matched string from left to right the situation. For example: the string " abababab" , using the left substring matching " aba" , to match the two " aba" string. If the match out of position 2 from left to right starting " aba" , is not the most left-match, matching the one and only " aba" string
(系统自动生成,下载前可以参看下载内容)
下载文件列表
KMPNew\Debug\KMPNew.exe
......\.....\KMPNew.ilk
......\.....\KMPNew.obj
......\.....\KMPNew.pch
......\.....\KMPNew.pdb
......\.....\vc60.idb
......\.....\vc60.pdb
......\KMPNew.cpp
......\KMPNew.dsp
......\KMPNew.dsw
......\KMPNew.ncb
......\KMPNew.opt
......\KMPNew.plg
......\Debug
KMPNew
......\.....\KMPNew.ilk
......\.....\KMPNew.obj
......\.....\KMPNew.pch
......\.....\KMPNew.pdb
......\.....\vc60.idb
......\.....\vc60.pdb
......\KMPNew.cpp
......\KMPNew.dsp
......\KMPNew.dsw
......\KMPNew.ncb
......\KMPNew.opt
......\KMPNew.plg
......\Debug
KMPNew