
c++
qq_37996439
这个作者很懒,什么都没留下…
展开
-
c++常用数组功能函数
vector查找 排序 读文件 #include <vector> #include <fstream> #include <algorithm> #include <functional> #include <iostream> using namespace std; vector<Number> num; struct...原创 2019-05-14 20:02:14 · 2471 阅读 · 0 评论 -
STL之map常用功能
#include <string.h> #include <map> #include <stdio.h> #include <fstream> #include <algorithm> #include <vector> using namespace std; map<long,Number> nu...原创 2019-05-15 14:43:03 · 180 阅读 · 0 评论 -
哈希函数的简单应用
#include <assert.h> #include <string.h> #include <string> #include <stdio.h> using namespace std; map<std::string, URLInfo> urllib; /** * 初始化:使用初始化指令让系统重新完成初始化,内部URL记录...原创 2019-05-17 21:04:01 · 540 阅读 · 0 评论