搜索资源列表
diaoye3
- 利用MFC编程,实现对内存管理中的请求调页的模拟-The use of MFC programming, memory management to achieve the requested page transfer simulation
diaoye5
- m利用MFC实现对操作系统内存管理中请求调页的模拟,并计算缺页率-m the use of MFC to achieve the operating system memory management in the analog paging request, and calculate the rate of missing pages
diaoye6
- 操作系统实验,模拟操作系统内存管理中的请求调页-Experimental system to simulate the operating system memory management in the paging request
Page
- MFC程序模拟内存的页式存储管理机制,并分时完成每个作业。-MFC simulation program storage memory page management mechanism, and time to complete each operation.
mem
- 模拟操作系统内存管理,采取最先适应分配。输入进程长度自动在内存中分配空间,并可以按进程名撤销进程释放其内存空间-Simulate the operating system memory management, to take the first to adapt to the distribution. Enter the length of the process of automatically allocate space in memory and can be removed by t
simulate_memory_management
- 本程序简单的模拟内存的管理,包括记录内存的使用情况,以及如何给程序非配内存空间,回收内存空闲空间-This procedure simulated a simple memory management, including records of memory usage, and how to program the non-allocated memory space, free space recovery of memory
操作系统+模拟的+欢迎下载+C#版
- 这是个模拟操作系统,实现了基本的文件管理,进程管理,内存管理-This is a simulation of the operating system to achieve the basic document management, process management, memory management
MemeryManage
- 操作系统中关于内存管理的模拟,请大家多多指教-The operating system memory management simulation on the exhibitions
MemoryManaging
- 内存管理模拟实验,为学校操作系统课程设计内容-Memory management simulation for the content of school courses on operating system design
os2
- 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。分页式存储管理系统是内存非连续存储管理中基本的方法,可以通过把一个作业分成多个页面分配到不连续的内存块中去。实验可以通过位示图的方式来模拟内存的使用情况,为每个作业建立页表用于完成正确的地址转换。 (二) 实验内容与步骤: 利用键盘输入本模拟系统的物理块的大小,作业的页表中的块号;完成逻辑地址转换成相应的物理地址的过程。 具体过程: 1、 建立一张位示图,用来模拟内存的分配情况,利用随机数产生一组0和1的数对应内存的使
System
- 为计算机专业操作系统课程设计.虚拟实现了可变分区内存管理,磁盘空白分页管理,进程模拟调度,文件系统.可做为源码参考-Curriculum design for the computer professional operating system. Virtual variable partition memory management, disk blank paging management, process simulation, scheduling, file systems can b
Producer-consumer-model
- 生产者消费者模型,用c语言实现模拟内存管理中的生产者和消费者,实现用信号量和锁的使用方法-Model of producers and consumers, producers and consumers in the analog memory management using the c language, the use of semaphores and locks
memoryMagement
- 内存管理:模拟系统里的malloc, free的函数功能,实现自己的myMalloc,myFree;-memory mangement: I will compare my functions these was myMalloc and myfree;
fenyeguanli
- 模拟存储管理常用的请求分页存储管理技术 深入理解虚拟内存的思想和主要的页面淘汰算法-Commonly used in analog storage management storage management technology demand paging virtual memory depth understanding of the ideas and the main page replacement algorithm
OS
- 一个c++写的模拟的操作系统,实现了文件管理、用户接口、进程管理、设备管理、磁盘、内存等-Write a c++ simulated operating system, file management, user interfaces, process management, device management, disk, memory, etc.
main
- 利用内存来模拟外存的文件管理。实现文件操作,增、删、插,改。- Analog file system
dvljty
- 操作系统中的进程调度, 模拟存储管理中内存空间的管理和分配-In the operating system process scheduling, simulated storage management in the management and allocation of memory space
mdcuv161
- 用链表实现的内存管理,用数组来模拟内存空间实现的一个内存管理算法-With a linked list of memory management, with an array to simulate the memory space to achieve a memory management algorithm
状态转换和内存管理
- 操作系统状态转换和内存管理 利用简单的结构和控制方法模拟进程结构、进程状态和进程控制。(State conversion of operating system)
djaukp37
- 模拟内存管理,包括内存分配和内存回收, 用界面显示分配和回收结果()