搜索资源列表
MemCachePak
- 一宗队列算法,带有优先级调度的缓存替换算法-A queue algorithm, priority scheduling with cache replacement algorithm
Process
- 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
PriorityQData
- 优先级队列源代码,数据结构中的应用,可以直接调用。-Priority queue source code,data structure can be called directly.
ITWORMS
- ASP写的工作订单管理系统网站源码,功能有:设置第条订单的优先级队列,还有附加文件功能,和工作指令等。-ASP written work order management system website source code, function: set the first order priority queue, as well as the additional documents, and work instructions.
PriorityQueue
- 用Java实现的优先级队列,大家可以看下!-PriorityQueue in java
MSTW
- 带权无向图的最小生成树方法,使用优先级队列作为存储,保存最小生成树路径-Weighted undirected graph of the minimum spanning tree method