文件名称:TinySTL
-
所属分类:
- 标签属性:
- 上传时间:2016-06-10
-
文件大小:2.57mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
采用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
TinySTL/Alloc.h
TinySTL/Allocator.h
TinySTL/AVLTree.h
TinySTL/BinarySearchTree.h
TinySTL/Bitmap.h
TinySTL/CircularBuffer.h
TinySTL/Construct.h
TinySTL/COWPtr.h
TinySTL/Debug/AlgorithmTest.obj
TinySTL/Debug/Alloc.obj
TinySTL/Debug/AVLTreeTest.obj
TinySTL/Debug/BinarySearchTreeTest.obj
TinySTL/Debug/BitmapTest.obj
TinySTL/Debug/CircularBufferTest.obj
TinySTL/Debug/COWPtrTest.obj
TinySTL/Debug/DequeTest.obj
TinySTL/Debug/GraphTest.obj
TinySTL/Debug/ListTest.obj
TinySTL/Debug/main.obj
TinySTL/Debug/PairTest.obj
TinySTL/Debug/PriorityQueueTest.obj
TinySTL/Debug/Profiler.obj
TinySTL/Debug/QueueTest.obj
TinySTL/Debug/RefTest.obj
TinySTL/Debug/SharedPtrTest.obj
TinySTL/Debug/StackTest.obj
TinySTL/Debug/String.obj
TinySTL/Debug/StringTest.obj
TinySTL/Debug/SuffixArrayTest.obj
TinySTL/Debug/TinySTL.log
TinySTL/Debug/TinySTL.tlog/CL.command.1.tlog
TinySTL/Debug/TinySTL.tlog/CL.read.1.tlog
TinySTL/Debug/TinySTL.tlog/CL.write.1.tlog
TinySTL/Debug/TinySTL.tlog/link.command.1.tlog
TinySTL/Debug/TinySTL.tlog/link.read.1.tlog
TinySTL/Debug/TinySTL.tlog/link.write.1.tlog
TinySTL/Debug/TinySTL.tlog/TinySTL.lastbuildstate
TinySTL/Debug/TrieTree.obj
TinySTL/Debug/TrieTreeTest.obj
TinySTL/Debug/TypeTraitsTest.obj
TinySTL/Debug/UFSetTest.obj
TinySTL/Debug/UniquePtrTest.obj
TinySTL/Debug/Unordered_setTest.obj
TinySTL/Debug/vc140.idb
TinySTL/Debug/vc140.pdb
TinySTL/Debug/VectorTest.obj
TinySTL/Deque.h
TinySTL/Detail/Alloc.cpp
TinySTL/Detail/AVLTree.impl.h
TinySTL/Detail/BinarySearchTree.impl.h
TinySTL/Detail/Bitmap.impl.h
TinySTL/Detail/CircularBuffer.impl.h
TinySTL/Detail/COWPtr.impl.h
TinySTL/Detail/Deque.impl.h
TinySTL/Detail/Graph.impl.h
TinySTL/Detail/List.impl.h
TinySTL/Detail/Ref.h
TinySTL/Detail/String.cpp
TinySTL/Detail/TrieTree.cpp
TinySTL/Detail/Unordered_set.impl.h
TinySTL/Detail/Vector.impl.h
TinySTL/Functional.h
TinySTL/Graph.h
TinySTL/Iterator.h
TinySTL/List.h
TinySTL/main.cpp
TinySTL/Memory.h
TinySTL/Profiler/Profiler.cpp
TinySTL/Profiler/Profiler.h
TinySTL/Queue.h
TinySTL/ReverseIterator.h
TinySTL/ScreenShots/graph1.png
TinySTL/ScreenShots/graph2.png
TinySTL/ScreenShots/graph_bfs.png
TinySTL/ScreenShots/graph_dfs.png
TinySTL/ScreenShots/suffix_array.png
TinySTL/ScreenShots/trie_tree.png
TinySTL/Stack.h
TinySTL/String.h
TinySTL/SuffixArray.h
TinySTL/Test/AlgorithmTest.cpp
TinySTL/Test/AlgorithmTest.h
TinySTL/Test/AVLTreeTest.cpp
TinySTL/Test/AVLTreeTest.h
TinySTL/Test/BinarySearchTreeTest.cpp
TinySTL/Test/BinarySearchTreeTest.h
TinySTL/Test/BitmapTest.cpp
TinySTL/Test/BitmapTest.h
TinySTL/Test/CircularBufferTest.cpp
TinySTL/Test/CircularBufferTest.h
TinySTL/Test/COWPtrTest.cpp
TinySTL/Test/COWPtrTest.h
TinySTL/Test/DequeTest.cpp
TinySTL/Test/DequeTest.h
TinySTL/Test/GraphTest.cpp
TinySTL/Test/GraphTest.h
TinySTL/Test/ListTest.cpp
TinySTL/Test/ListTest.h
TinySTL/Test/PairTest.cpp
TinySTL/Test/PairTest.h
TinySTL/Test/PriorityQueueTest.cpp
TinySTL/Test/PriorityQueueTest.h
TinySTL/Test/QueueTest.cpp
TinySTL/Test/QueueTest.h
TinySTL/Test/RefTest.cpp
TinySTL/Test/RefTest.h
TinySTL/Test/SharedPtrTest.cpp
TinySTL/Test/SharedPtrTest.h
TinySTL/Test/StackTest.cpp
TinySTL/Test/StackTest.h
TinySTL/Test/StringTest.cpp
TinySTL/Test/StringTest.h
TinySTL/Test/SuffixArrayTest.cpp
TinySTL/Test/SuffixArrayTest.h
TinySTL/Test/TestUtil.h
TinySTL/Test/TrieTreeTest.cpp
TinySTL/Test/TrieTreeTest.h
TinySTL/Test/TypeTraitsTest.cpp
TinySTL/Test/TypeTraitsTest.h
TinySTL/Test/UFSetTest.cpp
TinySTL/Test/UFSetTest.h
TinySTL/Test/UniquePtrTest.cpp
TinySTL/Test/UniquePtrTest.h
TinySTL/Test/Unordered_setTest.cpp
TinySTL/Test/Unordered_setTest.h
TinySTL/Test/VectorTest.cpp
TinySTL/Test/VectorTest.h
TinySTL/TestData/string_test.txt
TinySTL/TestData/trie_tree_test.txt
TinySTL/TinySTL.vcxproj
TinySTL/TinySTL.vcxproj.filters
TinySTL/TrieTree.h
TinySTL/TypeTraits.h
TinySTL/UFSet.h
TinySTL/UninitializedFunctions.h
TinySTL/Unordered_set.h
TinySTL/Utility.h
TinySTL/Vector.h
TinySTL/Debug/TinySTL.tlog
TinySTL/Debug
TinySTL/Detail
TinySTL/Profiler
TinySTL/ScreenShots
TinySTL/Test
TinySTL/TestData
TinySTL
TinySTL/Alloc.h
TinySTL/Allocator.h
TinySTL/AVLTree.h
TinySTL/BinarySearchTree.h
TinySTL/Bitmap.h
TinySTL/CircularBuffer.h
TinySTL/Construct.h
TinySTL/COWPtr.h
TinySTL/Debug/AlgorithmTest.obj
TinySTL/Debug/Alloc.obj
TinySTL/Debug/AVLTreeTest.obj
TinySTL/Debug/BinarySearchTreeTest.obj
TinySTL/Debug/BitmapTest.obj
TinySTL/Debug/CircularBufferTest.obj
TinySTL/Debug/COWPtrTest.obj
TinySTL/Debug/DequeTest.obj
TinySTL/Debug/GraphTest.obj
TinySTL/Debug/ListTest.obj
TinySTL/Debug/main.obj
TinySTL/Debug/PairTest.obj
TinySTL/Debug/PriorityQueueTest.obj
TinySTL/Debug/Profiler.obj
TinySTL/Debug/QueueTest.obj
TinySTL/Debug/RefTest.obj
TinySTL/Debug/SharedPtrTest.obj
TinySTL/Debug/StackTest.obj
TinySTL/Debug/String.obj
TinySTL/Debug/StringTest.obj
TinySTL/Debug/SuffixArrayTest.obj
TinySTL/Debug/TinySTL.log
TinySTL/Debug/TinySTL.tlog/CL.command.1.tlog
TinySTL/Debug/TinySTL.tlog/CL.read.1.tlog
TinySTL/Debug/TinySTL.tlog/CL.write.1.tlog
TinySTL/Debug/TinySTL.tlog/link.command.1.tlog
TinySTL/Debug/TinySTL.tlog/link.read.1.tlog
TinySTL/Debug/TinySTL.tlog/link.write.1.tlog
TinySTL/Debug/TinySTL.tlog/TinySTL.lastbuildstate
TinySTL/Debug/TrieTree.obj
TinySTL/Debug/TrieTreeTest.obj
TinySTL/Debug/TypeTraitsTest.obj
TinySTL/Debug/UFSetTest.obj
TinySTL/Debug/UniquePtrTest.obj
TinySTL/Debug/Unordered_setTest.obj
TinySTL/Debug/vc140.idb
TinySTL/Debug/vc140.pdb
TinySTL/Debug/VectorTest.obj
TinySTL/Deque.h
TinySTL/Detail/Alloc.cpp
TinySTL/Detail/AVLTree.impl.h
TinySTL/Detail/BinarySearchTree.impl.h
TinySTL/Detail/Bitmap.impl.h
TinySTL/Detail/CircularBuffer.impl.h
TinySTL/Detail/COWPtr.impl.h
TinySTL/Detail/Deque.impl.h
TinySTL/Detail/Graph.impl.h
TinySTL/Detail/List.impl.h
TinySTL/Detail/Ref.h
TinySTL/Detail/String.cpp
TinySTL/Detail/TrieTree.cpp
TinySTL/Detail/Unordered_set.impl.h
TinySTL/Detail/Vector.impl.h
TinySTL/Functional.h
TinySTL/Graph.h
TinySTL/Iterator.h
TinySTL/List.h
TinySTL/main.cpp
TinySTL/Memory.h
TinySTL/Profiler/Profiler.cpp
TinySTL/Profiler/Profiler.h
TinySTL/Queue.h
TinySTL/ReverseIterator.h
TinySTL/ScreenShots/graph1.png
TinySTL/ScreenShots/graph2.png
TinySTL/ScreenShots/graph_bfs.png
TinySTL/ScreenShots/graph_dfs.png
TinySTL/ScreenShots/suffix_array.png
TinySTL/ScreenShots/trie_tree.png
TinySTL/Stack.h
TinySTL/String.h
TinySTL/SuffixArray.h
TinySTL/Test/AlgorithmTest.cpp
TinySTL/Test/AlgorithmTest.h
TinySTL/Test/AVLTreeTest.cpp
TinySTL/Test/AVLTreeTest.h
TinySTL/Test/BinarySearchTreeTest.cpp
TinySTL/Test/BinarySearchTreeTest.h
TinySTL/Test/BitmapTest.cpp
TinySTL/Test/BitmapTest.h
TinySTL/Test/CircularBufferTest.cpp
TinySTL/Test/CircularBufferTest.h
TinySTL/Test/COWPtrTest.cpp
TinySTL/Test/COWPtrTest.h
TinySTL/Test/DequeTest.cpp
TinySTL/Test/DequeTest.h
TinySTL/Test/GraphTest.cpp
TinySTL/Test/GraphTest.h
TinySTL/Test/ListTest.cpp
TinySTL/Test/ListTest.h
TinySTL/Test/PairTest.cpp
TinySTL/Test/PairTest.h
TinySTL/Test/PriorityQueueTest.cpp
TinySTL/Test/PriorityQueueTest.h
TinySTL/Test/QueueTest.cpp
TinySTL/Test/QueueTest.h
TinySTL/Test/RefTest.cpp
TinySTL/Test/RefTest.h
TinySTL/Test/SharedPtrTest.cpp
TinySTL/Test/SharedPtrTest.h
TinySTL/Test/StackTest.cpp
TinySTL/Test/StackTest.h
TinySTL/Test/StringTest.cpp
TinySTL/Test/StringTest.h
TinySTL/Test/SuffixArrayTest.cpp
TinySTL/Test/SuffixArrayTest.h
TinySTL/Test/TestUtil.h
TinySTL/Test/TrieTreeTest.cpp
TinySTL/Test/TrieTreeTest.h
TinySTL/Test/TypeTraitsTest.cpp
TinySTL/Test/TypeTraitsTest.h
TinySTL/Test/UFSetTest.cpp
TinySTL/Test/UFSetTest.h
TinySTL/Test/UniquePtrTest.cpp
TinySTL/Test/UniquePtrTest.h
TinySTL/Test/Unordered_setTest.cpp
TinySTL/Test/Unordered_setTest.h
TinySTL/Test/VectorTest.cpp
TinySTL/Test/VectorTest.h
TinySTL/TestData/string_test.txt
TinySTL/TestData/trie_tree_test.txt
TinySTL/TinySTL.vcxproj
TinySTL/TinySTL.vcxproj.filters
TinySTL/TrieTree.h
TinySTL/TypeTraits.h
TinySTL/UFSet.h
TinySTL/UninitializedFunctions.h
TinySTL/Unordered_set.h
TinySTL/Utility.h
TinySTL/Vector.h
TinySTL/Debug/TinySTL.tlog
TinySTL/Debug
TinySTL/Detail
TinySTL/Profiler
TinySTL/ScreenShots
TinySTL/Test
TinySTL/TestData
TinySTL
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.