搜索资源列表
Pcblite
- 操作系统实例模拟:进程调度模拟 Cpu.cpp Cpu.h Debug fcfs.log fcfs.lst fcfswait.log fpf.log fpf.lst fpfwait.log LLIST.CPP LLIST.H main.cpp Pcb.cpp Pcb.h Pcb2.dsp Pcb2.dsw Pcb2.ncb Pcb2.opt Pcb2.plg process.log Timer.cpp Tim
yumianzhihuan
- 该程序是对页面置换算法中的最优置换, LRU,以及FCFS的比较进行比较的程序-procedures for the replacement pages to the optimal algorithm replacement, LRU. Comparison of FCFS comparison procedures
FCFS&SJF调度
- 姜浩FCFS&SJF调度-Hao FCFSSJF Scheduling
cipandiaodusuanfaa
- 一个操作系统的课程设计题目,做得不怎么样,FCFS、最短寻道时间、电梯算法。-an operating system subject to the curriculum design, done well, and the FCFS queue, the shortest tracking time, the elevator algorithm.
shiyan_5
- 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法
绝对好程序,进程创建和调度
- 我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!-operating system we establish a process, scheduling the simulation program. Achieving FCFS, SJF, and three static priority scheduling, the program is absolutely!
ass1
- Scheduler FCFS in C.Bach khoa Ho Chi Minh
proctrl
- 基于JAVA实现操作系统进程调度算法,FCFS,短作业,时间片
fcfs-rr-sjf
- FCFS, SJF, RoundRobin algorithm shell progarm
FCFS
- FCFS算法每次从就绪队列中选择一个最先进入该队列的进程,为之分配CPU,使之运行。该进程一直运行道完成或被某事件阻塞后,才放弃CPU。本程序模拟了FCFS算法。-FCFS algorithm for each queue from ready to select a first cohort to enter the process, which the allocation of CPU, to make it run. Run Road, the process has been comp
FCFS
- scheduling algo source code
JinChengDiaoDu
- 进程高度模拟,分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
zydd
- 熟悉操作系统的几种作业调度算法,包括FCFS,SJB以及小作业优先的几种算法,并能够对其进行编程实现。 在后备作业队列中输入5个作业各自运行所需要的时间及存储空间。 (1) 按先来先服务的原则进行调度,输出作业调度的顺序及等待的时间和。 (2) 按最短作业(即运行时间最短)优先的原则进行调度,输出作业调度的顺序及等待时间和。 (3) 按最小作业(即存储空间最小)优先的原则进行调度,输出作业调度的顺序及等待的时间和。 -Some familiar with the
Multilevel_Feedback_Queue
- 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
PCB
- 简单的进程调度算法演示 FCFS 时间轮换 C++语言-Simple demonstration of the process of scheduling algorithm FCFS rotation time C++ Language
memorychange
- 基于JAVA实现操作系统内存置换算法,FCFS,LRU
OS2010
- 可视化磁盘调度,实现四种方法fcfs,sstf,scan,cscan-Visual disk scheduling, achieving four methods fcfs, sstf, scan, cscan
FCFS
- 先服务FCFS,最短寻道时间优先SSTF,SCAN和循环SCAN算法的实现方法。-First-served FCFS, shortest seek time priority leaf Total Flavonoid the SCAN and circulation SCAN algorithm implementations.
FCFS
- CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
fcfs
- 按“进入系统时输出作业状态表,展示调度过程间”对作业队列排序(FCFS).-According to enter the system when the output status table, show the scheduling process on the job queue scheduling (FCFS).