-
operating system test code
操作系统试验代码-operating system test code
- 2023-09-08 03:10:03下载
- 积分:1
-
一个完成的FIFO算法
一个完成的FIFO算法-completed a FIFO algorithm
- 2022-12-26 13:40:03下载
- 积分:1
-
探测设备,并与标准文件进行比较
Probe PCI devices, and compare information with standard file
- 2023-02-07 00:25:08下载
- 积分:1
-
通过研究Linux的线程机制和信号量实现读者写者(Reader
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。
1)写-写互斥:不能有两个写者同时进行写操作;
2)读-写互斥:不能同时有一个线程在读,而另一个线程在写;
3)读-读允许:可以有一个或多个读者在读;
4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作;
5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
-By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the read
- 2022-02-06 09:26:49下载
- 积分:1
-
线程安全的带索引功能的对象集合类,低层为STL。
线程安全的带索引功能的对象集合类,低层为STL。-Thread-safe functions with indexed collections of objects, the lower for the STL.
- 2023-03-27 16:10:03下载
- 积分:1
-
DustFS 文件系统实现源码,研究文件系统的朋友可以下载参考!...
DustFS 文件系统实现源码,研究文件系统的朋友可以下载参考!-DustFS File System source code, research papers, the system can be downloaded refer to a friend!
- 2022-07-16 02:32:02下载
- 积分:1
-
就是一个基于消息的通讯系统,挺简单的,别见笑啊
就是一个基于消息的通讯系统,挺简单的,别见笑啊-is based on the news of a communications system, they are simple, not laughed at ah
- 2022-03-05 18:58:54下载
- 积分:1
-
操作系统排序算法
操作系统排序算法-operating system Sorting Algorithm
- 2022-04-08 20:23:06下载
- 积分:1
-
WINCE5.0下音频驱动,可以直接使用,已经过验证
WINCE5.0下的音频驱动程序,可以直接使用,已经过验证
- 2022-12-26 05:05:03下载
- 积分:1
-
一个微型操作系统源码
一个微型操作系统源码-a micro-source operating system
- 2022-02-26 18:54:05下载
- 积分:1