word.h標頭檔案
#ifndef word_h_included
#define word_h_included
#include #include #include #include#include#define list_init_size 500 /*線性表儲存空間的初始分配量*/
#define listincrement 10 /*線性表儲存空間的分配增量*/
#define file_name_len 20 /*檔名長度*/
#define word_len 20 /*單詞長度*/
#define maxstrsize 256
#define llength 110 /*規定一行有110個位元組*/
#define maxstr 258
#define word 21
typedef struct
str; /* 定義順序串型別 */
typedef struct
danci;
typedef struct sqlist;
char filename[20];
#endif // word_h_included
主程式:
#include"word.h"
#include using namespace std;
int sqlist_init(sqlist *sq,danci *et)
int sqlist_add(sqlist *sq,danci *et,char *word)
else if (strcmp(et[i].word, word) > 0) //保證了按照字典序插入
break;
}if(sq->length==list_init_size)
int denglu()
while(k<1||k>6);
return k;
}void getfile()
int getlocate()
}system("pause");
return 0;
}int main()
}system("pause");
//return 0;
}
單詞檢索 題解
呃 這題,真的不想說話。給出n個由小寫字母組成的字串,統計至少在m個字串中出現過的長度為l的字串數 n,m 2000,l i,l 1000 n m 2000,l i,l 1000 一看,就知道是雜湊 對於每個長度為l的串,都雜湊一下 還要記得o 1 o 1 推下乙個雜湊值,對於同乙個模板中出現多次的...
檢索單詞的個數
文字檢索是軟體最常用的乙個功能,用c語言寫一段程式,統計某個檔案中單詞的個數。文字檢索是軟體最常用的乙個功能,下面的 將教你如果使用c語言統計單詞的個數。實現 include include include include argc 統計執行程式時命令列引數的個數 argv 儲存每個引數的字串指標,...
資訊檢索的程式
分析研究課題,明確檢索要求。分析課題的主要內容 研究要點,明確該課題的學科範圍 語種範圍 時間範圍 文獻型別等,為下一步的檢索操作做好充分準備工作。選擇資訊檢索系統,確定檢索途徑 1 在資訊檢索系統齊全的情況下,首先使用資訊檢索工具指南來指導選擇。2 在沒有資訊檢索工具指南的情況下,可以採用瀏覽圖書...