搜索资源列表
template123
- 讲述C++模板template的用法,对初学者很有帮助,推荐下载。-about C template template to use, helpful for beginners, to download.
tree-2.03
- 一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface,
template_tree
- C++ 模板方法实现树结构成员添加和去除 关键字 template tr-C template method tree structure to add and remove members of the keyword template tr
c++
- 程序设计当中经常会出现使用同种数据结构的不同实例的情况。例如:在一个程序中 可以使用多个队列、树、图等结构来组织数据。同种结构的不同实例,也许只在数据元素 的类型或数量上略有差异,如果对每个实例都重新定义,则非常麻烦且容易出错。那么能 否对同种类型数据结构仅定义一次呢?答案是肯定的,C++提供的类模板(Class Template )就可以实现该功能。
数据结构算法集---C++语言实现
- 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
DataStructureUtil
- 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
bb
- 数据结构各种算法实现(C++模板).doc-Data structure to achieve a variety of algorithms (C++ Template). Doc
highpoint
- 高精度模板 C++ 高精度模板 C-High-accuracy high-precision C++ template template C++
datastructsource
- 该源码是数据结构中各种算法,基本上是用模板的形式给以呈现,所以,通用性很强,希望给以大家参考。-It is about the alogoth of data struct,and it has given the source of C++ template...
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
a-star-algorithm-implementation
- A* 算法可复用的实现(用了模板), 并配有几个简单例子-the implementation of A star algorithm with C++ template. some simple but classic problems solved with it is here too.
CrossList
- 自己写的十字链表C++语言模板容器类,使用异常处理机制。-My own handwrite C++ template container class: CrossList, exceptions is used to handle problems.
Treap
- Treap C++模板类 实现了treap数据结构 同时具有堆和二叉树的性质-Treap C++ template class implements the treap data structure of both the nature of the heap and binary tree
rb_tree
- 红黑树 C++ 模板 包含红黑树的基本操作 插入 删除 更新 查找-red-black-tree c++ template
Fibonacci_TMP
- C++模板元编程的几个实例, 这是C++的另一个特性,模板元编程!! , 这只是初探, 很好的-C++ template yuan programming of several examples, this is to c++ another characteristics, template yuan programming!!!!!! And this is just que, very good!!!!!!!
GenOctree
- 用C++模板实现的通用的八叉树数据结构源码,能够给八叉树的构造提供好的参考-General octree data structure source code realized with the C++ template can supply a good reference for the specific octree construction.
qlist
- 顺序表的C++模板实现,适合学习数据结构初期的同学-Sequence table c++ template realization, for learning a data structure of the students, and the early
algorithms-
- 数据结构各种算法实现(C 模板) 学习数据结构的好资料-The data structures of various algorithms (C template) suitable for the Learning of data structures
The-data-structures--(C-template)
- 数据结构各种算法实现(C 模板) The data structures of various algorithms (C template)-The data structures of various algorithms (C template)
C++STL(2th)
- STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)
