-
于渊《自己动手写操作系统》源代码及相关工具
于渊《自己动手写操作系统》源代码及相关工具-In wiang
- 2022-08-17 03:24:53下载
- 积分:1
-
Operating systems courseware, there are many examples, detailed description of t...
操作系统课件,里面有很多的例子,详细的说明,生产者消费者问题的颠覆。-Operating systems courseware, there are many examples, detailed description of the problem of subversion producers and consumers.
- 2022-02-15 20:23:07下载
- 积分:1
-
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、...
线程同步机制。
互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex" s function and the critical region is very similar. The difference is: Mutex spent more time than the multi-Critical Section, but the Mutex is the core object (Event, Semaphore is), you can cross-process use, and has been locked waiting for a Mutex can be set to TIMEOUT, not as Critical Section did not know the critical situation in the region, for so long and so die.
- 2023-07-23 08:05:05下载
- 积分:1
-
操作系验实验:模拟进程调度
操作系验实验:模拟进程调度-Operation of the Department of inspection experiment: Analog Process Scheduling
- 2022-01-23 11:08:46下载
- 积分:1
-
麻省理工学院Jos实验室2完整的解决方案
Complete Solution for MIT JOS labs 2-4
- 2022-02-03 08:55:45下载
- 积分:1
-
这是优龙yl
这是优龙yl-p2410的一个bios程序,源光盘附带,但我经过了一些修改,解决了一些Bug,如:第二次开机无法找到usb驱动。-This is excellent yl-p2410 Liuzhou a bios procedures, the source CD-ROM attached to, but I have been some changes to address a number of Bug, such as: the second boot can not find the usb driver.
- 2023-05-02 01:10:03下载
- 积分:1
-
可变分区存储模拟系统
可变分区存储模拟系统-为课程设计用的。操作系统-Variable partition storage simulation system- used for curriculum design. Operating system
- 2022-04-11 15:12:10下载
- 积分:1
-
Windows操作系统实验--内存监视
实验要求:设计一个内存监视器,能实时地显示当前系统中内存的使用情况,包括系统地址空间的布局,物理内存的使用情况;能实时显示某个进程的虚拟地址空间布局和工作集信息等。
- 2022-05-26 11:19:28下载
- 积分:1
-
北航操作系统课程设计所需源代码,包含window和linux操作系统的各4个试验...
北航操作系统课程设计所需源代码,包含window和linux操作系统的各4个试验-BUAA operating system source code required for curriculum design, including window and linux operating system in all four test
- 2022-06-19 09:38:16下载
- 积分:1
-
银行家算法,用来检验死锁问题
银行家算法,用来检验死锁问题-bankers algorithm, a test of deadlock. .
- 2022-08-03 22:02:57下载
- 积分:1