...已久的 STL(Standard Template Library,标准模板程式库),不再被单独对待,而是被纳入整个 C 标准程式库(Standard Library)。同时,原有的程式库(如 iostream)也根据泛型技术(generics)在内部做了很大的修改。
基于490个网页-相关网页
而现在在程序的编写过程中也已经不可缺少泛型技术带来的成熟产品--C++标准程序库(Standard Library).该程序库将STL(Standard Template Library,标准模板库)纳入其中.
基于140个网页-相关网页
... standard library 标准库 standard library 标准链接库 standard linkage register 标准连接寄存器 ...
基于112个网页-相关网页
Standard Library Functions 标准库和内存分配函数 ; 标准库函数 ; 询
the c standard library 自修教程与参考手册
standard template library 标准模板库 ; 标准模板程式库 ; 模板库的 ; 标准模版库
GNU C standard library GNUC基本库
c standard library function c库函数
Digital Standard Library 数字标准馆
·2,447,543篇论文数据,部分数据来源于NoteExpress
以上来源于: WordNet
What about the standard library?
那么标准库如何呢?
ABC had no concept of a standard library.
ABC 是没有标准函数库一说的。
Include our library, include the standard library.
包括我们自己的库,包括标准输入输出库。
Include our library, include the standard library.
包括我们自己的库,包括标准输入输出库。
The standard library, that first line of code, it's not strictly necessary but any time you use a function, a tool that someone else wrote that lives in that so called library, you do need that include line as we'll see.
标准库函数--第一行代码,严格来说,不是每次都要写的,但是一旦你调用某个别人写,的函数,而这个函数又恰巧位于标准库里面,你就要像我们看到的这样,把它include进去。
But it turns out that because the Standard I/O Library is -lstdio so common they don't force people to type this all day long because it's just so commonly used.
由于大家都会用到标准输入输出库,因此我们不要求每次都在后面添上,可以省略。
应用推荐