-
hwmodiag for mcp55芯片
hwmodiag for mcp55 chipset
- 2023-08-15 01:40:02下载
- 积分: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
-
A real model of examples show the contents of memory to compile NASM @ CPU and c...
一个实模式下显示内存内容的例子 nasm编译 @ CPU及微机基本硬件的使用-A real model of examples show the contents of memory to compile NASM @ CPU and computer use of basic hardware
- 2022-02-26 12:11:30下载
- 积分:1
-
android 操作系统英文开发文档说明
android 操作系统英文开发文档说明-android development documentation
- 2022-02-25 16:00:26下载
- 积分:1
-
进程同步问题模拟
进程同步问题模拟-simulation process synchronization problem
- 2023-07-06 03:35:03下载
- 积分:1
-
Audio
音像管理系统。很全面,所有的源代码,所有的说明-Audio-visual management system. Very comprehensive, all the source code, all of the instructions
- 2022-02-15 07:18:46下载
- 积分:1
-
z xzx z
z xzx z
- 2022-02-10 12:17:30下载
- 积分:1
-
模拟操作系统的存储过程
模拟操作系统的存储过程-simulation of the operating system stored procedure
- 2022-06-17 10:55:22下载
- 积分:1
-
惠普公司bios完整源代码大机密!
惠普公司bios完整源代码大机密!-HP bios integrity of the source code confidential big!
- 2022-01-24 18:01:16下载
- 积分:1
-
操作系统磁盘分区的源程序
操作系统磁盘分区的源程序-operating system disk partition of the source
- 2022-08-22 00:14:32下载
- 积分:1