搜索资源列表
ymdd
- 页面调度算法主要有:FIFO,最近最少使用调度算法(LRU),最近最不常用调度算法(LFU),最佳算法(OPT) 题目要求: ① 实现三种算法:1、先进先出;2、OPT;3、LRU ② 页面序列从指定的文本文件(TXT文件)中取出 ③ 输出:第一行:每次淘汰的页面号,第二行:显示缺页的总次数
ReadBook
- 基于qt2的电子书,有行号、页号显示,具备书签的功能,适合在pmp上运行
页面置换算法(C语言编写)
- c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of thr
VC6LineNumberAddin
- vc6用于显示行号的插件,很强大的工具,以AddIn方式加载使用-vc6 line number shower
TextEdit
- 数控系统开发模版,右侧G代码编辑器能自动计算G代码行号并显示,设计时这个地方花费比较多的功夫,所以是比较关键的内容-CNC systems development template right side of the G code editor can automatically calculate and display the G-code line numbers, the design of this place takes more effort, it is more crucial