资源列表
[操作系统开发] FileOperate
说明:文件系统操作类,可进行文件的读写,创建,删除,修改等操作,比较方便-Type of file system operation, can read and write documents, create, delete, modify, such as operation, more convenient<stone> 在 2024-11-14 上传 | 大小:2kb | 下载:0
[操作系统开发] VirtualStorageManagementpageintheaddresstranslatio
说明:1.页式存储管理中地址转换的方法。 2.页式虚拟存储的缺页中断处理方法。 -1. Page storage management method of address translation. 2. Pages of virtual memory page fault handling.<杨东英> 在 2024-11-14 上传 | 大小:5kb | 下载:0
[操作系统开发] Dynamic_partitioning_of_the_simulated_distribution
说明:⑴ 用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 ⑵ 假设初始状态下,可用的内存空间为640KB,并有下列的请求序列: 作业1申请130KB。 作业2申请60KB。 作业3申请100KB。 作业2释放60K<lzl> 在 2024-11-14 上传 | 大小:269kb | 下载:0