數(shù)據(jù)結(jié)構(gòu)試驗 文學(xué)助手KMP_第1頁
數(shù)據(jù)結(jié)構(gòu)試驗 文學(xué)助手KMP_第2頁
數(shù)據(jù)結(jié)構(gòu)試驗 文學(xué)助手KMP_第3頁
數(shù)據(jù)結(jié)構(gòu)試驗 文學(xué)助手KMP_第4頁
數(shù)據(jù)結(jié)構(gòu)試驗 文學(xué)助手KMP_第5頁
已閱讀5頁,還剩3頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、數(shù)據(jù)結(jié)構(gòu)試驗 文學(xué)助手 KMP  實驗報告     實驗名稱:數(shù)據(jù)結(jié)構(gòu)實驗三 實驗內(nèi)容 :文學(xué)家助手 實驗儀器: 計算機(jī)     學(xué)院:計算機(jī)學(xué)院 班級:B軟件工程 學(xué)號 :姓名: XXXX 成績: 指導(dǎo)教師:XXX     一、 問題描述  文章存于一個文本文件中。待統(tǒng)計的詞聚集合要一次輸入完畢,即統(tǒng)計工作必須在程序的一次運行之后就全部完成。程序的輸出結(jié)果是每個詞的出現(xiàn)次數(shù)和出現(xiàn)位置所在的行號,格式自行設(shè)計。  要

2、求采用基于KMP的算法實現(xiàn)。  整個統(tǒng)計過程只對文章文字掃描一遍以提高效率。     程序代碼  #include "stdafx.h"  #include "stdafx.h"  #include "stdio.h"  #include "malloc.h"  #include "string.h"  #includ

3、e "conio.h"  using namespace System;  char articles="aaa bbb ccc abc abc"  struct HString  char* words;  int length;  int* next;  int count;  int j;    int row=0;  int co

4、l=0;  HString* creat(int length)  HString* words=(HString*)malloc(sizeof(HString);  words->words = (char*)malloc(sizeof(char)*length);  words->length=length;  words->next =(int*)malloc(sizeof(int)*(length+1);  words->j = 0; 

5、; words->count=0;  return words;    int Index_KMP(char* S,HString* w,int pos)  int i=pos; int j=0;  int l;  l=strlen(S);  while(i<=l&&j<w->length)  if(j<0|Si=w->wordsj)     &

6、#160;+i;  +j;       else j=w->nextj;    if(j=w->length)  return i-w->length;  else return 0;       void Do_Index_KMP(char* S,HString* w,int num)  int i=0;  int l

7、;  l=strlen(S);  while(i<l)  if (Si='.')col=0;row+;  else col+;     for (int s=0;s<num;s+)  while (ws->j >= 0 && ws->wordsws->j !=Si)  ws->j=ws->nextws->j;  +ws->j;

8、  if (ws->j=ws->length)  printf("%s is at row:%d-col:%dn",ws->words,row+1,col - ws->length+1); ws->count+;  ws->j =0;      i+;   for(int s=0;s<num;s+)  printf("The count of %s is %dn&q

9、uot;,ws->words,ws->count);    void get_next(HString* w)  int i=1;  int j=0;  w->next1=0;  while(i<w->length)  if(j=0|w->wordsi-1=w->wordsj-1)    +i;  +j;  w->nexti=j;

10、    else j=w->nextj;    for(i=0;i<w->length;i+)  w->nexti=w->nexti+1-1;    void main()  HString* words;  int word_number=0;  char input_chars128;  printf("the article is

11、:n");  int i=0;  while(articlesi!='0')   i+;  printf("%c",articlesi);  if(articlesi='.') printf("n");    printf("nn*n");  printf("how many words you want to count:n

12、");  scanf("%d",&word_number);  words=(HString*)malloc(sizeof(HString*)*word_number);  for (int i=0;i<word_number;i+)  printf("nplease input %dth word:n",i+1);  scanf("%s",input_chars);  wordsi=creat(strlen(input_chars);  strcpy(wordsi->words,input_chars);  get_next(wordsi);   Do_Index_KMP(articles,words,word_number);       for (int i=0;i<word_number;i+) free(wordsi); free(words); while(!kbhit();

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論