文件名称:TinySTL
介绍说明--下载内容均来自于网络,请自行研究使用
采用C++11实现一款简易的STL标准库,既是C++STL的一个子集(裁剪了一些容器和算法)又是一个超集(增加了一些容器和算法)
目的:练习数据结构与算法和C++ Template编程
编译环境:VS2013及以上版本-C++11 realized using a simple STL standard library, not only a subset of C++STL (clipping some containers and algorithms) is a superset (adding some containers and algorithms) Objective: Exercise data structures and algorithms and programming compiler C++ Template environment: VS2013 and above
目的:练习数据结构与算法和C++ Template编程
编译环境:VS2013及以上版本-C++11 realized using a simple STL standard library, not only a subset of C++STL (clipping some containers and algorithms) is a superset (adding some containers and algorithms) Objective: Exercise data structures and algorithms and programming compiler C++ Template environment: VS2013 and above
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TinySTL\Algorithm.h
.......\Alloc.h
.......\Allocator.h
.......\AVLTree.h
.......\BinarySearchTree.h
.......\Bitmap.h
.......\CircularBuffer.h
.......\Construct.h
.......\COWPtr.h
.......\Debug\AlgorithmTest.obj
.......\.....\Alloc.obj
.......\.....\AVLTreeTest.obj
.......\.....\BinarySearchTreeTest.obj
.......\.....\BitmapTest.obj
.......\.....\CircularBufferTest.obj
.......\.....\COWPtrTest.obj
.......\.....\DequeTest.obj
.......\.....\GraphTest.obj
.......\.....\ListTest.obj
.......\.....\main.obj
.......\.....\PairTest.obj
.......\.....\PriorityQueueTest.obj
.......\.....\Profiler.obj
.......\.....\QueueTest.obj
.......\.....\RefTest.obj
.......\.....\SharedPtrTest.obj
.......\.....\StackTest.obj
.......\.....\String.obj
.......\.....\StringTest.obj
.......\.....\SuffixArrayTest.obj
.......\.....\TinySTL.log
.......\.....\........tlog\CL.read.1.tlog
.......\.....\............\CL.write.1.tlog
.......\.....\............\link.read.1.tlog
.......\.....\............\link.write.1.tlog
.......\.....\............\TinySTL.lastbuildstate
.......\.....\TrieTree.obj
.......\.....\TrieTreeTest.obj
.......\.....\TypeTraitsTest.obj
.......\.....\UFSetTest.obj
.......\.....\UniquePtrTest.obj
.......\.....\Unordered_setTest.obj
.......\.....\vc140.idb
.......\.....\vc140.pdb
.......\.....\VectorTest.obj
.......\Deque.h
.......\..tail\Alloc.cpp
.......\......\AVLTree.impl.h
.......\......\BinarySearchTree.impl.h
.......\......\Bitmap.impl.h
.......\......\CircularBuffer.impl.h
.......\......\COWPtr.impl.h
.......\......\Deque.impl.h
.......\......\Graph.impl.h
.......\......\List.impl.h
.......\......\Ref.h
.......\......\String.cpp
.......\......\TrieTree.cpp
.......\......\Unordered_set.impl.h
.......\......\Vector.impl.h
.......\Functional.h
.......\Graph.h
.......\Iterator.h
.......\List.h
.......\main.cpp
.......\Memory.h
.......\Profiler\Profiler.cpp
.......\........\Profiler.h
.......\Queue.h
.......\ReverseIterator.h
.......\ScreenShots\graph1.png
.......\...........\graph2.png
.......\...........\graph_bfs.png
.......\...........\graph_dfs.png
.......\...........\suffix_array.png
.......\...........\trie_tree.png
.......\Stack.h
.......\String.h
.......\SuffixArray.h
.......\Test\AlgorithmTest.cpp
.......\....\AlgorithmTest.h
.......\....\AVLTreeTest.cpp
.......\....\AVLTreeTest.h
.......\....\BinarySearchTreeTest.cpp
.......\....\BinarySearchTreeTest.h
.......\....\BitmapTest.cpp
.......\....\BitmapTest.h
.......\....\CircularBufferTest.cpp
.......\....\CircularBufferTest.h
.......\....\COWPtrTest.cpp
.......\....\COWPtrTest.h
.......\....\DequeTest.cpp
.......\....\DequeTest.h
.......\....\GraphTest.cpp
.......\....\GraphTest.h
.......\....\ListTest.cpp
.......\....\ListTest.h
.......\....\PairTest.cpp
.......\....\PairTest.h
.......\....\PriorityQueueTest.cpp