搜索资源列表
project3
- The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
multilevel
- 多级反馈队列,基于控制台的,用visual stdio2005写的,有菜单可以选择。-Simulation of multi-level feedback queue
PCM1780
- pcm1780 24-Bit, 192-kHz Sampling, Enhanced Multilevel, Delta-Sigma, Audio Digital-to-Analog Converter
OS-
- 多用户多级目录文件系统模拟 操作系统课程设计-Many users multilevel directory file system simulation operating system course design
Multilevel-feedback-queue-scheduling
- 进程多级反馈队列调度:当一个新进程进入内存后,首先将它放入第一队列的末尾,按FCFS原则排队等待调度.当轮到该进程执行时,如它能在该时间片内完成,便可准备撤离系统 如果它在一个时间片结束时尚未完成,调度程序便将该进程转入第二队列的末尾,再同样地按FCFS原则等待调度执行,以此类推。-Multilevel feedback queue scheduling
Multilevel-feedback-queue-algorithm
- 多级队列反馈算法,大二操作系统实验二,dos窗口-Multilevel feedback queue algorithm
pintosProject1Backup
- pintos project1实现,采用多级有序链表+闹钟唤醒机制(The implementation of Pintos project 1 , multilevel ordered chain list with alarm clock wake-up .)