文件名称:h3
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.01mb
- 下载次数:
- 0次
- 提 供 者:
- y***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
设计一个栈,要求如下:
1、使用模版技术实现,要求该栈内能存储各种数据类型如int、char、string以及自定义类型
2、设计一个基类,基类定义栈的所有接口,子类来具体实现
3、每个子类使用不同类型的容器来组织底层数据-Design a stack requirements are as follows: 1, using template technology, requires that the stack can store various data types such as int, char, string, and custom type 2, the design of a base class, base class defines all of the interface stack, sub- concrete realization of class 3, each sub-class of different types of containers used to organize the underlying data
1、使用模版技术实现,要求该栈内能存储各种数据类型如int、char、string以及自定义类型
2、设计一个基类,基类定义栈的所有接口,子类来具体实现
3、每个子类使用不同类型的容器来组织底层数据-Design a stack requirements are as follows: 1, using template technology, requires that the stack can store various data types such as int, char, string, and custom type 2, the design of a base class, base class defines all of the interface stack, sub- concrete realization of class 3, each sub-class of different types of containers used to organize the underlying data
(系统自动生成,下载前可以参看下载内容)
下载文件列表
h3\Debug\h3.exe
..\.....\h3.ilk
..\.....\h3.pch
..\.....\h3.pdb
..\.....\main.obj
..\.....\vc60.idb
..\.....\vc60.pdb
..\Deque_Stack.h
..\h3.dsp
..\h3.dsw
..\h3.ncb
..\h3.opt
..\h3.plg
..\List_Stack.h
..\main.cpp
..\Stack.h
..\Vector_Stack.h
..\Debug
h3
..\.....\h3.ilk
..\.....\h3.pch
..\.....\h3.pdb
..\.....\main.obj
..\.....\vc60.idb
..\.....\vc60.pdb
..\Deque_Stack.h
..\h3.dsp
..\h3.dsw
..\h3.ncb
..\h3.opt
..\h3.plg
..\List_Stack.h
..\main.cpp
..\Stack.h
..\Vector_Stack.h
..\Debug
h3