Location:
Search - jasmine5
Search list
Description:
编写一个程序实现顺序队列的各种基本运算,并在此基础上设计一个主程序完成如下功能:
1. 初始化队列q。
2. 判断队列q是否为空。
3. 依次进队元素a,b,c。
4. 出队一个元素,输出该元素。
5. 输出队列q的元素个数。
6. 依次进队列元素d,e,f。
7. 输出队列q的元素个数。
8. 输出出队序列。
9. 释放队列。
Platform: |
Size: 3276 |
Author: jiangyumin |
Hits:
Description:
编写一个程序实现顺序队列的各种基本运算,并在此基础上设计一个主程序完成如下功能:
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.
Platform: |
Size: 3072 |
Author: jiangyumin |
Hits: