搜索资源列表
CPUScheduler
- 经典的CPU进程调度软件,可以了解CPU调度的原理.-classic CPU process scheduling software, CPU scheduling can understand the principle.
CPU调度C语言实现
- CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT 6时间的延迟; 7:屏幕的换色.-CPU scheduling C Language Implementation 1FCFS (first come-first services) 2SJF (most of the operational priority scheduling) 3RR (Web) 4PSA (Pri
cpu
- 操作系统实验,处理机调度算法,用vc做的,很全面的-Experimental operating system, processor scheduling algorithm, using vc done, very comprehensive
cpudd
- java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
caozuoxitong
- 模拟CPU调度进程的程序。这是一个模拟cpu调度的程序,方便大家在做课程设计的时候用。-Simulation of CPU scheduling process procedures. This is a simulation of cpu scheduling procedures to facilitate curriculum design in a time when so used.
pcb
- 这是一个操作系统的源代码,关于进程调度问题的代码。可以模拟cpu的进程调度,虽然拙劣了点。但是值得参考一下的、-This is an operating system source code, the process of scheduling problems on the code. Cpu can simulate the process of scheduling, although clumsy for that. But it is also useful to look, and
CPU_schedule_simulation
- CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
fcfs28
- program to implement First-Come-First -Served CPU scheduling algorithms
rr28
- program to implement Round-Robin CPU scheduling algorithms
sjf28
- program to implementShor test-Job-First CPU scheduling algorithms
srtf28
- program to implement Shortest-Remaining Time-First CPU scheduling algorithms
cpu-scheduling
- program in c to illustrate and demonstrate various cpu scheduling algorithms
_CPU_Sched18c++
- cpu scheduling algorithms
chulijidiaodu
- 在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定哪些进程优先占用处理器。本程序模拟在单处理器情况下的处理器调度-In a multiprogramming systems, often have a number of process and in the state of readiness. When the number of processors in number than process, must accordin
cpu_schedule
- 简单的cpu调度算法,采用优先级调度算法实现-cpu scheduling algorithm, priority scheduling algorithm using
schedule-algorithm
- 采用优先级和轮询调度算法实现模拟CPU调度-The use of priority and round-robin scheduling algorithm for CPU scheduling simulation
cpu-scheduling
- operating system:cpu scheduling algorithms(fcfs,priority,round robin,sjf) in c++.
cpudiaodu
- 简单实现CPU调度功能,可用做简单实验,及了解CPU-Simple to implement CPU scheduling function
time
- 处理机调度是操作系统中非常重要的部分。为深入理解进程管理部分的功能,设计时间片轮转法进行CPU调度算法,模拟实现处理机的调度。通过本次课程设计理解进程调度的概念,深入理解进程控制的功能、进程的创建与删除以及进程各个状态之间的转换过程,实现时间片轮转算法调度进程。-PROCESSING scheduling is a very important part of the operating system. For an in-depth understanding of the function
Four-CPU-scheduling-algorithm
- 用c++实现的CPU四种调度算法,简单易懂-With c++ implementation of the four types of CPU scheduling algorithm, simple to understand