文件名称:C++ Collection Framework-开源
文件大小:58KB
文件格式:ZIP
更新时间:2024-06-17 20:23:24
开源软件
该项目为C++提供了一个综合的集合框架。 虽然 STL 通常是一个不错的选择,但此集合框架允许您泛指容器,以便可以轻松更改容器的类型。
【文件预览】:
collection-cpp
----README~(397B)
----LICENSE(26KB)
----CVS()
--------Entries.Extra(35B)
--------Root(55B)
--------Entries(96B)
--------Repository(15B)
----src()
--------OrderedCollection.h(8KB)
--------Visitor.h(290B)
--------Heap.h(1KB)
--------HashMap.h(9KB)
--------Array.h(8KB)
--------HashClasses.cpp(271B)
--------Comparator.h(2KB)
--------Queue.h(1001B)
--------CVS()
--------Comparator.cpp(84B)
--------ArrayHeap.h(13KB)
--------HashClasses.h(502B)
--------Stack.h(6KB)
--------Collection.h(23KB)
--------RBTree.h(12KB)
--------ArrayList.h(20KB)
--------LinkedList.h(28KB)
--------Map.h(4KB)
--------main.cpp(19KB)
--------List.h(12KB)
--------Makefile(579B)
--------Tree.h(21KB)
--------Set.h(439B)
----README(582B)