原文:東南大學《操作系統》課程作業 - 第六章

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