搜索资源列表
memory_fromm_hgy
- 操作系统常用页面置换算法模拟实验 FIFO,LRU
work
- 某大学的unix模拟实验试题要求,及样例源码,实现核心的数据结构和算法,只需在此基础上调用已编好的节点操作函数实现如passwd\\chmod等命令
memory_linux
- 用单链表实现的模拟linux内存管理的first算法-achieve simulation linux memory management algorithm for the first
Os.rar
- Linux 下操作系统调度算法的几个 FIFO模拟程序,FIFO for Linux OS
Linux_2_36060302_36060304_36060307_36060323
- 操作系统实验:模拟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
wynczh
- 内存页面置换 用C语言模拟LINUX操作系统中的内存页式管理的FIFO算法和LRU算法-Memory page replacement using C language simulation of LINUX operating system management of memory pages the FIFO algorithm and LRU algorithm
kepler
- 开普勒问题模拟,用不同的算法,可以画出相应的轨道-Kepler problems simulation code
MemoryManagementSourcecode
- 存储管理原代码,在Linux环境下模拟多种内存调度算法。-Memory management source code in the Linux environment, to simulate a variety of memory scheduling algorithms.
Processorschedulingalgorithm
- 处理机调度算法,模拟了处理机调度的各种算法-Processor scheduling algorithm
FIFO
- 模拟FIFO页面调度算法处理缺页中断 可用作操作系统实验作品上交-Analog FIFO paging algorithm can be used as the operating system handling page fault handed experimental works
vmrp
- 加深对于存储管理的了解,掌握虚拟存储器的实现原理;观察和了解重要的页面 置换算法和置换过程。练习模拟算法的编程技巧,锻炼分析试验数据的能力。 -Deepen the understanding of storage management, control and implementation principle of virtual memory observe and understand the importance of the page replacement algorith
dask
- 加深对于操作系统设备管理技术的了解,体验磁盘移臂调度算法的重要性;掌握 几种重要的磁盘移臂调度算法,练习模拟算法的编程技巧,锻炼研究分析试验数 据的能力。 -Deepen the understanding of the operating system device management technology and experience transfer disk arm scheduling algorithm importance master disk transfer
5
- 编写银行家算法模拟程序,实现银行家算法原理。-The preparation of Banker' s algorithm simulation program, to achieve bankers algorithm principle.
DORA
- DORA算法在ns中的模拟,用tcl语言实现,包含离线阶段和在线阶段代码-DORA algorithm in ns of simulation, with the tcl language, including offline and online stages of the code phase
CSPF
- cspf算法在ns中的模拟,用tcl语言实现,包含离线阶段和在线阶段代码-cspf algorithm in ns of simulation, with the tcl language, including offline and online stages of the code phase
cfz
- 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
实验2
- 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计, 了解虚拟存储技术的特点, 掌握请求页式存储管理的页面置换算法。 ①先进先出的算法( F I F O ) ; ②最近最少使用算法( L R U ) ; ③最佳淘汰算法( O P T ) : 先淘汰最不常用的页地址; ④最少访问页面算法( L F U ) ; ⑤简单时钟算法( CLOCK)(Page replacement algorithm)
调页算法
- 大学操作系统课程中的虚拟内存管理,调页算法模拟,共有三种算法FIFO、LRU、OPT(Paging algorithm for virtual storage management in operating system)
操作系统实验_buddy算法源程序
- 模拟了操作系统课程实验中伙伴(buddy)算法的实现,对加深理解又一定帮助。(The implementation of partner algorithm is simulated)
实验六
- 实验目的:实现模拟内存管理 掌握伙伴算法原理(Experiments: Implementing the Principle of Partner Algorithms for Analog Memory Management)