标准模板库
标准模板库(英文:Standard Template Library,缩写:STL),是一个C++软件库,也是C++标准进程库的一部分。其中包含4个组件,分别为算法、容器、函数、迭代器。
模板是C++进程设计语言中的一个重要特征,而标准模板库正是基于此特征。标准模板库使得C++编程语言在有了同Java一样强大的类库的同时,保有了更大的可扩展性。
单词 | Standard Template Library |
释义 |
Standard Template Library
中文百科
标准模板库标准模板库(英文:Standard Template Library,缩写:STL),是一个C++软件库,也是C++标准进程库的一部分。其中包含4个组件,分别为算法、容器、函数、迭代器。 模板是C++进程设计语言中的一个重要特征,而标准模板库正是基于此特征。标准模板库使得C++编程语言在有了同Java一样强大的类库的同时,保有了更大的可扩展性。
英语百科
Standard Template Library 标准模板库The Standard Template Library (STL) is a software library for the C++ programming language that influenced many parts of the C++ Standard Library. It provides four components called algorithms, containers, functional, and iterators. The STL provides a ready-made set of common classes for C++, such as containers and associative arrays, that can be used with any built-in type and with any user-defined type that supports some elementary operations (such as copying and assignment). STL algorithms are independent of containers, which significantly reduces the complexity of the library. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。