2014年9月25日

包含停用词的词频统计(map,set非class版本)<< 0919

摘要: ``` #include #include #include #include//string IO流头文件#include #include //使用set的头文件#include // 使用map 的头文件#include #ifndef __STDC_FORMAT_MACR... 阅读全文

posted @ 2014-09-25 02:26 __hello world 阅读(221) 评论(0) 推荐(0) 编辑

pair,map,set<<0924

摘要: ###生成pair类型对象的三种方法```pair word;word.first = "hello";word.second = 12;pair word2("world", 13);pair word3;word3 = make_pair("foo", 15);```###map* map为一个... 阅读全文

posted @ 2014-09-25 00:52 __hello world 阅读(139) 评论(0) 推荐(0) 编辑

小项目代码备份

摘要: 1. [优先级队列实现将Score结构体自定义比较函数按照score->name->id排序](https://github.com/sunstarss/0923/blob/master/test.cc)**0923** 2. [时间戳函数的实现](https://github.com/sunst... 阅读全文

posted @ 2014-09-25 00:10 __hello world 阅读(60) 评论(0) 推荐(0) 编辑

导航