文件名称:p6
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-11-16
- 文件大小:
- 443kb
- 下载次数:
- 0次
- 提 供 者:
- X**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
首先,您将实现一个模板双端,双链表或DLIST。然后,您
建立两个应用程序:一个反向波兰表达式计算器和一个呼叫中心将使用DLIST模拟程序。
该项目将让您在申请动态内存管理的经验,实施
模板容器类(双端双向链表,或Dlist中),使用at-
最多一次不变的存在,所有权和保护规则来实现两个简单的
采用这种结构的应用程序。-This project will give you experience in applying dynamic memory management, implementing a template container class (the double‐ended, doubly‐linked list, or Dlist), and using the at-most‐once invariant and existence, ownership, and conservation rules to implement two simple applications using this structure.
You will first implement a templated double-ended, doubly-linked list, or Dlist. Then, you will use Dlist to build two applications: a reverse-Polish notation calculator and a call center simulation program.
建立两个应用程序:一个反向波兰表达式计算器和一个呼叫中心将使用DLIST模拟程序。
该项目将让您在申请动态内存管理的经验,实施
模板容器类(双端双向链表,或Dlist中),使用at-
最多一次不变的存在,所有权和保护规则来实现两个简单的
采用这种结构的应用程序。-This project will give you experience in applying dynamic memory management, implementing a template container class (the double‐ended, doubly‐linked list, or Dlist), and using the at-most‐once invariant and existence, ownership, and conservation rules to implement two simple applications using this structure.
You will first implement a templated double-ended, doubly-linked list, or Dlist. Then, you will use Dlist to build two applications: a reverse-Polish notation calculator and a call center simulation program.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
test.cpp
sample.out
sample
Project-Six-Description.pdf
out5000.out
out5000
out2000.out
out2000
out1000.out
out1000
out1.out
myans
main.cpp
in5000
in2000
in1000
in20
dlist.h
dlist.cpp
call (澶嶄欢).cpp
call.cpp
calc.cpp