queue
队列是一种特殊的线性表,是一种先进先出(FIFO)的数据结构。它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。进行插入操作的端称为队尾,进行删除操作的端称为队头。队列中没有元素时,称为空队列。
共 42 份资源
queue 全部资料 42 份
PDF文档
实现 stack或queue 的基本 ; 用 stack来实现 queue或用queue来实现 stack。
实现 stack或queue 的基本 ; 用 stack来实现 queue或用queue来实现 stack。...
PDF文档
队列函数queue
参照栈类模板的例子编写一个队列类模板class <T> Queue,私有成员包括:队首指针Front,队尾指针Tail,队列容积max。实现:构造函数Queue,复制构造函数Qu...
PDF文档
A Comparison of Load-based and Queue-based Active Queue Management Algorithms
A Comparison of Load-based and Queue-based Active Queue Management Algorithms...