搜索资源列表
WWW.Ahaoz.CoM__vc783453772452
- 了解了操作系统中各种资源分配算法的实现,特别是对虚拟存储,页面置换有了深入的了解,并能够用高级语言进行模拟演示。在这短短的两周时间里,通过浏览、阅读有关的资料,学到了很多东西,同时也发现仅仅书本的知识是远远不够的,需要把知识运用到实践中去,能力才能得到提高。有如下几点体会:-understanding of the various operating system resource allocation algorithm implementation, in particular the vi
OSkeshe
- 操作系统课社 1.理解内存页面调度的机理。 2.掌握几种理论页面置换算法的实现方法。 3.了解HASH表数据结构的使用。 4.通过课程设计比较各种调度算法的优劣。 5.熟悉页面置换算法及其实现,引入计算机系统性能评价方法的概念。页面置换算法是虚拟存储管理实现的关键,通过本次课程设计理解内存页面调度的机制,在模拟实现FIFO、LRU页面置换算法的基础上,比较两种置换算法的效率及优缺点,从而了解虚拟存储实现的过程。
lru源代码
- 是经典的操作系统中页面置换中的LRU算法模拟程序源代码-are classic operating system replacement pages of LRU algorithm simulation program source code
页面置换算法(FIFO和LRU)
- 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法和LRU算法-simulation operating system virtual memory pages the algorithm used FIFO replacement algorithm and LRU algorithm
fifosuanfa
- 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程 -Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
YMZH
- 在虚拟机上模拟操作系统对内存的页面LRU置换算法。-In the virtual machine to simulate the operating system memory pages LRU replacement algorithm.
zhihuanew
- 页面置换算法实验,模拟操作系统的页面置换 。-Page replacement algorithm experiment, simulation of the operating system page replacement.
yemian
- mfc界面,模拟操作系统采用 OPT、FIFO 和LRU 算法进行页面置换的过程。-mfc interface, simulation of the operating system by OPT, FIFO and LRU algorithm for page replacement process.
wenterzhou
- 操作系统中页面置换算法模拟,有最佳置换算法,先来先出算法和LUR算法。三者集成于一体能更好的帮助我们学习。-Page replacement algorithm in operating system simulation, the best replacement algorithm, first come, first-out algorithm and LUR algorithm. Integrated in one of the three can help us learn bette
page-replacement-system
- 操作系统页面置换模拟系统 本软件模拟操作系统的页面置换,共有FIFO、LRU、OPT三种算法可供选择。用户可自行选择随机或手动输入指令序列的地址,本系统将自动显示各种算法的缺页率,以及那一条指令导致缺页-Analog system operating system page replacement operating system, the software simulate page replacement, total FIFO, LRU, OPT three algorithms to
yemianzihuan
- 用c#写的模拟操作系统页面置换算法,动态化的实现页面置换全过程-C# to write the simulation of the operating system page replacement algorithm, dynamic page replacement
LRU
- 模拟LRU页面置换算法---操作系统的相关知识-Simulate LRU page replacement algorithm--- operating system
ye-mian-zhi-huan
- 用c语言模拟了操作系统中页面置换算法,包含了详细的代码。-Simulated operating system page replacement algorithm contains a detailed code c language.
memman.c.tar
- 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
PageReplacement
- 在操作系统中模拟实现请求页式存储管理的几种基本页面置换算法,并比较它们的效率-An analog implementation in the operating system storage management page request several basic page replacement algorithm, and compare their effectiveness
caozuoxitong100
- 操作系统页面置换算法模拟,好东西不容错过.值得参考.-Operating system page replacement algorithm simulation, good things should not be missed. It is also useful.
caozuoxitong100
- 操作系统页面置换算法模拟,好东西不容错过.值得参考.-Operating system page replacement algorithm simulation, good things should not be missed. It is also useful.
page
- 模拟操作系统采用OPT、FIFO和LRU算法进行页面置换的过程。 设程序中地址范围为0到32767,采用随机数生成256个指令地址,满足50 的地址是顺序执行,25 向前跳,25 向后跳。为满足上述条件,可采取下列方法: 设d0 10000,第 n个指令地址为dn,第 n+1 个指令地址为dn+1 ,n的取值范围为0 到255。每次生成一个 1 到1024范围内的随机数a,如果a落在1 到512 范围内,则dn+1 dn+1。如果a落在513 到768范围内,则设置dn+1 为1 到dn
Fi
- 模拟操作系统中页面置换算法,可进行FIFO ,LRU,OPT等算法。(Simulated operating system page replacement algorithm, which can be FIFO, LRU, OPT and other algorithms.)
cipan
- 可以模拟操作那系统中的磁盘调度算法,比如FCFS 等。(Can simulate the operation of the system disk scheduling algorithm, such as FCFS and so on.)