文件名称:ds11
介绍说明--下载内容均来自于网络,请自行研究使用
模式匹配
由用户输入主串s和模式串t,对s和t进行模式匹配。若匹配成功,返回模式串在主串中第一次出现的起始位置(下标),编号从0开始;反之,返回-1。
注:使用KMP算法
-Pattern Matching
S main string entered by the user and the pattern string t, s and t for pattern matching. If the match is successful, the starting position (index) Returns the pattern string in the main string of the first occurrence, the numbering starts at 0 Conversely, returns-1.
Note: Use the KMP algorithm
由用户输入主串s和模式串t,对s和t进行模式匹配。若匹配成功,返回模式串在主串中第一次出现的起始位置(下标),编号从0开始;反之,返回-1。
注:使用KMP算法
-Pattern Matching
S main string entered by the user and the pattern string t, s and t for pattern matching. If the match is successful, the starting position (index) Returns the pattern string in the main string of the first occurrence, the numbering starts at 0 Conversely, returns-1.
Note: Use the KMP algorithm
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ds11.c