搜索资源列表
linux
- linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
linux
- 在linux实现模拟进程调度的模拟算法,在myeclipse下课运行-Analog simulation of the process scheduling algorithm class in myeclipse run in linux
Desktop
- nachos线程升级,限制最多同时产生128个线程,并实现优先级调度-the nachos thread upgrade restrictions while producing up to 128 threads, and priority scheduling
mClock
- 磁盘I/O调度及管理的研究分析,通过运用mClock算法来实现管理程序的IO调度-Disk I/O scheduling and management of research and analysis, by the use mClock algorithm to hypervisor IO scheduling
threads.tar
- 优先级调度算法,nachos课程设计,设计有优先级调度-Priority scheduling algorithm, nachos curriculum design
jincheng3
- 按时间片轮转调度算法实现处理及调度的程序-According to the time slice rotation scheduling algorithm and scheduling program
xuni
- 编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulate
task-scheduling-simulation
- 在Linux环境下实现任务调度仿真,利用多线程实现任务池中的多个任务,支持先来先服务、轮转和反馈三种调度策略-Task scheduling simulation
Simulation_ProcessScheduling-master
- 采用“最高优先级优先”调度算法对五个进程进行调度和采用“轮转法”调度算法对五个进程进行调度。-A " highest priority priority" scheduling algorithm for five scheduling process and the use of " round-robin" scheduling algorithm for five scheduling process.
scheduling
- 讲述了linux下内核按时间片轮训调度进程的源码-Tells the story of a time slice linux kernel source rotation scheduling process
myOS
- 本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理 文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件 3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理. 本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1
Scheduling-Exercises
- Linux scheduling exersice
1
- 单处理机调度算法,进程队列采用单向链表组织进程控制块-Uniprocessor scheduling algorithms, one-way process queue lists organized process control block