strstr函數

ACM模版c++ strstr /* * strstr函數 * 功能:在串中查找指定字符串的第一次出現 * 用法:char *strstr(char *strOne, char *strTwo); * 聽說strstr函數和KMP的算法效率差很少 */ int main(int argc, const char * argv[]) { char strOne[] = "Borland I
相關文章
相關標籤/搜索