文件名称:串匹配KMP算法C++实现
文件大小:21KB
文件格式:DOC
更新时间:2013-01-19 09:29:15
串匹配 KMP
串匹配问题 getnext(char T[],int next[])
{
next[1]=0;
int j=1;
int k=0;
while(j
文件名称:串匹配KMP算法C++实现
文件大小:21KB
文件格式:DOC
更新时间:2013-01-19 09:29:15
串匹配 KMP
串匹配问题 getnext(char T[],int next[])
{
next[1]=0;
int j=1;
int k=0;
while(j