文件名称:kmp
介绍说明--下载内容来自于网络,使用问题请自行百度
给你A,B两个字符串,检查B串是否是A串的子串,类似于Java的String.indexOf("")。找到匹配失败时的最合适的回退位置,而不是简单的回退到子串的第一个字符(常规的枚举查找方式,是简单的回退到子串的第一个字符,KMP算法的性能分析Java实现实例)*此仅供大家参考、交流,希望对大家有所帮助!-Here you are A, B two strings to check whether string B is a sub-string A string, similar to Java' s String.indexOf (" " )。 Match fails to find the most appropriate position back, rather than simply return back to the first sub-string of characters (the enumeration of conventional search methods are easy return back to the first substring of characters, KMP algorithm Analysis of examples of Java implementation)* This is for your information, communicate, and they hope to be helpful to everyone!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
kmp.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.