上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 92 下一页
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<vector> 5 #include<algorithm> 6 #include<string> 7 8 9 /* 10 5.2.6 count_if 阅读全文
posted @ 2021-05-13 11:51 yub4by 阅读(70) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<vector> 5 #include<algorithm> 6 #include<string> 7 8 9 /* 10 5.2.5 count 11 阅读全文
posted @ 2021-05-13 11:50 yub4by 阅读(86) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<vector> 5 #include<algorithm> 6 #include<string> 7 8 9 /* 10 5.2.3 adjacent 阅读全文
posted @ 2021-05-13 11:49 yub4by 阅读(55) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<vector> 5 #include<algorithm> 6 #include<string> 7 8 9 /* 10 5.2.2 find_if 阅读全文
posted @ 2021-05-13 11:48 yub4by 阅读(65) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<vector> 5 #include<algorithm> 6 #include<string> 7 8 9 /* 10 5.2 常用查找算法 11 阅读全文
posted @ 2021-05-13 11:47 yub4by 阅读(80) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<vector> 5 #include<algorithm> 6 7 8 /* 9 5 STL常用算法 10 11 算法主要是由头文件<algorith 阅读全文
posted @ 2021-05-12 20:26 yub4by 阅读(181) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<functional> 5 #include<vector> 6 #include<algorithm> 7 8 9 /* 10 4.3 内建函数对象 阅读全文
posted @ 2021-05-12 19:48 yub4by 阅读(50) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<vector> 5 #include<algorithm> 6 7 8 /* 9 4.2 谓词 10 11 4.2.1 谓词概念 12 返回bool类 阅读全文
posted @ 2021-05-12 19:47 yub4by 阅读(62) 评论(0) 推荐(0)
摘要: 1 #include<iostream> 2 #include<cstdlib> 3 using namespace std; 4 #include<string> 5 6 7 /* 8 4.1 函数对象 9 10 4.1.1 函数对象概念 11 12 概念: 13 重载函数调用操作符的类,其对象常 阅读全文
posted @ 2021-05-12 19:46 yub4by 阅读(51) 评论(0) 推荐(0)
摘要: #include<iostream> #include<cstdlib> using namespace std; #include<vector> #include<string> #include<map> #include<ctime> #define CEHUA 0 #define MEIS 阅读全文
posted @ 2021-05-12 16:03 yub4by 阅读(104) 评论(0) 推荐(0)
上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 92 下一页