搜索资源列表
页面置换算法(FIFO和LRU)
- 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法和LRU算法-simulation operating system virtual memory pages the algorithm used FIFO replacement algorithm and LRU algorithm
存储管理
- 存储管理 存储将指令序列变换成为页地址流 设:①页面大小为IK; ②用户内存容量为4页到32页; ③用户虚存容量为32K。 在用户虚存中,按每K存放10条指令排列虚存地址,即320条指令在虚存中的存放方式为:-storage management storage instruction sequences will transform into page-based address : IK page size; user memory capacity of 4 to 32; users vi
OS课题设计
- 任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use the following algorithm to visit
FIFOandOPT
- 用FIFO和OPT算法进行虚拟存储器,求缺页数和缺页率,用于操作系统的实验-With FIFO and OPT algorithm for virtual memory, and missing pages and missing page rate for the experimental operating system
MemoryWatcher
- 用C#写的内存监控程序,可观察机器的物理内存和虚拟内存。 -Using C# to write the memory control procedures, observed the physical memory and virtual machine memory.
xunicunchuqi
- 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorit
PageReplace
- CSharp写的虚拟内存中页置换算法,包括FIFO、OPT、LRU和Clock等。-CSharp write virtual memory page replacement algorithms, including FIFO, OPT, LRU and Clock.
csharpjkmemoty
- 基于C#的内存使用状态监控,监控物理内存、使用内存和虚拟内存的大小和使用情况-C#-based memory usage status monitoring, monitoring of physical memory, using memory and virtual memory size and usage
memorywin
- C#获取计算机内存信息,以进度条的方式显示获取可用物理内存总量,获取虚拟内存总量,获取可用虚拟内存总量-C# Gets information about the computer' s memory in order to get a progress bar displays the total amount of physical memory available to get the total amount of virtual memory to get the total
46575868654
- 仿Windows系统任务管理器中的CPU使用率图表实例源码下载,直观演示内存及CPU的使用情况,并显示进程数,我觉得界面做的挺不错,有点专业味道,源码值得学C#的借鉴。左侧的直方图主要用来适时显示CPU的使用率,右侧分上下两部,上部是物理内存总量和可用情况,下部是虚拟内存的总量和可用情况,创建Graphics类对象的方法也教给您。 ,作者版权所有,仅供学习与参考。-Imitation of Windows system in task manager CPU usage chart exam
