-
线程同步机制。
互斥器的功能和临界区域很相似。区别是: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
-
操作系统中会遇到银行家的问题
操作系统中会遇到银行家的问题-operating system will encounter the problem of bankers
- 2022-10-18 20:35:03下载
- 积分:1
-
朋友_ BIOS源代码
AMI_BIOS source code
- 2022-07-08 13:05:54下载
- 积分:1
-
FreeRTOS操作系统学习的一个帮助说明文档,里面还有很多的说明那!请大家好好学习了!免费的操作系统!...
FreeRTOS操作系统学习的一个帮助说明文档,里面还有很多的说明那!请大家好好学习了!免费的操作系统!-FreeRTOS learning the operating system to help documentation, which note that there are many! Please study hard the U.S.! Free operating system!
- 2022-03-19 03:33:56下载
- 积分:1
-
单道批处理系统的作业调度程序(短作业优先,最高响应比,先来先服务三种算法)...
单道批处理系统的作业调度程序(短作业优先,最高响应比,先来先服务三种算法)-Shan Road Batch Job Scheduling System (short operating priority, the highest response ratio, first-come first three service algorithm)
- 2022-07-17 03:18:26下载
- 积分:1
-
Chinese handwriting input, support and other PDA WINCE5.0
中文手写输入,支持PDA WINCE5.0等-Chinese handwriting input, support and other PDA WINCE5.0
- 2022-08-13 06:22:02下载
- 积分:1
-
飞机订票系统 说明书飞机订票系统说明书
飞机订票系统 说明书飞机订票系统说明书-Aircraft and aircraft booking system booking system Manual Manual
- 2022-11-25 09:40:03下载
- 积分:1
-
操作系统课程设计《页面置换算法》,内含设计文档。
设计要求为:作业共有320条指令,即它的地址空间为32页,目前它的所有页都还未调入内存。再模拟过程中,...
操作系统课程设计《页面置换算法》,内含设计文档。
设计要求为:作业共有320条指令,即它的地址空间为32页,目前它的所有页都还未调入内存。再模拟过程中,如果所访问的指令已在内存,则显示其物理地址,并转下一条指令。如果所访问的指令还未装入内存,则发生缺页,此时需要记录缺页的次数,并将相应页调入内存。如果4个内存块均已装入该作业,则需要进行页面置换,最后显示其物理地址,并转向下一条指令。在所有320条指令执行完毕后,请计算并显示作业运行过程中发生的缺页率。
实现方法为:最佳置换算法(OPT)、先进先出(FIFO)算法和最近最久未使用(LRU)算法。-err
- 2023-03-14 22:50:04下载
- 积分:1
-
C language of the DOS operating system source code, very classic, a good operati...
用C语言实现的DOS操作系统的源代码,非常经典,研究操作系统的好资料-C language of the DOS operating system source code, very classic, a good operating system research information
- 2022-03-11 08:40:37下载
- 积分:1
-
UCOS
UCOS-II在VC++6.0环境下的调试及编译-UCOS-II in VC++ 6.0 debugging environment and compiler
- 2023-06-29 17:20:04下载
- 积分:1