lzhenf

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月5日

摘要: //ditionary.h#include <iostream>#include <string>#include <hash_map>#include <fstream>#include <sstream>using namespace std;class Cditionary{public: Cditionary(); ~Cditionary(); int FindWord(string w);private: string strtmp; string word; hash_map<string , int> wor 阅读全文
posted @ 2012-04-05 22:56 lzhenf 阅读(1097) 评论(0) 推荐(0) 编辑