搜索资源列表
C++_src
- The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).-The
C++ STL编程轻松入门.files
- STL的编程的一本书!!very good-STL programming of a book! ! Very good! !
IniFileNew
- 我们都经常使用配置文件。为此我编写了IniFile文件读写类。使用非常简单,请参见示例程序。 程序采用了两种方法,一种是使用iterator调用,一种是直接使用数组下标,可根据不同情况分别选用。 采用C++STL编写,适用于Windows,Linux,Unix任意平台下的任意开发环境,在此只是用Win平台的CBuilder做个示意。-we are always use configuration files. Therefore, I have prepared a document l
用标准模板库STL实现文件比较
- 用标准模板库STL实现文件比较. 本文讨论如何使用标准模板库(STL),类模板和函数模板,以及其它编程技术来解决实际问题。本文涉及到STL包含的集合和向量,函数模板,类模板,常量检验,出错处理和使用STL的文件I/O。 要阅读本文,你要熟悉C++,熟悉类模板和函数模板。本文汇集了大量有关的信息,指引你逐步阅读。 本文用提问,设计和解决方案引导阅读。希望你能喜欢。 -Standard Template Library STL files comparison. This pa
C++STLProgrammersGuide
- 经典的STL书籍:《C++STL程序员开发指南》-classic books : "C programmers to develop guidelines for STL"
STL-12
- C++的一个类库,类似于CString的自我实现-of a Class C, similar to redeem the self-realization
STLport-lastest-release.tar
- 通用c++ stl库,支持多种功能,可以移植到多个平台。-generic c stl the support of a variety of functions and can be transferred to a variety of platforms.
stl.LCS
- 参考算法导论写的LCS算法,仿照STL的泛型风格,适用于多种STL容器中的各种类型数据构成的序列的最大公共子序列(Longest Common Subsequence)问题求解。-reference Introduction to write the algorithm LCS algorithm, modeled on the STL Generic style. STL is applicable to many types of containers data constitute the
学生管理系统-STL版
- 一个用c++写的控制台版学生管理例子,主要用STL写成
C++STL
- 经典书之一,本书对c++stl进行了全面深入的阐述。使用之可极大的提高编程效率-One of the classic book, this book c++ Stl conducted a comprehensive and in-depth exposition. Use can greatly improve the programming efficiency
STL-opentree
- 精美的界面设计,Microsoft Visual C++ 6.0编写,可以用2005,2008什么的打开-Elegant interface design, Microsoft Visual C++ 6.0 to prepare, can be used to open what 2005,2008
CppTemplates.ccrun.055544
- VC环境下可以充分开发和利用的C++ STL资料,可以深入学习STL知识.-VC environment, can fully develop and utilize the C++ STL data, a thorough study of knowledge of STL.
CplusplusStl
- 学校acm培训讲解关于C++STL的示例代码,非常简单清晰,初学者必备(环境为Visual C++ 6.0)-Acm training school on the C++ STL to explain the sample code is very simple and clear, essential for beginners
STL-sort
- 详细介绍了C++中STL里面sort函数的使用方法,对于想使用该函数的学生来说有很大帮助。-Details of the C++ STL inside to use the sort function, for students who want to use the function of great help.
CPP-STL-easy-learning(PDF)
- C++ STL轻松导学,可以帮助你提升C++编程水平,让你可以站在更高的层次上理解面向对象编程技术-C++ STL easily Guidance can help you improve C++ programming level, so that you can stand on a higher level understanding of object-oriented programming techniques
[提高C++性能的编程技术].左飞.扫描版
- 本书详细讨论了临时对象、内存管理、继承、虚函数、内联、引用计数以及STL等一切有可能提升C++效率的细节内容。(At first, I didn't like it at all. But after a fewweeks, I felt great when I was running.)
STL源码剖析
- C++入门书籍,主要是关于C++入门的内容,新手强烈推荐(C++ entry books, mainly on the entry of C++ content, the novice strongly recommended)
STL.源码剖析
- 对c/c++写的stl源码进行分析。对c语言的数组,链表,队列,栈等数据结构进行了封装(c/c++ stl explian ,stack, data struct)
STL 拆分字符串
- 使用C++ STL拆分字符串“How are you?”(C++ STL strSeparator strText.find_first_of)
Generic Programming and the STL
- 《》c++泛型编程与标准库》电子版,熟悉c++泛型编程方法以及灵活使用标准库(Generic Programming and the STL)