• <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
            <2009年8月>
            2627282930311
            2345678
            9101112131415
            16171819202122
            23242526272829
            303112345

            常用鏈接

            留言簿(2)

            隨筆檔案(7)

            相冊

            搜索

            •  

            積分與排名

            • 積分 - 15756
            • 排名 - 948

            最新評論

            閱讀排行榜

            評論排行榜

            #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 閱讀(4777) 評論(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 學校
            樓上有點偏激了。。。  回復  更多評論
              
            青青草原综合久久大伊人精品| 亚洲va中文字幕无码久久不卡| 久久96国产精品久久久| 99久久国语露脸精品国产| 国产精品成人99久久久久| 久久精品卫校国产小美女| 69久久夜色精品国产69| 欧美日韩精品久久久久| 久久久久中文字幕| 色综合久久88色综合天天 | 精品无码久久久久国产| 中文字幕久久亚洲一区| 国内精品久久国产大陆| 久久AV无码精品人妻糸列| 欧美久久综合性欧美| 国产A级毛片久久久精品毛片| 精品无码人妻久久久久久| 久久精品人人做人人妻人人玩| 日韩电影久久久被窝网| 91精品国产综合久久四虎久久无码一级| 精品国产日韩久久亚洲| 88久久精品无码一区二区毛片| 蜜臀av性久久久久蜜臀aⅴ| 久久精品国产亚洲Aⅴ香蕉| 久久99精品综合国产首页| 99久久精品免费看国产一区二区三区| 激情久久久久久久久久| 久久久久久久尹人综合网亚洲| 久久精品一本到99热免费| 久久精品国产亚洲AV不卡| 日本久久久久久久久久| 久久精品国产99久久丝袜| 99久久免费只有精品国产| 久久综合久久综合久久| 久久久久国产精品| 久久99国产精品久久99| 久久精品成人免费网站| 大蕉久久伊人中文字幕| 久久性生大片免费观看性| 久久福利片| 久久强奷乱码老熟女网站|