资源列表
[操作系统开发] zhexuejiajingcangwenti
说明:哲学家进餐问题 代码精炼 程序优化带有课程设计报告-Code refined dining philosophers problem with the curriculum design process optimization report<留慧> 在 2025-06-24 上传 | 大小:62kb | 下载:0
[操作系统开发] FileOperate
说明:文件系统操作类,可进行文件的读写,创建,删除,修改等操作,比较方便-Type of file system operation, can read and write documents, create, delete, modify, such as operation, more convenient<stone> 在 2025-06-24 上传 | 大小:2kb | 下载:0
[操作系统开发] VirtualStorageManagementpageintheaddresstranslatio
说明:1.页式存储管理中地址转换的方法。 2.页式虚拟存储的缺页中断处理方法。 -1. Page storage management method of address translation. 2. Pages of virtual memory page fault handling.<杨东英> 在 2025-06-24 上传 | 大小:5kb | 下载:0
[操作系统开发] mode1
说明:内存是计算机系统中储存指令代码和各种数据的主要部件,如果内存短缺或者管理不当,将导致整个系统反应迟缓,甚至崩溃。所以,建立稳定、高效的内存管理策略是一个很重要的且必须面对的问题。现代的操作系统中运用位图、链表等多种手段和算法来管理内存。伙伴算法(Buddy System)是一种经典的内存管理算法。在Unix和Linux操作系统中都有用到。其作用是减少存储空间中的空洞,减少碎片,增加利用率。 本程序模拟了内存管理的过程-Memory is stored in a computer system<echo> 在 2025-06-24 上传 | 大小:2kb | 下载:0