字符串匹配算法horspool

horspool()函数是引用别的做者成果,借用过来以供膜拜ios #include<iostream>函数 using namespace std; int horspool(char *T, char *P); int main(){ char *line = "learnopencv"; char *pat = "nop"; int s = horspool(line, pat); cout
相关文章
相关标签/搜索