搜索资源列表
-
0下载:
操作系统实验:模拟LINUX操作系统的虚存管理机制,采用多道程序控制方式、多级页表、FIFO请求方式完成对实存辅存的映射管理,处理访存请求。实现了FIFO、LRU、LFU等页表淘汰算法。-Experimental operating system: LINUX operating system simulation of virtual memory management mechanism, the use of multi-channel control mode, multi-level
-
-
0下载:
虚拟机的技术现在应用的越来越广了,虚拟机的软件可以在不损害原系统的情况下模拟一个真实的机器环境,允许在虚拟机下安装各种不同的操作系统,作为测试环境非常有用,本软件集成了VMwaretools-Virtual machine technology is now more and more widely applied, the virtual machine software can be without prejudice to the case of the original system a
-
-
0下载:
在虚拟机环境下模拟静态路由如何抓包并分析,在VMTools环境下通过-Simulation in a virtual machine environment and analyze the static route to get caught in VMTools environment through
-
-
0下载:
加深对于存储管理的了解,掌握虚拟存储器的实现原理;观察和了解重要的页面
置换算法和置换过程。练习模拟算法的编程技巧,锻炼分析试验数据的能力。
-Deepen the understanding of storage management, control and implementation principle of virtual memory observe and understand the importance of the page replacement algorith
-
-
0下载:
Sun xVM VirtualBox 用户手册 2.0.6版--
作为一个程序员, 虚拟机的使用必不可少, 方便windows用户模拟使用linux系统。-Sun xVM VirtualBox user manual version 2.0.6- as a programmer, the use of virtual machines necessary to facilitate the simulation of windows users use linux system.
-
-
0下载:
在Linux系统下实现的虚存管理模拟程序,是操作系统课程实践之一。-Implemented in the Linux virtual memory system simulation program management, curriculum practice is one of the operating system.
-
-
0下载:
基于虚拟坐标系统的无线传感器网络仿真代码,C语言编写,Linux环境下运行-Wireless sensor network simulation code based on the virtual coordinate system, C language, run Linux environment
-
-
0下载:
一种经典的基于虚拟坐标系统的紧凑路由算法S4的仿真程序,Linux下运行使用,Infocom原文作者提供-A classic S4 is a compact routing algorithm based on virtual coordinate system simulation program, running under Linux, Infocom, the original author
-
-
0下载:
在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。
本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。
先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
-