内容简介:STL: standard template library 标准模板库., 收录于 C++ 标准程序库中, 为其子集. 主要包括容器,算法,迭代器.容器 container包括数组,堆栈,队列,链表,叉树 以及 STL标准容器.
STL: standard template library 标准模板库., 收录于 C++ 标准程序库中, 为其子集. 主要包括容器,算法,迭代器.
点击( 此处 )折叠或打开
- 标准库 :
- C 标准函数
- 输入输出
- 数值
- 诊断
- 通用工具
- 国际化
- 语言支持
- STL
- 迭代器
- 算法
- 容器
- 字符串
容器 container
包括数组,堆栈,队列,链表,叉树 以及 STL标准容器.
STL容器为存储 T 类型.
算法 algorithm
应用在容器上的各种方法, 处理其内容的行为或功能. 如排序,复制,检索,合并等.
STL中算法由模板函数实现. 这些算法是通用的, 可用于STL和普通容器.
迭代器 iterator
可看做一个指向容器元素的普通指针, 是算法和容器的连接.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Designing Programmes
Karl Gerstner / Springer Verlag / 2007 / $499.00
Karl Gerstnera (TM)s work is a milestone in the history of design. One of his most important works is Designing Programmes, which is presented here in a new edition of the original 1964 publication. I......一起来看看 《Designing Programmes》 这本书的介绍吧!