Quantcast
Channel: 程序人生 » set
Browsing all 3 articles
Browse latest View live

STL set示例代码

通过下面的代码,可以加强对set的一些理解。 #include <iostream> #include <set> #include <iterator> using namespace std; int main() { typedef set<int, greater<int> > IntSet; IntSet coll1;...

View Article



STL multiset示例代码

通过一些操作来熟悉对STL中multiset的一些了解,其实multiset和set的区别就是multiset允许重复值的存在,其他很多操作基本上都是相同的。 #include <iostream> #include <set> #include <iterator> using namespace std; int main() { typedef...

View Article

Image may be NSFW.
Clik here to view.

2010年CET四六级口语考试成绩查询

关键词:CET-SET、CET口语、CET四六级口语、成绩查询、99宿舍 关于 2010年5月全国大学英语四、六级考试口语考试成绩公布的通知      2010年5月全国大学英语四、六级考试口语考试成绩将于2010年9月18日正式公布。 查分网址为 cet.99sushe.com                全国大学英语四、六级考试委员会办公室...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images