搜索资源列表
cpu 调度1
- 操作系统中的作业,CPU进程调度。PCB 控制块-operations of the operating system, CPU scheduling process. PCB control block
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
601caitao CPU 完整版
- 为了更好学习和掌握CPU调度的各种算法,现实践练习编程,源程序里运用大量所学的C语言程序,在较好的理解CPU调度各种算法下,编写的此程序实现的功能是“最短作业优先调度”,经多次反复修改,现已能在TC环境下运行通过。-order to better study and master CPU scheduling algorithms, programming is practical exercises, the source Lane used a lot of learning by C la
cpudd
- java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code
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_Schedu641153212002
- This a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling-This is a CPU Scheduling Algorithm implemented in C in order to Simulate CPU Scheduling
OperatingSystemsCPUScheduling
- document having the details about different cpu scheduling techqnics
l5
- Algorithm - CPU Scheduling- Algorithm- CPU Scheduling
scheduling
- it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
EX3_CPU_SCHEDULING_ALGORITHM
- A simple program for implementing the CPU Scheduling in Linux/UNIX Environment
cpuscheduling
- FCFS scheduling 作业调度 作业调度程序 单道批处理 CPU Scheduling
OS
- 操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
jinchengdiaodu
- 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如 :在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等 -Write and debug
CPU_schedule_simulation
- CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
rr28
- program to implement Round-Robin 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
sjf
- CPU scheduling---Shortest job first algorithm
cpu-scheduling
- operating system:cpu scheduling algorithms(fcfs,priority,round robin,sjf) in c++.
Four-CPU-scheduling-algorithm
- 用c++实现的CPU四种调度算法,简单易懂-With c++ implementation of the four types of CPU scheduling algorithm, simple to understand