文件名称:queue
介绍说明--下载内容均来自于网络,请自行研究使用
1.利用数组实现优先队列;
2.利用链表实现优先队列;
(注:默认以最大值为优先级最高,思考:如何实现用户指定优先级(最大优先或最小优先))
-Using an array of priority queues using a linked list priority queue (Note: The default maximum value for the highest priority, thinking: how to implement user-specified priority (priority or minimum priority))
2.利用链表实现优先队列;
(注:默认以最大值为优先级最高,思考:如何实现用户指定优先级(最大优先或最小优先))
-Using an array of priority queues using a linked list priority queue (Note: The default maximum value for the highest priority, thinking: how to implement user-specified priority (priority or minimum priority))
(系统自动生成,下载前可以参看下载内容)
下载文件列表
queue.doc