priority queue
[计] 优先排队
2025-11-01 10:48 浏览次数 8
[计] 优先排队
priority y queue优先排队
high-priority record queue高优先级记录队列
Priority-Queue Statistics interface outside外部接口
monotone priority queue单调优先队列
Priority Blocking Queue优先阻塞队列
low priority ready queue[计]
Deficit Fair Priority Queue亏空公平优先级队列
however, violating the spirit of the priority queue is necessary in this situation.
然而,在这种情况下,必须违反一下优先级队列的设计思想。
internally, the priority queue uses a token bucket that measures the offered load and ensures that the traffic stream conforms to the configured rate.
这里,优先级队列采用令牌桶来调节提供的负载并且保证流量符合配置的速率。
double-ended heap to support double-ended priority queue insert, delete the smallest element and the largest such operation of the reactor element.
双端堆是支持双端优先队列的插入、删除最小元素和最大元素等操作的堆。
the paper first analyzes mac frame structure, then divides the mac into small modules, and focuses on the receiver control module, transmission control module and priority queue module.
从分析含优先级字段白勺mac帧构造着手,对mac停止了模块划分,接着重点阐述了接收控制模块、发送控制模块和优先级队列模块。
first of all, congestion index of priority queue is explicitly defined based on the analysis of dynamic flow-awareness.
在对动态流感知进行分析的基础上,定义了优先队列的拥塞指数。
the priority queue makes the system better for program attempering.
播控系统中的优先队列使节目调度更合理。
this necessitates looking through the priority queue item by item, to see if there「s such a duplicate edge.
这使得在优先级队列中逐项查找成为必要的一步操作。
to meet the need of multimedia communications in network in desirable quality of service, a priority queue based on buffer management mechanism is forwarded in support of multimedia communications.
为了解决好计算机网络中的多媒体通信以及对服务质量的要求,提出了一种基于优先级队列的缓存管理机制。
transaction scheduling model based on the priority queue and the ordered shared locking protocol are designed.
设计了基于事件优先级队列的事务调度模型和有序共享的并发控制协议。
this gem lets you fire off jobs in one line of code and implements a priority queue so that your important jobs don」t wait behind routine jobs.
您可以在一行代码中使用这个gem清除所有任务和实现优先级队列,这样您的重要任务就不需要在例程作业后等待了。
in the original cisco priority queueing feature, which uses the priority-group and priority-list commands, the scheduler always serviced the highest priority queue first.
在原先的cisco优先级队列特性中,使用priority-group和priority-list命令,排队调度程序总是先处理最高优先级的队列。
priorityblockingqueue: an unbounded priority queue backed by a priority heap
priorityblockingqueue :一个由优先级堆支持的无界优先级队列。
firstly, the idea of server multi-thread disposal model is introduced and contradiction between priority queue and task occupy is solved.
首先引入了多服务线程处理模型的思想,并解决了优先级排队与任务抢占之间的矛盾;
however, in our demonstration program we「ll use a priority queue based on a simple array.
然而,在实际程序中,将用数组实现优先级队列。
in a programming algorithm we must likewise make sure that we don」t have any edges in the priority queue that lead to vertices that are already in the tree.
在程序的算法中,也要确保优先级队列中不能有连接已在树中的顶点的边。
as it turns out, it is easier to keep only one edge from the tree to a given fringe vertex in the priority queue at any given time.
这样做了以后,要使优先级队列中在任意时刻只保持一条从树中顶点到某边缘点的边就变得容易了。
in a serious program this priority queue might be based on a heap, as described in chapter 12, 「heaps.」
在正式的程序中,优先级队列可能基于堆来实现,正如第12章「堆」所描述的。
you create a priority queue with these set of commands
使用下面的命令创建一个优先级队列