搜索资源列表
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! !
用标准模板库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
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
boost-STL
- boost-stl是将来的c++标准库 这是关于这个库的一些文章chm合集-boost-stl c is the future standard for this is on the bank of some articles chm Collection
C++Assignments
- 华东师范大学(面向对象程序设计基于C++)课程全部作业(12次)代码,包含一个大整数类。(包含作业内容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 Functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstract
C++ChenSiLu
- 这是一本C++编程方面的经典书籍,作者是一对享有盛誉的技术伉俪,Andrew Boeing和Barbar Moo。本书基于作者在知名技术杂志发表的技术文章、世界各地发表的演讲以及斯坦福大学的课程讲义整理、写作而成,融聚了作者10多年C++程序生涯的真知灼见。全书分为大部分,共32章,分别对C++语言的历史和特点、类和继承、STL与泛型编程、库的设计等几大技术话题进行了详细而深入的讨论,细微之处几乎涵盖了C++所有的设计思想和技术细节。全书通过精心挑选的实例,向读者传达先进的程序设计的方法和理念。
C++Templates
- C++ Templates中文版.对于初学STL的人来说可以看一下
学生管理系统-STL版
- 一个用c++写的控制台版学生管理例子,主要用STL写成
数据结构 C++语言描述--应用标准模板库代码
- 数据结构 C++语言描述--应用标准模板库(STL)(第2版)书中代码。
implementMapVecterListWithCProgram
- c语言实现了stl里面的map,vector,list,是了解学习stl容器的好东西。-c language to implement stl inside the map, vector, list, is to understand the good things to learn stl containers.
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
[提高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)