资源列表
[操作系统开发] CUNCHU
说明: 模拟各种内存分配算法及回收过程,并能动态演示。结合进程调度算法,能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果;-Simulate all kinds of memory allocation algorithms and recycling process, and can dynamic presentation. Combination of process scheduling algorithm to allocate memory for pro<詹磊> 在 2025-07-16 上传 | 大小:2kb | 下载:0
[操作系统开发] operating-system-kernel-documents
说明:在系统基础只是上,对操作系统的内核、进程进行了详细的描述,并附有源码。-Based only on the system, the operating system kernel, a detailed descr iption of the process, together with the source.<qym> 在 2025-07-16 上传 | 大小:4.02mb | 下载:0
[操作系统开发] neicunguanli
说明:操作系统中的内存管理 C++编辑 实现内存管理-Operating system memory management C++ compiler to implement memory management<齐越> 在 2025-07-16 上传 | 大小:1010kb | 下载:0
[操作系统开发] scan_and_sstf
说明:最短寻道时间优先(SSTF)和扫描(SCAN)算法。可以对给出的任意的磁盘请求序列、计算平均寻道长度; 要求可定制磁盘请求序列长度、磁头起始位置、磁头移动方向。-Shortest seek time first (SSTF) and scanning (SCAN) algorithm. Can be given any sequence of disk requests, calculate the average seek length requirements can be customi<李朗> 在 2025-07-16 上传 | 大小:193kb | 下载:0
[操作系统开发] Page-replacement
说明:页面置换, 1、任意给出一组页面访问顺序(如页面走向是1、2、5、7、5、7、1、4、3、5、6、4、3、2、1、5、2)。 2、分配给该作业一定的物理块(如3块、4块等)。 3、利用某几种页面置换算法模拟页面置换过程并计算其缺页率并分析结果。 4、通过给出特殊的页面访问顺序,分配不同的物理块,利用FIFO算法计算其缺页率,进一步理解Belady现象。-Page replacement, 1, a group of any given sequence of page view<刘莹> 在 2025-07-16 上传 | 大小:965kb | 下载:0