Welcome![Sign In][Sign Up]
Location:
Search - stl

Search list

[VC/MFCSTL

Description: 你现在可以开始学习使用STL来编程,主要学习容器vector, list即可,其他的容器以后再学习。 你发现了没有,STL的vector的用法与你写的template DArray的用法非常类似吧? 是的,你实现的template DArray就是vector的基本原理,可以说是你已经写了一个vector的“雏形”! -You can now begin to learn to program using the STL, the main study and container vector, list can be, later learning of other containers. You have not found, STL s vector of usage and you write the template DArray usage is very similar, right? Yes, you realize the template DArray is the vector of the basic principles, it can be said is that you have written a vector of "shape"!
Platform: | Size: 472064 | Author: 陈婉 | Hits:

[Data structsSTL

Description: 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to a binary tree, from the search to sort, to remove from the .... ..
Platform: | Size: 194560 | Author: 汪柏胜 | Hits:

[Data structsstl-code

Description: stl标准库是C++ 的一个类库,包括容器,算法,迭代器。提供许多基本的算法和数据结构-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.
Platform: | Size: 215040 | Author: 肖新 | Hits:

[OtherSTL

Description: STL源码剖析--侯捷.pdf STL学习必看书籍 新手老手全部适合 全部拿下,必须要看-STL source code analysis- Hou Jie. Pdf STL veteran novice to learn all the must-see for all books won, we must look
Platform: | Size: 6287360 | Author: 王炎 | Hits:

[VC/MFCIntroduction-STL-vector-container

Description: STL vector 容器介绍,其中Vector是很重要的成员-STL vector container description, which is a very important member of the Vector
Platform: | Size: 5120 | Author: 张国生 | Hits:

[STLstl

Description: 读取STL格式文件代码,通过建表简化拓扑结构,获取模型的最大值,最小值等参数。-STL format file to read the code, through the construction of simplified topology table, access to model maximum and minimum values ??and other parameters.
Platform: | Size: 4106240 | Author: 段昭亮 | Hits:

[STLgeneric-programming-with-STL

Description: 泛型编程与STL中文版,全面介绍STL迭代器,容器,算法,对象原理和实现-Chinese version of the generic programming with STL, comprehensive introduction STL iterators, containers, algorithms, objects, principles and implementation
Platform: | Size: 17500160 | Author: Jason | Hits:

[STLThe-Annotated-STL-Sources

Description: STL 源码剖析 侯杰经典译作 了解STL背后的事情 值得一看-Hou Jie STL source code analysis behind the classic translation to understand the things worth seeing STL
Platform: | Size: 6298624 | Author: mr.lee | Hits:

[STLusing-stl

Description: 如何使用stl(中文版) 浅显易懂-How to use the stl.......
Platform: | Size: 23552 | Author: daguai | Hits:

[JSP/Javastl

Description: 该文件为快速成形技术STL文件,其中包括了STL文件的读取,显示以及切片轮廓的计算。该程序用java语言编写。-The file is rapid prototyping technology STL files, including the STL files reads, display and slice the profile of the Java language program calculation with writing
Platform: | Size: 13312 | Author: sunxingchen | Hits:

[STLstl

Description: 读取stl文件,并将读取的数据显示在屏幕上(read stl files and show them on screen)
Platform: | Size: 2072576 | Author: 弯眸 | Hits:

[VC/MFCC++_标准模板库(STL)

Description: STL是一些“容器”的集合,这些“容器”有list,vector,set,map等,STL也是算法和其他一些组件的集合。这里的“容器”和算法的集合指的是世界上很多聪明人很多年的杰作。STL的目的是标准化组件,这样就不用重新开发,可以使用现成的组件。STL现在是C++的一部分,因此不用安装额外的库文件。本书专门对STL库进行了详细的介绍。(STL is a collection of containers that have list, vector, set, map, and so forth, and STL is also a collection of algorithms and other components. Here the "containers" and the collection of algorithms refer to many of the world's most intelligent people of many years of masterpiece. The purpose of STL is to standardize components so that they do not need to be re developed, and ready to use components can be used. STL is now part of C++, so no additional library files need to be installed. This book specifically describes the STL library.)
Platform: | Size: 367616 | Author: 王寒桥 | Hits:

[STLstl

Description: C++ SGI STL 3.3版,提供C++11支持,包含正则表达式array容器等新功能(C++ SGI STL 3.3 edition provides C++11 support, including regular expressions, array containers, and other new features)
Platform: | Size: 221184 | Author: __HaloEtheral | Hits:

[VC/MFCDesigning Components with C++ STL

Description: Designing Components with C++ STL
Platform: | Size: 770048 | Author: ibn reza | Hits:

[OtherSTL

Description: stl源数据(通过vtk调用stl的数据显示)(STL source data (called through VTK))
Platform: | Size: 4512768 | Author: cls666 | Hits:

[DocumentsSTL源码剖析简体中文完整版

Description: STL源码剖析简体中文完整版,了解STL(STL source code analysis, simplified Chinese version of the full, to understand STL)
Platform: | Size: 17522688 | Author: wenqian | Hits:

[Windows DevelopSTL.源码剖析

Description: 对c/c++写的stl源码进行分析。对c语言的数组,链表,队列,栈等数据结构进行了封装(c/c++ stl explian ,stack, data struct)
Platform: | Size: 11512832 | Author: redgreen0 | Hits:

[Otherstl

Description: STL source file. ....[count to 25 chars]....
Platform: | Size: 221184 | Author: ruiqiangzh | Hits:

[VC/MFCC++ STL

Description: 这些都是c++和STL的教程,对于想要熟悉stl的同学帮助会比较大。(it will help you a lot if you are not familiar with c++ and STL.)
Platform: | Size: 19348480 | Author: huanbin | Hits:

[Documentsstl

Description: Education into stl of C++.LINSK ARE REQUIRED IN PDF.
Platform: | Size: 121856 | Author: dentchik2015 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net