搜索资源列表
testlinklists
- 这是翻阅《数据结构、算法与应用——C++语言描述》 以及在网上得到的一些资料后写出来的。起因是在项目中要用到一个链表,但我做一个简单的链表在C++中用的时候跟C差别很多,比如赋值运算(编译器说要做操作符重载,或者考贝构造函数,C++中把结构当成一个类来看了,详见相关介绍的文档或书籍)。后来一想干脆做个template顺便学习一下,一举两得。-read "data structures, algorithms and applications -- Descr iption Langua
CPP
- 面向对象的程序设计:数据结构<向量类实现优先队列>-Object-Oriented Programming: data structures < vector implementation of priority queue type>
Stl_Tutorial_And_Reference_Guide
- 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.This book will help you how to programming with STL.
mrjeep1
- Data Structures With C++ Using STL
mrjeep2
- Data Structures With C++ using STL part 2
mrjeep3
- Data Structures With C++ using STL part 3
mrjeep4
- Data Structures With C++ using STL part 4
mrjeep6
- Data Structures With C++ using STL part 6
SGI_Standard_Template_Library_Program_Guide
- 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. The STL is a generic library, meaning that its components are he
Containers
- Data Structures - Overview of STL container classes, lecture material is adapted from E-Book "Data Structures with C++ using STL"-Data Structures- Overview of STL container classes, lecture material is adapted from E-Book "Data Structures with C++ us
Queues
- lecture material about Queues. Adopted from E-book "Data Structures with C++ using STL" by William Ford, William To-lecture material about Queues. Adopted from E-book "Data Structures with C++ using STL" by William Ford, William Topp
Stacks
- Lecture material on Stacks, adopted from E-book "Data Structures with C++ using STL" by William Todd, William Ford
LinkedLists
- Power Point Presentation/Lecture material on STL topic Linked Lists, adopted from book "Data Structures with C++ using STL" by William Ford, William To-Power Point Presentation/Lecture material on STL topic Linked Lists, adopted from book "Data Struc
Vector_Deque
- Power Point Presentation/Lecture Material on Vectors and Deques (C++ STL), adapted from "Data Structures with C++ using STL" by William Ford, William To-Power Point Presentation/Lecture Material on Vectors and Deques (C++ STL), adapted from "Data Str
TheAnnotatedSTLSources
- STL.源码剖析;可以向专家学习型别技术、内存管理、算法、数据结构、STL各类组件之高阶实现技巧。-STL. Source analysis can learn from the experts type technology, memory management, algorithms, data structures, STL various components of the high-level implementation skills.
Addison.Wesley.Designing.Components.with.the.C++.
- Aims of this book The book has two aims. As a technical reference, the reference document mentioned earlier is hardly suited to explain the concepts of the STL. Therefore, the first aim is to present how the STL can be used in a sensible way. I
stl
- stl,惠普公司提供的标准模版类库,学习数据结构与c编程都是很好的参考资料-stl, Hewlett-Packard provides a standard template library, learning c programming and data structures are good references
SurfaceFLA
- stl文件的读取,删除重复的点和边,进行拓扑重构,得到新的数据结构-stl file to read, delete duplicate vertices and edges, the topology reconstruction, new data structures
Data_Structures_Using_Cplusplus_Pub2009_Edition2.
- Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the St
usaco_code
- USACO的标准代码,DD_ENG大神的代码,题目比较多,包括了很多算法和数据结构。是IO选手必备的代码。-Standard code, DD_ENG God of USACO entitled more, including a lot of algorithms and data structures. IO players essential code.