大顶堆实现一个优先队列。对于队列的操作应该至少支持下列几种指令: Void enqueue[int ObjectID, int Priority] Int dequeue[] Void changeweight[int ObjectID, int newPriority]
/dl/414608.html
标签: int ObjectID Priority enqueue
上传时间: 2013-12-28
上传用户:lunshaomo
在c51上实现的队列,包括InitQueue,EnQueue,DelQueue,查询队列等等,用于在键盘输入显示上,队列很有效!
/dl/307959.html
标签: InitQueue c51 队列
上传时间: 2016-06-13
上传用户:ynsnjs
链式队列的存储结构以及功能实现,有QueueTraverse(),EnQueue(),DeQueue()等子函数。
/dl/484530.html
标签: 链式 存储结构 队列
上传时间: 2017-09-01
上传用户:爺的气质
#include <iostream> #include <stdio.head> #include <stdlib.head> #include <string.head> #define ElemType int #define max 100 using namespace std; typedef struct node1 { ElemType data; struct node1 *next; }Node1,*LinkList;//链栈 typedef struct { ElemType *base; int top; }SqStack;// ...
/dl/517414.html
标签: 数据结构 实验
上传时间: 2018-05-09
上传用户:123456..
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机