Standard Template Library
- 网络标准模板库;标准模板库的;标准模版库;标准模板类库
-
The Standard Template Library ( STL ) defines pair in the header utility .
标准模板库(STL)在头文件实用程序中定义pair。
-
The C + + Standard Template Library ( STL ) was one of the great innovations in library design .
C++标准模板库(STL)是库设计中一个重大革新。
-
Extraction of Digital Drainage Network Characteristics Base on Standard Template Library
基于标准模版库的数字水系特征提取研究
-
Algorithm Complexity of Container in Standard Template Library
STL容器的算法复杂性问题
-
The standard template library provides various algorithms and data structures , which are utilized to program high quality code with good readability .
开发过程中,利用标准模板库提供的基本算法和数据结构,可以实现效率高、可读性好的高质量代码。
-
Combined generic programming , object oriented programming and design pattern theories , C + + brings standard template library ( STL ) .
C++融合了泛型程序设计、面向对象程序设计和设计模式思想,提出了STL标准模板库。
-
JSP ™ Standard Template Library ( JSTL ) provides additional common functionality for JSPs such as iterations , formatting , and internationalization .
JSP标准模板库(JSTL)为JSP提供了其他常见功能,例如迭代、格式化和国际化。
-
This paper introduces the basic concepts of Standard Template Library ( STL ) of C + + as well as STL programming with containers , iterators and algorithms .
本文介绍了C++中的标准模板库(STL)的基本概念和应用容器、迭代器、算法进行STL程序设计的过程。
-
This approach is similar to what is done in the C + + standard template library ( and that should give us reason to worry that it 's not a good approach ) .
该方法类似于在C++标准模板库中完成的事情(这使我们有理由担心它不是一个好方法)。
-
Instead of the ANSI C-based application program interface ( API ), a C + + developer would probably use strings from the Standard Template Library ( STL ) .
C++开发人员并没有使用基于ANSIC的应用程序编程接口,而是使用标准模板库(StandardTemplateLibrary,STL)中的字符串。
-
The toolkit declines the use of Standard Template Library ( STL ) classes so as not to limit wxWidgets to platforms on which STL is available .
工具包拒绝标准模板库(STL)类的使用以避免将wxWidgets限制在STL可用的平台。
-
In the process of the implementation , we use the STL , Standard Template Library , of C + + , and some data structures , such like vector , set and quick sort algorithm .
程序采用了C++的标准模板库(STL,StandardTemplateLibrary),涉及到的数据结构有向量,集合和快速排序算法等。
-
In C + + , the Standard Template Library includes an implementation of linked lists , but for the techniques I 'm going to show here , the Standard Template Library implementation is not adequate .
在C++中,标准模板库(StandardTemplateLibrary)中包括链表的一个实现,但是,对这里我即将介绍的技术而言,只有标准模板库实现还不够。
-
The recommended Standard Template Library ( STL ) has only a few basic classes like hash , stack , and vector , so it can 't effectively be used to replace legacy utility libraries .
建议的标准模板库(StandardTemplateLibrary,STL)只具有诸如hash、stack和vector等少数基本类,因此无法有效地用于取代遗留实用工具库。
-
The Standard Template Library , or STL , is a C + + library of container classes , algorithms , and iterators ; it provides many of the basic algorithms and data structures of computer science .
标准模板库STL是一个包含容器类,算法和迭代器的C++库;它提供了很多计算机科学的基本算法和数据结构。
-
The paper utilizes C + + standard template library to implement road network data organization based on A algorithm . It mainly discusses from topological structure , spatial index , A algorithm data structure , hierarchical and meshes storing .
采用C++标准模板库实现基于A算法的路网数据组织,着重从路网的拓扑结构、空间索引、A算法数据结构、分层和分网格组织几方面来讨论。
-
The system was analyzed and designed with object oriented analysis and design method . The language using in this system is C + + with the support of STL ( Standard Template Library ) and is compiled in VC + + .
采用面向对象的思想对系统进行分析设计,利用CH语言并基于标准模版库(STL)开发,编译环境为VC++。
-
The leftright and topbottom are STL ( Standard Template Library ) - like half-open ranges for column ( s ) and row ( s ) respectably .
leftright和topbottom是分别用于列和行的类STL(标准模板库)的半开区间(half-openrange)。
-
Then combining with actual data and the knowledge of graph theory , we give an efficient organization of using C + + STL ( Standard Template Library ) . We analysis of two classic path algorithm ( Dijkstra and A ) .
随后结合实际数据情况以及图论方面的知识,使用C++STL(StandardTemplateLibrary)给出了一种高效的道路路网数据组织方案。
-
And then made a brief introduce to this system according to each module : Use the weighting oriented graph as the data structure of the teaching order design area , and realize the function of teaching order design area using the vector of standard template library as the stack ;
接着阐述了实现这个项目的一些关键技术:用加权有向图作为教学顺序设计区的数据结构,并运用标准模板库中的vector作为栈来实现教学顺序设计区的功能;