C++Posted on2015年9月17日2017年10月14日 STL-algorithm之 all_of和any_of的用法(C++11) 标准模板库为我们提供了很多方便,使这些常用的东西不… Read More
C++Posted on2015年9月16日2017年10月14日 STL-algorithm之count和count_if的用法 count和count_if用来统计一组数据中满足… Read More
C++Posted on2015年9月15日2017年10月14日 STL-algorithm之adjacent_find的用法 adjacent_find ()函数的定义如下: … Read More