原文:东南大学《操作系统》课程作业 - 第六章

The first known correct software solution to the critical section problem for two processes was developed by Dekker. The two processes, P and P , share the following variables: The structure of proce ...

2021-12-01 23:05 0 1573 推荐指数:

查看详情

东南大学操作系统课程作业 - 第四

1 - Provide two programming examples in which multithreading does not provide better performance than a single-threaded solution. 一种是以串行操作为主的程序,例如对 ...

Wed Dec 01 21:24:00 CST 2021 0 981
东南大学操作系统课程作业 - 第八

8.1 – 请指出内部碎片与外部碎片的区别。 内部碎片是已经分配给进程的、比进程所需内存多出的部分,存在于分区内部,但是不能使用; 外部碎片是没有被分配出去的小的内存片段,却因不连续,而无法联合起来组 ...

Thu Dec 02 07:18:00 CST 2021 0 2007
操作系统笔记第六章【输入输出系统

输入输出系统 I/O系统是OS的重要组成部分,用于管理诸如打印机和扫描仪的等I/O设配,以及用于存储数据。 I/O系统的基本功能、模型和接口 I/O系统的功能:第一、二方面为了方便用户使用I/O;第三、四方面用于提高CPU与I/O设备的利用率;第五、六方面为用户在共享 ...

Wed Dec 25 00:00:00 CST 2019 0 784
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM