搜索资源列表
-
0下载:
操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法
确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列
-operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of impl
-
-
0下载:
进程调度的设计与实现1. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞输入,图形用户界面 GUI,进程控制块,进程状态转换,多 级反馈队列进程调度算法。
2. 加深理解操作系统进程调度的过程。
3. 加深理解多级反馈队列进程调度算法。
-process of scheduling a Design and Implementation. Application of the following integrated knowledge point des
-
-
0下载:
请求排队系统1.1,一个简单的将请求队列后依次执行-request queuing system 1.1, a simple request to turn after the implementation of Queue
-
-
0下载:
A java implementation of a DVD vending machine. Not a visual demo, but on where the use of queue s and there functions are demonstrated -A java implementation of a DVD vending machine. Not a visual demo, but on where the use of queue s and there fun
-
-
0下载:
这是关于队列堆栈的问题,比较详细的描述了队列问题和堆栈问题的实现和应用-This is a problem on the queue, stack, queue more detailed descr iption of the problem and the problem of implementation and application stack
-
-
0下载:
自己实现的一个java的理发店系统,主要是队列数据结构的应用-Own implementation of a java barber shop system, mainly the application of the queue data structure
-
-
0下载:
该Java 小程序Applet 成功实现了对最多50 个元素的队列新建、产生随机序列、入
队、出队、元素查找、元素删除的功能,另外还加入了一个是否允许元素有相同值的功能,
成功的模拟了队列的各种操作。-The successful implementation of Java applets Applet for up to 50 elements in the new queue, resulting in random sequence, into the team, the tea
-
-
1下载:
利用队列实现对某一个数据序列的排序(采用基数排序)-Implementation of a data sequence sorting using the queue (by radix sort)
-
-
0下载:
通过Java实现索引优先最小大队列并附带algs4包,他是一个很有用的例子(Through the Java implementation of the index priority maxmum queue with algs4 package, he is a very useful example)
-