会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
依然老白兔
博客园
首页
新随笔
联系
订阅
管理
2014年8月17日
C++ STL算法---求和:accumulate
摘要: 该算法在numeric头文件中定义。假设vec是一个int型的vector对象,下面的代码://sum the elements in vec starting the summation with the value 42int sum = accumulate(vec.begin() , vec...
阅读全文
posted @ 2014-08-17 21:43 依然老白兔
阅读(12625)
评论(0)
推荐(0)
编辑
公告