文件名称:TinySTL

  • 所属分类:
  • 系统编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2016-06-11
  • 文件大小:
  • 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
(系统自动生成,下载前可以参看下载内容)

下载文件列表





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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org