搜索资源列表
ProcessCall
- 操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of impl
OS_Scheduler
- 操作系统中进程调度过程的模拟程序,采用的是FIFO算法-operating system process scheduling process simulation program, using the FIFO algorithm
OperatingSystemPageReplacementAlgorithm
- Java操作系统页面置换算法: (1)进先出的算法(FIFO) (2)最近最少使用的算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (注:由本人改成改进型Clock算法) (5)最近最不经常使用算法(NUR) -Java operating system, page replacement algorithm: (1) into the first out method (FIFO) (2) least recently used algo
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
FIFOandLRU(java)
- 这是一个用java实现的模拟操作系统的进程调度的FIFO算法和LRU算法。程序默认设置的系统分配给进程的页面数为3个、-This is a simulation using java operating system to achieve the process of the FIFO scheduling algorithm and LRU algorithm. Procedures for the allocation of the default settings of the syste
Page
- 实现操作系统中的页面置换算法,其中包括FIFO,LUR算法,生成页面内容,并计算缺页率-Page replacement algorithm in operating system, including FIFO, LUR algorithm to generate the page content, and calculate the page fault rate
yemianzhihuan
- 操作系统课程设计—页面置换算法,有图形界面,FIFO,OPT,LRU三种算法-Courses on operating system design- page replacement algorithm, a graphical interface, FIFO, OPT, LRU three algorithms
src
- 使用java模拟操作系统内存运行情况 FIFO算法和最近最少使用算法-Java simulated operating system memory operation FIFO algorithm and least-recently-used algorithm
Memory-manage
- 该源码是操作系统实验中的内存管理问题,可以实现FIFO和LRU算法,同时可以分配内存及作业管理-The source is the experimental operating system memory management problem, you can achieve FIFO and LRU algorithm, and can allocate memory and Operations Management