由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Associative container 是 set, multiset, map, multimap 这些东西吗?
相关主题
问几个关于hash, map, set的问题 (转载)问一下STL里的queue, and stack 遍历的问题 (转载)
Question on C++ Access Control (protected)is there any cpp container similar to this one?
c++里面有什么Container插入是最快的?关于inserter
deque的pointer和reference是怎么回事?Re: 110道C++面试题目,你会做多少? (转载)
Question about vector as a class member一个C++的概念问题
stl container erase in a loop弱弱的问问hash, hashtable? (转载)
std::map 为什么没有排序呢这两种容器定义形式有区别吗?
请教用c++读取large file怎么可以快一些?这个代码PYTHON怎么写?其他语言呢?
相关话题的讨论汇总
话题: container话题: multimap话题: multiset话题: map
进入Programming版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
Associative container 是 set, multiset, map, multimap 这些东西吗?
原来C++容器也分贫下中农:
Sequence Container: vector, deque, list
Container Adaptor: stack, queue, priority_queue
Associative container: set, multiset, map, multimap ???
f*******n
发帖数: 12623
2
yes
1 (共1页)
进入Programming版参与讨论
相关主题
这个代码PYTHON怎么写?其他语言呢?Question about vector as a class member
question regarding standard librarystl container erase in a loop
问个有关C++ map的问题std::map 为什么没有排序呢
What's problem with this piece of code using stl map?请教用c++读取large file怎么可以快一些?
问几个关于hash, map, set的问题 (转载)问一下STL里的queue, and stack 遍历的问题 (转载)
Question on C++ Access Control (protected)is there any cpp container similar to this one?
c++里面有什么Container插入是最快的?关于inserter
deque的pointer和reference是怎么回事?Re: 110道C++面试题目,你会做多少? (转载)
相关话题的讨论汇总
话题: container话题: multimap话题: multiset话题: map