
STL
文章平均质量分 78
buigege
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
STL_vector
STL_vector /** * @brief A standard container which offers fixed time access to * individual elements in any order. * *原创 2011-08-21 08:59:59 · 880 阅读 · 0 评论 -
STL_map
STL_map源码 /** * @brief A standard container made up of (key,value) pairs, which can be * retrieved based on a key, in logarithm原创 2011-08-21 08:25:28 · 648 阅读 · 0 评论 -
STL_set
STL_set源码 /** * @brief A standard container made up of unique keys, which can be * retrieved in logarithmic time. * *原创 2011-08-21 08:31:33 · 443 阅读 · 0 评论 -
STL_list
STL_list /** * @brief A standard container with linear time access to elements, * and fixed time insertion/deletion at any poin原创 2011-08-21 08:41:58 · 591 阅读 · 0 评论