OOP版電子詞典拓展1

2021-06-22 09:14:55 字數 906 閱讀 1957

/*

* 程式的版權和版本宣告部分:

* 檔名稱:test.cpp

* 作 者:任子儀

* 完成日期:2023年 6月 7日

* 版 本 號:v12.1

* 輸入描述:無

* 問題描述:。

* 程式輸出:

* 問題分析:略

* 演算法設計:略

*/#include#include#include#includeusing namespace std;

class word

word(string e,string c,string w):english(e),chinese(c),word_class(w) {}

friend istream& operator>>(istream&input,word&n);

string get_english()

string get_chinese()

string get_word_class()

int compare(string k)

};istream& operator>>(istream&in,word&n)

class dictionary

infile.close();

}void searchfor(string e)

示例:

心得體會:去年的今天,現在我坐在高考的考場上做著最不喜歡的語文,今年的現在我坐在宿舍裡寫著程式;去年的今天,陽光明媚,今天的現在外面下著雨;去年的今天,有一群二貨陪著我,今年的現在我們已經分散在祖國各地了。不知不覺中,一年過去了。時間都去哪了?????????

OOP版電子詞典

輸入 檔名 sum123.cpp 作 者 林海雲 完畢日期 2015年8月19日 版 本 號 v2.0 問題描寫敘述 做乙個簡單的電子詞典。在檔案dictionary.txt中。儲存的是英漢對比的乙個詞典,詞彙量近8000個,英文 中文釋義與詞性間用 t 隔開。輸入描寫敘述 文字輸入 程式輸出 輸出...

專案 OOP版電子詞典

問題及 檔名稱 main.cpp 作 者 李磊濤 版 本 號 v1.0 問題描述 專案 oop版電子詞典。輸入描述 要查詢單詞。程式輸出 漢語意思。include include include includeusing namespace std class word void word set ...

專案48 OOP版電子詞典

做乙個簡單的電子詞典。在檔案dictionary.txt中,儲存的是英漢對照的乙個詞典,詞彙量近8000個,英文 中文釋義與詞性間用 t 隔開。include include include includeusing namespace std class word void word set st...