文件名称:my_stl-queue2
- 所属分类:
- 系统编程
- 资源属性:
- [C/C++] [Windows] [Visual C] [源码]
- 上传时间:
- 2014-09-06
- 文件大小:
- 19kb
- 下载次数:
- 0次
- 提 供 者:
- myz12******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于C++模板的队列实现,自己实现vector类。在这之前,先用模板实现一个队列。队列的底层是链表。主要是熟悉一下模板的写法。-Template-based C++ queue implementation, to achieve their own vector class. Prior to this, a first queue with templates. The bottom of the queue is a linked list. Mainly to familiarize yourself with the wording of the template.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
my_stl-queue2\List\ArrayQueue.cpp
.............\....\ArrayQueue.h
.............\....\FunMain.cpp
.............\....\List.cpp
.............\....\List.dsp
.............\....\List.dsw
.............\....\List.h
.............\....\List.ncb
.............\....\List.opt
.............\....\List.plg
.............\....\ListStack.cpp
.............\....\ListStack.h
.............\....\Queue.cpp
.............\....\Queue.h
.............\....\Stack.cpp
.............\....\Stack.h
.............\....\Debug
.............\List
my_stl-queue2