stl教程 返回上层
- 第1章 string类
- C++ string
- auto_ptr智能指针
- basic_string
- string成员函数
- string构造函数和析构函数
- C++获取字符串长度
- C++获取字符串元素
- C++字符串比较
- C++字符串修改和替换
- C++字符串输入输出
- C++字符串查找
- C++ string支持迭代器
- C++ string支持配置器
- 第2章 序列容器
- 序列式容器
- C++ array
- array元素的获取
- array迭代器
- array元素的比较
- C++ vector
- vector的容量和大小
- vector获取(访问)元素
- vector迭代器及用法
- vector添加(增加)元素
- vector插入元素
- vector删除元素
- deque的使用、创建及初始化
- deque获取元素
- deque添加和删除元素
- deque修改元素
- list的使用、创建和初始化
- list增加和插入元素
- list删除元素
- list元素的排序和合并
- list访问(获取)元素
- forward_list用法
- 自定义迭代器
- 第4章 map容器
- C++ map
- C++ map的创建
- C++ map插入数据
- C++ map构造元素
- C++ map获取元素
- C++ map删除元素
- C++ pair
- C++ tuple
- C++ multimap
- C++ 自定义比较函数
- C++ hash
- C++ unordered_map
- C++ unordered_map初始化
- C++ unordered_map插入元素
- C++ unordered_map获取元素
- C++ unordered_map删除元素
- C++ unordered_multimap
- 第5章 set容器
- C++ set
- C++ set初始化
- C++ set添加、删除和访问元素
- C++ set用法
- C++ set迭代器
- C++ set保存指针
- C++ multiset
- C++ unordered_set
- C++ unordered_set插入元素
- C++ unordered_set查找元素
- C++ unordered_set删除元素
- C++ set_union
- C++ set_intersection
- c++ set_difference
- C++ includes
- 第6章 C++常用算法
- C++ sort
- C++ stable_sort
- C++ partial_sort
- C++ nth_element
- C++ is_sorted
- C++ merge和inplace_merge
- C++ find
- C++ find_if
- C++ find_if_not
- C++ find_first_of
- C++ adjacent_find
- C++ find_end
- C++ search
- C++ search_n
- C++ partition
- C++ partition_copy
- C++ partition_point
- C++ binary_search
- C++ lower_bound
- C++ upper_bound
- C++ equel_range
- C++ all_of、any_of及none_of
- C++ equal
- C++ mismatch
- C++ lexicographical_compare
- C++ next_permutation
- C++ prev_permutation
- C++ is_permutation
- C++ copy_n
- C++ copy_if
- C++ copy_backward
- C++ reverse_copy
- C++ unique
- C++ rotate
- C++ rotate_copy
- C++ move
- C++ swap_ranges
- C++ remove函数
- C++ fill和fill_n
- C++ generate和generate_n
- C++ transform
- C++ replace
- 第7章 随机数
- C++随机数
- 概率、分布和熵
- C++ 随机数生成
- C++随机数生成器
- C++ uniform_int_distribution
- C++ uniform_real_distribution
- C++ generate_canonical
- C++ normal_distribution
- C++ lognormal_distribution
- C++ discrete_distribution
- piecewise_constant_distribution
- C++ piecewise_linear_distribution
- C++ binomial_distribution
- C++ 随机数生成器和随机数引擎
- C++线性同余法
- C++梅森旋转算法
- C++带进位的线性同余法