• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            隨筆 - 7  文章 - 15  trackbacks - 0
            <2025年7月>
            293012345
            6789101112
            13141516171819
            20212223242526
            272829303112
            3456789

            常用鏈接

            留言簿(2)

            隨筆檔案(7)

            相冊

            搜索

            •  

            積分與排名

            • 積分 - 15805
            • 排名 - 952

            最新評論

            閱讀排行榜

            評論排行榜

            #i nclude <stdio.h>
            #i nclude <stdlib.h>
            #i nclude <string.h>
            #i nclude <time.h>

            //獲得prefix數組
            int* GetPrefixValue(char* strPattern, int iPatternLen)
            {
            ??? int i, j; /* i runs through the string, j counts the hits*/
            ??? int* prefix = (int*)malloc(iPatternLen*sizeof(int));
            ???
            ??? i = 1; j = 0;
            ??? prefix[0] = 0;
            ???
            ??? while(i<iPatternLen)
            ??? {
            ??????? if(strPattern[i] == strPattern[j])
            ??????? {
            ??????????? prefix[i] = ++j;
            ??????? }
            ??????? else
            ??????? {
            ??????????? j = 0;
            ??????????? prefix[i] = j;
            ??????? }
            ???????
            ??????? i++;
            ??? }
            ???
            ??? return prefix;??????????
            }???

            //返回target串在pattern串中第一次匹配的index
            int KMPStringMatch(char* strPattern, int iPatternLen, char* strTarget, int iTargetLen, int* prefix)
            {
            ??? int i = 0;
            ??? int j = 0;
            ???
            ??? while(i<iPatternLen && j<iTargetLen)
            ??? {
            ??????? if(j==0 || strPattern[i]==strTarget[j])
            ??????? {
            ??????????? i++;? j++;
            ??????? }
            ??????? else
            ??????? {
            ??????????? j = prefix[j];
            ??????? }
            ??? }????????????
            ???
            ??? free(prefix);
            ????
            ??? if(j==iTargetLen)
            ??? {
            ??????? return i-j;
            ??? }
            ??? else
            ??? {
            ??????? return -1;
            ??? }????????
            }????????

            int KMP(char* strPattern, char* strTarget)
            {
            ??? int* prefix = GetPrefixValue(strPattern, strlen(strPattern));
            ??? int index = KMPStringMatch(strPattern, strlen(strPattern), strTarget, strlen(strTarget), prefix);
            ??? return index;
            }

            //在文本文件中查找target串出現的行數
            int SearchInTxtFile(char* fileName, char* strTarget)
            {
            ??? FILE* hFile = fopen(fileName, "r");
            ???
            ??? char str[1024];
            ??? int count = 0;
            ???
            ???
            ??? while(fgets(str, 1024, hFile))?
            ??? {
            ??????? if(KMP(str, strTarget)!=-1)
            ??????? {
            ??????????? count++;
            ??????? }???
            ??? }?????
            ???
            ??? fclose(hFile);
            ??? hFile=NULL;
            ???
            ??? return count;
            }????
            ????????????
            int main()
            {
            ??? char ch;
            ??? char str1[] = "abcabcabctasksb,abTo";
            ??? char str2[] = "abc";
            ???
            ??? double t=clock();
            ??? printf("%d\n", KMP(str1,str2));
            ??? printf("耗時:%f毫秒!\n", (clock()-t));
            ???
            ??? t=clock();
            ??? printf("find %d \n", SearchInTxtFile("c:\\txt.txt", "NULL"));
            ??? printf("耗時:%f毫秒!\n", (clock()-t));
            ??? scanf("%c", &ch);

            ??? return 0;
            }?

            posted on 2006-07-05 23:48 Bourne 閱讀(4786) 評論(4)  編輯 收藏 引用

            FeedBack:
            # re: KMP字符串匹配算法C語言實現 2009-02-18 13:24 楊如清
            錯誤的算法
            char str1[] = "abcabcabctasksb,abTo";
            char str2[] = "sb";
            KMP(str1,str2)返回0  回復  更多評論
              
            # re: KMP字符串匹配算法C語言實現 2009-02-27 19:46 gaewah
            的確好像錯了厄。。
            abaababaab
            的prefix算錯了。。  回復  更多評論
              
            # re: KMP字符串匹配算法C語言實現 2009-08-17 14:45 test
            簡直就一垃圾 這樣的代碼也貼出來!  回復  更多評論
              
            # re: KMP字符串匹配算法C語言實現 2011-06-17 10:04 學校
            樓上有點偏激了。。。  回復  更多評論
              
            久久婷婷综合中文字幕| 中文国产成人精品久久亚洲精品AⅤ无码精品 | 无码AV中文字幕久久专区| 久久久久久九九99精品| 精品国产综合区久久久久久 | 国产福利电影一区二区三区,免费久久久久久久精 | 色老头网站久久网| 精品国产乱码久久久久久1区2区| 久久精品国产亚洲网站| 亚洲精品国精品久久99热| 精品久久久久久亚洲| 久久久久久伊人高潮影院| 青草影院天堂男人久久| 国产成人精品综合久久久久 | 日本强好片久久久久久AAA| 国产精品伊人久久伊人电影| 亚洲欧美伊人久久综合一区二区| 欧美激情精品久久久久| 人妻无码αv中文字幕久久琪琪布| 91精品国产91久久久久久青草| 久久国产色av免费看| 四虎亚洲国产成人久久精品| 99久久久精品免费观看国产| 亚洲乱码日产精品a级毛片久久| 色成年激情久久综合| 久久精品麻豆日日躁夜夜躁| 久久婷婷五月综合色奶水99啪| 精品无码久久久久久久动漫| 亚洲国产精品久久久久婷婷老年| 久久精品人人做人人爽97 | 亚洲色欲久久久久综合网| 国产亚洲精久久久久久无码AV| 久久99精品国产99久久6男男| 色88久久久久高潮综合影院| 久久99热这里只有精品国产| 亚洲熟妇无码另类久久久| 久久精品一区二区三区AV| 亚洲av日韩精品久久久久久a| 狠狠精品久久久无码中文字幕| 精品国产青草久久久久福利| 亚洲人成伊人成综合网久久久|