搜索资源列表
SimpleObjectFIFO.rar
- 用java线程演示的先进先出算法的程序
ProcessCall
- 操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of impl
SimpleObjectFIFO
- 用java线程演示的先进先出算法的程序- Advanced first leaves the algorithm with the java line regulation demonstration the procedure
PageReplacementAlgorithm
- 用java实现的模拟操作系统页面置换算法,该算法是基于先进先出算法实现的。-Simulation of the operating system using java to achieve the page replacement algorithm, which is based on the FIFO algorithm implementation.
Operation
- Java程序模拟操作系统中先进先出、短作业优先、响应比高者优先的作业调度-Java FIFO simulation operating system, the short operating priority, in response to high priority of the job scheduling
Pagingrequestanalogstoragemanagementsystemtoachiev
- 根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。 系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。 系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因。 -P
ArrayQueue
- Java队列 队列是一种“FIFO”先进先出的数据结构.可以想象每年在火车站中买票的人群所组成的"队列"。 |队员1 队员2 队员3 队员3 队员4 队员5 队员6 队员7 队员8| ^ ^ 想象两个指针-Java Queue Queue is a " FIFO" First In First Out data structure. Imagine a year of people buy tickets at the station formed in a " q
banksystem
- 一个模拟银行服务系统的java程序,先进先出,后缀名为java-A simulated banking system, java program, FIFO, suffix, called java
queue
- 队列代码,可以把不同的对象放入队列中去,实现先进先出-Queue code, you can put different objects into the queue to achieve FIFO
928.2
- 先进先出页面置换java算法,可以用软件运行,十分方便。-FIFO page replacement algorithm java, you can use the software to run, very convenient.
FifoQueue
- 用Java写一个先进先出(FIFO)的单向队列(queue)类FifoQ-Use Java to write a first in first out (FIFO) queue unidirectional (queue) class FifoQueue
trans_bar
- 封装的一个漂亮的展示任务先进先出(排队)的组件,可以用来在界面上展示当前操作人员未处理的任务-A beautiful javascr ipt component for task queuing,used to show the unfinished work on a JSP page.
fcfs
- 用易于实现,简单可行的代码 实现进程的先进先出 VC-process first in first out