搜索资源列表
-
0下载:
模拟进程调度的C语言实现
一、 实验目的
体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。
二、 实验内容
采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static
-
-
0下载:
模拟银行家算法
页式存储管理如何实现地址转换;进一步认识页式虚拟存储管理中如何处理缺页中断。用C++实现LRU置换算法
-Bankers algorithm simulation storage management page addresses how to achieve the conversion a better understanding of virtual memory management page of how to handle page fault. Using
-
-
0下载:
1. 分析用户程序虚拟地址空间分布
2. 模拟实现可变分区管理,存储分配算法采用最佳适配算法。-1. Analysis of user process virtual address space distribution 2. Simulation and Realization of a variable partition management, storage allocation algorithm uses the best fit algorithm.
-
-
0下载:
通过0/1矩阵模拟现实迷宫 实现迷宫得简单模拟-Through the 0/1 matrix virtual reality simulation of a maze to achieve the maze were simple,
-
-
0下载:
1.通过本实验的模拟算法理解和加深页式存储管理的地址变换过程。
2.通过模拟LRU算法加强理解和掌握OS中实现虚拟存储器的关键技术。
-1. Through this experiment, the simulation algorithm and deepen understanding of storage management page address translation process. 2. LRU algorithm through simulation to enha
-
-
0下载:
虚拟资源管理器,用二叉树结构模拟资源管理器并对数据进行相关操作-Virtual Explorer, with a binary tree structure simulation Explorer and data related to operation
-