搜索资源列表
-
0下载:
题目:银行家算法
具体要求:屏幕提示:输入申请资源的进程和各资源数目,程序通过对预先输入的资源的矩阵分析。给出当前系统是否安全的提示,若安全,给出安全序列。
-topics : bankers algorithm specific requirements : screen Tip : resources for the importation of the process and the number of resources, procedures for the importati
-
-
0下载:
这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-this is the operating system on the classroom, doing internships designed and The purpose of this experiment, analysis, design. The response ratio is Job Scheduling algorithm.
-
-
0下载:
根据请求调页存储管理方式的相关原理,编程模拟实现一个请求调页存储管理系统,该系统的页面置换算法必须包括先进先出页面淘汰算法(FIFO)、最近最少使用LRU页面淘汰算法和最佳淘汰算法。同时系统可以随意设置当前分配给作业的物理块数。
系统运行时,任意输入一个页面访问序列,设定不同的页面置换算法和物理块数,输出其页面淘汰的情况,计算其缺页次数和页面置换次数。
系统结束后,要求比较同一个页面访问序列,在不同的页面置换算法和物理块数的情况下,其产生的缺页次数和页面置换次数,并分析其原因
-Pa
-
-
0下载:
采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣
场景设置:
-- 按长短作业不同比例
-- 按作业不同达到顺序
-- 按作业不同达到频率
-Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm set the scene:- in different proportions according
-
-
0下载:
采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣
场景设置:
-- 按长短作业不同比例
-- 按作业不同达到顺序
-- 按作业不同达到频率
-Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm set the scene:- in different proportions according
-
-
0下载:
磁道分析 银行家算法 最短优先算法 先来先服务调度算法-Track analysis
Bankers algorithm the shortest preferred algorithm first come, first service scheduling algorithm
-
-
0下载:
OPT(最优选择)算法的设计与实现,分析该算法的命中率和缺页率-OPT (optimal choice) algorithm design and implementation, analysis of the algorithm hits and page fault rate
-
-
0下载:
操作系统中的内存置换算法实现,程序中对三种内存置换算法进行了分析,他们分别是:FIFO、LRU、OPT三种算法,并在程序最后列出了三种算法的堆栈调用情况。-Operating system' s memory replacement algorithm, three types of memory replacement algorithm analysis program, they are: FIFO, LRU, OPT three algorithms and listed at t
-
-
1下载:
1.设计一个有几个进程并发执行的进程调度程序,每个进程由一个进程控制块(PCB)表示,进程控制块通常应包括下述信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等,且可按照调度算法的不同而增删。
2.调度程序应包含2—3种不同的调度算法,运行时可以任选一种,以利于各种方法的分析和比较。
3.系统应能显示或打印各进程状态和参数的变化情况,便于观察。
-1.To design a process scheduler the concurrent executio
-