文件名称:pattern-matching
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-07-14
- 文件大小:
- 882kb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
模式匹配,kmp算法,kmp算法是一种改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-Pattern matching, kmp algorithm, kmp algorithm is an improved string matching algorithm, by DEKnuth with VRPratt and JHMorris also found, so people call it Knuth- Morris- Pratt operation (referred to KMP algorithm) . KMP algorithm, the key is according to a given pattern string W1, m, define a next function. next function contains localized pattern string matches the information itself.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
模式匹配\Debug\vc60.idb
........\.....\vc60.pdb
........\.....\模式匹配.exe
........\.....\模式匹配.ilk
........\.....\模式匹配.obj
........\.....\模式匹配.pch
........\.....\模式匹配.pdb
........\模式匹配.cpp
........\模式匹配.doc
........\模式匹配.dsp
........\模式匹配.dsw
........\模式匹配.ncb
........\模式匹配.opt
........\模式匹配.plg
........\Debug
模式匹配