文件名称:KMP
介绍说明--下载内容均来自于网络,请自行研究使用
实现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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
KMP.c