文件名称:jasmine5
- 所属分类:
- Windows编程
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- jiang*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
编写一个程序实现顺序队列的各种基本运算,并在此基础上设计一个主程序完成如下功能:
1. 初始化队列q。
2. 判断队列q是否为空。
3. 依次进队元素a,b,c。
4. 出队一个元素,输出该元素。
5. 输出队列q的元素个数。
6. 依次进队列元素d,e,f。
7. 输出队列q的元素个数。
8. 输出出队序列。
9. 释放队列。-The preparation of a program to achieve the order of the queue of basic computing, and on this basis the design of a main program to complete the following functions: 1. Initialize the queue q. 2. To determine whether the queue q is empty. 3. Elements into the team followed by a, b, c. 4. An element of force, the output of the element. 5. Output queue of q number of elements. 6. Elements into the queue followed by d, e, f. 7. Output queue of q number of elements. 8. Output sequence of a team. 9. The release queue.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验5.doc