搜索资源列表
zhe
- 进程同步算法模拟,哲学家就餐问题JAVA实现。
LRUprogram
- 用java代码实现的关于操作系统的LRU算法。
Java实现的常用数据结构算法
- Java实现的常用数据结构算法
FIFO
- 先进先出调度算法JAVA实现,操作系统实验
Change
- 用JAVA实现操作系统的页面置换 其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used Replacement)三种算法的实现-JAVA realization of the operating system with replacement pages including the best replacement algorithm (Optimal), FIFO algorit
cpudd
- java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
RR
- 操作系统-时间片轮转调度算法,JAVA实现,带界面,有解释-Operating system- time slice rotation scheduling algorithm, JAVA achieved with interface, are explained
FindTheCurrentEvents
- 一个可以找到并发事件的算法。程序运用了闭包搜寻矩阵的算法。-It is important in distributed computer systems to identify those events (at identifiable points in time) that are concurrent, or not related to each other in time. A group of concurrent events may sometimes attemp
Virtualmemory
- 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
os
- 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation req
os
- 实现操作系统中的页面置换算法,显示在界面上,并对其进行比较。-The realization of the operating system page replacement algorithm, displayed in the interface and its comparison.
FIFO
- 操作系统WIndows页面置换算法、先进先出算法、以及FIFO和LRU算法(最新最少使用算法)-OS WIndows page replacement algorithm, FIFO algorithm, and FIFO and LRU algorithms (at least using the latest algorithm)
OS_YeMianZhiHuan
- 操作系统算法,模拟操作系统算法的Java实现-Operating system algorithms, simulated operating system Java implementation algorithm
fcfs3
- 操作系统的先来先服务算法,C编写,命令行运行-the first operating system to first serve algorithm, java preparation, command line operation, interface
java.os
- 磁盘模拟程序,通过输入初始位置来寻道,产生随机数组并选择算法,最后用直线连接计算后的随机数组,输出结果。-Analog realization of SSTF and SCAN algorithms。By entering the initial position from either the road, resulting in a random array and selection algorithm, and finally connected with a straight calc
scheduling
- 操作系统中进程调度与资源分配算法(即银行家算法)的可视化演示程序,使用Java编写,GUI为SWING-Operating system process scheduling and resource allocation algorithm (ie, the banker' s algorithm), visual presentation program, written in Java, GUI SWING
Dining-philosophers
- 操作系统之哲学家就餐问题的算法实现,利用java开发语言-The operating system of the dining philosophers problem algorithm
磁盘调度JAVA
- 磁盘调度算法模拟 图形化界面 包括ffcf、 scan等(Disk scheduling algorithm simulation graphical interface, including FFCF, scan and so on)
Operating System CH9
- 操作系统概念英文版CH9页替换算法作业源码,涉及FIFO和LRU算法。(Operating System Concepts with Java - Eighth Edition Chapter 9. Test harness for LRU and FIFO page replacement algorithms.)
bank
- 银行家算法 java实现,能够完成资源分配问题(Java implementation of banker's algorithm)