会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
风中摆动的狗尾巴草
Think First Program Later
博客园
首页
新随笔
联系
管理
2015年7月20日
KMP算法实现
摘要: next数组用于存储模式串中元素为j位置的最大重叠度。//KMP算法实现字符串匹配 //#include #include using namespace std; void compute_next(int* next,char const*p,int len){ int j=0; ...
阅读全文
posted @ 2015-07-20 18:27 尾巴草
阅读(153)
评论(0)
推荐(0)
编辑
公告