文件名称:ds7
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
循环队列的创建与操作
设循环队列中元素的数据类型为整型,编写函数实现以下操作:
(1)循环队列的初始化
(2)循环队列的入栈
(3)循环队列的出栈
(4)取循环队列的栈顶元素
(5)循环队列的输出(从栈顶到栈底)
-Circular queue creation and operation
Set of elements in the circular queue data type integer, write a function to achieve the following:
(1) initialize circular queue
(2) Drawing circular queue
Stack (3) circular queue
(4) take the top element of the circular queue
(5) the output (from the top of the stack to the bottom of the stack) circular queue
设循环队列中元素的数据类型为整型,编写函数实现以下操作:
(1)循环队列的初始化
(2)循环队列的入栈
(3)循环队列的出栈
(4)取循环队列的栈顶元素
(5)循环队列的输出(从栈顶到栈底)
-Circular queue creation and operation
Set of elements in the circular queue data type integer, write a function to achieve the following:
(1) initialize circular queue
(2) Drawing circular queue
Stack (3) circular queue
(4) take the top element of the circular queue
(5) the output (from the top of the stack to the bottom of the stack) circular queue
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ds7.c