搜索资源列表
TNachos-schedh
- 本课题的目的是要实现缺页处理程序,这需要在适当的时候将某些页面替换出/入。为了减少缺页和将页面从内存淘汰到磁盘的次数,要求你实现五种页面替换算算法。NRU(Not Recently Used)算法SC(Second Chance)算法Clock算法Working Set算法Aging算法 -The purpose of this project is to achieve the page fault handler, this need at the appropriate time to
Sclockkc
- 关于操作系统clock内存调度代码,描述Clock算法的的基本原理、必要的数据结构、编码实现,已通过测试。 -On the clock of the operating system memory scheduler code Descr iption Clock Algorithm The basic principle of the necessary data structures, encoding realized has been tested.