Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 339 Bytes

File metadata and controls

25 lines (13 loc) · 339 Bytes

Queue

详细描述(Detailed Description)

Queue()

默认构造函数

~Queue()

默认析构函数

CreateQueue()

bool IsEmpty()

判断队列是否为空,若为空则返回true,否则返回false

AddQ(QElementType X)

向队列中添加元素

Delete()

从队列头中删除元素