搜索资源列表
OS
- java实现磁盘调度,包含FCFS,SSTF,SCAN,CSAN
disk_attemper
- 模拟操作系统的磁盘读取,按照不同的磁盘调度算法,进行比较磁盘调度的效果,并用图显示出来。-simulate mircosoft system disk attemper
SCAN
- java语言实现scan磁盘调度算法~通过该代码可实现scan算法-java language ~ scan disk scheduling algorithm can be realized through the code scan algorithm
disk(1)
- 磁盘调度算法位示图法 Java演示文档模拟盘块调度算法-Disk scheduling algorithm Bitmap France Java presentations
MiniDisk
- 操作系统中的磁盘调度,实现了磁盘的读写等一系列功能-The operating system disk scheduling, achieved a series of functions such as disk read and write
cipan
- 用java程序模仿操作系统中的磁盘调度算法-Procedures copy the operating system using java Disk Scheduling Algorithm
moni
- 根据磁盘调度的4种算法进行模拟磁盘调度过程-According to the four kinds of disk scheduling disk scheduling algorithm to simulate the process of
cipandiaodusuanfa
- 磁盘调度算法实现1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -1 disk scheduling algorithm, first come first served (FCFS) 2, the shortest seek time first (SSTF) 3, scan algorithm (SCAN) 4, cyclic scan algorithm (CSCAN)
Disk
- 操作系统中磁盘调度算法,java实现,包括电梯算法,EA算法,fcfs算法等-Operating system, disk scheduling algorithms, java implementation, including the elevator algorithm, EA algorithm, fcfs, algorithms
java磁盘调度
- java磁盘调度java实现挺好一用,你试试
DiskFrame
- java实现的磁盘调度管理,友好gui界面-java implementation of disk scheduling management, friendly gui interface
SST_F_SCAN
- 磁盘调度算法设计与实现 Java语言实现算法-Disk scheduling algorithm design and implementation of the Java language algorithm
DiskScheduling
- 磁盘调度FCFS算法 这是在java环境下运行的-FCFS disk scheduling algorithm which is run under the java environment
c2
- java实现磁盘调度算法,搞什么啊,那么麻烦,就这些介绍还不懂?-java achieve disk scheduling algorithm, engage in what ah, so much trouble, they still do not understand these presentations?
KS
- 移动臂磁盘调度算法的模拟仿真与应用java-Arm disk scheduling algorithm simulation and application
磁盘调度JAVA
- 磁盘调度算法模拟 图形化界面 包括ffcf、 scan等(Disk scheduling algorithm simulation graphical interface, including FFCF, scan and so on)
Java操作系统磁盘调度算法
- 模拟操作系统磁盘调度算法,实现了先来先服务,最短寻道时间,电梯扫描算法(Disk scheduling algorithm for analog operating system)