资源列表
fenyeguanli
- 操作系统内存分页管理,有效实现操作系统内存的分页管理。-failed to translate
FAT
- 模拟实现单级目录的FAT文件系统:用二进制文件空间模拟磁盘空间,用文件块操作模拟磁盘块操作。-Simulated single-level directory of the FAT file system: simulation using binary space disk space, operating with the simulated disk file block block operation.
OS-comparison
- 模拟操作系统中FCFS,SJF,RR以及多级反馈调度算法的平均周转时间-Simulate the operating system FCFS, SJF, RR, and multi-level feedback scheduling algorithm, the average turnaround time
FCFSPSJF
- 设计程序模拟进程的先来先服务FCFS和短作业优先SJF调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别采用先来先服务FCFS和短作业优先SJF进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of a first-come first-served FCFS and SJF short
fifo
- 操作系统FIFO页面置换算法程序,DOS界面,-FIFO page replacement algorithm
fcfs--sjf--rr--hrn
- 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
Initial--OPI---LRU
- 页面置换算法,1:先进先出;2:最佳值换算法;3:最近最久未使用置换算法-Page replacement algorithms, 1: FIFO 2: Best value for algorithm 3: The most-recently-used replacement algorithm recently
Priority
- 调度算法: 1: FCFS 2: 时间片轮换 3: 优先级调度 4: 最短作业优先 -Scheduling algorithm: 1: FCFS 2: Time slice rotation 3: priority scheduling 4: shortest job first
Main
- C语言用函数指针实现多线程,类似于操作系统之任务调度,仅有任务状态,使用循环计数以大概模拟延时。-a little virtul os,just for understanding the multi task and learning hao to use function pointer.
pv
- 操作系统中关于pv作业的习题及解析 解析全面-Operating system on exercises and operations analysis pv
os
- 操作系统的幻灯片及习题 适合期末复习和讲课用-Operating system slides and exercises for review and final lecture with
2
- 这是操作系统的一个关于读者写者的代码,内容以及算法基本符合要求-This is one of the operating system' s code written on the reader, the basic content and algorithms to meet the requirements
