-
线程同步机制。
互斥器的功能和临界区域很相似。区别是: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
-
write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEV...
C#写的模拟磁盘磁头调度程序 包含fcfs sstf elevator3种算法-write in C#, emulate diskette head schedule program, include FCFS, SSTF and ELEVATOR arithmetic.
- 2022-07-27 09:41:53下载
- 积分:1
-
MS-DOS 6.0
MS-DOS 6.0源码
- 2022-05-10 14:03:50下载
- 积分:1
-
particle swarm optimal
particle swarm optimal
- 2022-10-15 13:35:03下载
- 积分:1
-
每个程序员都应该知道关于内存的
如果你知道内存结构,每个程序员都应该了解内存描述的程序员,这样才能编写出好的程序。
- 2022-05-21 19:39:45下载
- 积分:1
-
ucosIII内核源码(source code)
ucos操作系统是可移植的,可植入rom的,可裁剪的抢占式、实时多任务操作系统内核,本源码注释多,适合各阶段读者学习。
- 2022-09-12 19:35:03下载
- 积分:1
-
windows操作系统中的prochandle项目
windows操作系统中的prochandle项目-windows operating system as a project prochandle
- 2023-07-12 04:10:03下载
- 积分:1
-
操作系统第一次实验作业,一个模拟若干售票网点的售票程序
操作系统第一次实验作业,一个模拟若干售票网点的售票程序-Operating system first experiment operations, a simulation of a number of ticket outlets ticketing procedures
- 2022-03-17 06:31:19下载
- 积分:1
-
automatic memory testing procedures for power self
内存自动测试程序,用于上电自检-automatic memory testing procedures for power self-censorship
- 2022-04-10 21:37:46下载
- 积分:1
-
本书介绍了三层体系结构的基本概念及它的构造等。对于初学者很有帮助...
本书介绍了三层体系结构的基本概念及它的构造等。对于初学者很有帮助-the book introduced the three-tier structure of the system and its basic concepts such as the structure. Helpful for beginners
- 2022-03-22 09:34:10下载
- 积分:1