1
8
你可能需要检查一下尺寸,但一般来说你可以用
例如(用于)
你需要确保
|
2
3
可以使用std::transform: http://www.cplusplus.com/reference/algorithm/transform/ |
3
0
好吧,我可能错了,但是: 简短回答:否 long answer : perhaps something clever should be done about it, but writing the code as a loop is much more readable. 它提醒我以下问题: "given a vector x and a vector y of same size, permute elements of x and y simultaneously such that y is sorted according to some predicate" 我不能用一些STL算法直接解决(除了繁琐的ad-hoc迭代器类,可能是通用的,但是硬写快速排序更容易——这就是为什么我和C++有一种爱恨关系)。 |
Julia · 矢量中相加为总和S的值的数量 1 年前 |
C_Rod · 在模板方法中确定STL容器中项目的数据类型 2 年前 |
quantumwell · 将空向量放入std::map() 6 年前 |
OutOfBound · 对未初始化内存使用算法的优点 6 年前 |
DarthRubik · 在使用列表删除之后,迭代器如何不无效 6 年前 |