-
To an algorithm of optimizing which the process dispatcher of the operating syst...
针对操作系统的进程调度而设计的一个优化算法.-To an algorithm of optimizing which the process dispatcher of the operating system designed
- 2022-10-04 04:35:03下载
- 积分:1
-
COS 0.0.1.rar Cos操作系统源代码
COS 0.0.1.rar Cos操作系统源代码-0.0.1.rar Cos COS operating system source code
- 2023-08-22 13:25:04下载
- 积分:1
-
bankers algorithm used to avoid deadlock
采用银行家算法实现死锁的避免-bankers algorithm used to avoid deadlock
- 2022-03-02 17:02:43下载
- 积分:1
-
计算机操作系统磁盘驱动调度算法的模拟实现
计算机操作系统磁盘驱动调度算法的模拟实现-Computer operating system disk drive simulation scheduling algorithm to achieve
- 2022-06-28 13:42:04下载
- 积分:1
-
操作系统课程设计《页面置换算法》,内含设计文档。
设计要求为:作业共有320条指令,即它的地址空间为32页,目前它的所有页都还未调入内存。再模拟过程中,...
操作系统课程设计《页面置换算法》,内含设计文档。
设计要求为:作业共有320条指令,即它的地址空间为32页,目前它的所有页都还未调入内存。再模拟过程中,如果所访问的指令已在内存,则显示其物理地址,并转下一条指令。如果所访问的指令还未装入内存,则发生缺页,此时需要记录缺页的次数,并将相应页调入内存。如果4个内存块均已装入该作业,则需要进行页面置换,最后显示其物理地址,并转向下一条指令。在所有320条指令执行完毕后,请计算并显示作业运行过程中发生的缺页率。
实现方法为:最佳置换算法(OPT)、先进先出(FIFO)算法和最近最久未使用(LRU)算法。-err
- 2023-03-14 22:50:04下载
- 积分:1
-
进程调度算法!是源代码,不错的了!给大家下载使用!
进程调度算法!是源代码,不错的了!给大家下载使用!-Process scheduling algorithm! Is the source code, good! U.S. to download!
- 2022-01-25 18:41:27下载
- 积分:1
-
EOS is a major open
EOS是一个主要用于教学的开源操作系统,它的源码风格是windows内核风格。EOS的整体结构简单,从boot、loader、kernel.dll到应用程序,结构清晰简单,但是功能内核功能也比较完整,源码总数为10000多行,比较适合初中级操作系统内核源码学习者。
与Linux0.11或0.12相比,EOS的内核的结构更加的模块化,结构比之清晰,是学习操作系统原理与内核分析研究的较好的工具。
-EOS is a major open-source operating system for teaching, and its style is windows kernel source code style. EOS" s overall structure is simple, from the boot, loader, kernel.dll to the application, the structure clear and straightforward, but the function of the kernel functions are relatively complete, a total of more than 10,000 source lines, more suitable for middle-class operating system kernel source code learners. 0.12, compared with Linux0.11 or, EOS of the core structure of a more modular structure than the clear, is to learn principles and core analysis of the operating system a better tool.
- 2023-03-20 19:55:04下载
- 积分:1
-
银行家算法的课程设计报告
银行家算法的课程设计报告-bankers algorithm design of the curriculum report
- 2022-08-24 13:42:04下载
- 积分:1
-
pc保护模式描述符分析工具,采用VC编写,是你了解保护模式,分析描述符的好工具....
pc保护模式描述符分析工具,采用VC编写,是你了解保护模式,分析描述符的好工具.-pc protected mode descriptor analysis tools used to prepare VC, you know protected mode, Analysis descriptors good tool.
- 2022-12-17 21:10:03下载
- 积分:1
-
页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换...
页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换算法。-Page storage management in virtual address translation and page fault, which is the operating system rewards End internship hours to do the design, there are more than a complete analysis and design, such as experimental purposes, the experiment content, laboratory module, used in the application of advanced first-out page replacement algorithm.
- 2022-01-24 14:30:36下载
- 积分:1