搜索资源列表
clist-1.5.4-release
- CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
ftds_slides
- 数据结构C++语言描述--应用标准模板库-Data Structures C++ language descr iption- Application of Standard Template Library
tree-2.65.tar
- 这是一个表示数据结构tree的c++模板对象,封装的非常好.tree-msvc.hh能在 visual c++下使用,如同使用stl标准模板类库一样-This is a tree data structure that the c++ template object, the package is very good. Tree-msvc.hh be able to use visual c++, as the use of standard template library stl the s
SourceCode
- 数据结构C++语言描述——应用标准模板库 源代码-Data Structures with C++ Using STL Source Code
Demo_Sort
- C++ 排序函数模板源码,MFC程序可用(冒泡) 一个排序可以用的C++函数模板,无意间需要对字符串集合CStringArray进行排序,但标准模板库STL提供的函数模板sort虽然功能强大,不过有些不便-Can be a sort of C++ function template, a collection of unintentionally CStringArray need to sort the string, but the standard template library
Shortestpathmap
- 自己写的C++实现的图的最短路径,使用了标准模板库。-C++ to write their own plans to achieve the shortest path, using the standard template library.
BinaryOrderTree
- 自己用C++写的二叉排序树,利用标准模板库实现-Their own written with C++ binary sort tree, the use of standard template library implementation
Generic-function
- 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
VectorADT
- 基于C++模板编程实现的标准模板库——Vector-programming based C++ template to implement Standard Template Library- Vector
multiway-tree-______
- 通过指针的方式建立多叉树,源码中包括多叉树的建立,多叉树的遍历,多叉树的插入等操作,建立多叉树和对多叉树的遍历采用了c++标准模板库中队列,map,list等操作。 -Through pointers way to create multi-tree, the source code is included in multi-tree creation, multi-tree traversal, multi-tree insertion and other operations, the es
STL--Data-strcture-and-Alogrithm
- 数据结构C++语言描述——应用标准模板库(STL)(第2版) 源代码-Source Code for STL-Based Data structure and Alogrithm for C Plus Plus Programing
C++STL(2th)
- STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)