-
读者―写者问题的读写操作限制(包括读者优先和写者优先):
1)写―写互斥,即不能有两个写者同时进行写操作。
2)读―写互斥,即不能同时有一个线程在读,而...
读者―写者问题的读写操作限制(包括读者优先和写者优先):
1)写―写互斥,即不能有两个写者同时进行写操作。
2)读―写互斥,即不能同时有一个线程在读,而另一个线程在写。
3)读―读允许,即可以有一个或多个读者在读。
-readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) write-write mutex, and that is not written there were two parallel write. 2) read-write exclusive, and that is not also a thread reading, and writing in another thread. 3) Reading-time permitting, there may be one or more readers in Reading.
- 2022-05-20 17:11:31下载
- 积分:1
-
有关mpeg2的deocde代码,包括endore和decore两部分,并提供相应的工具测试...
有关mpeg2的deocde代码,包括endore和decore两部分,并提供相应的工具测试-the deocde code, including endore and decore two parts, and provide the corresponding test tools
- 2022-01-23 11:09:41下载
- 积分:1
-
Based on ARM+ Linux video capture of the server
基于ARM+Linux的视频采集服务器端代码-Based on ARM+ Linux video capture of the server-side code
- 2022-07-07 09:35:38下载
- 积分:1
-
gdsl
gdsl-1.0.2
通用数据类型
包括list,btree等常用的数据结构-gdsl-1.0.2 Common data types include the list, btree and other commonly used data structure
- 2022-03-11 00:10:29下载
- 积分:1
-
unixguide到liern Linux
UnixGuide to liern linux
- 2022-04-25 09:57:09下载
- 积分:1
-
Based on S3C2410 chip ADC driver source code, has a good flow interface driver r...
基于s3c2410芯片的ADC驱动程序源代码,具有很好的流接口驱动程序参考价值,-Based on S3C2410 chip ADC driver source code, has a good flow interface driver reference value,
- 2022-03-12 15:50:11下载
- 积分:1
-
这个是nios核在linux下的应用程序,比较通用,测试过,没有问题。不过没有中断没有使用中断。...
这个是nios核在linux下的应用程序,比较通用,测试过,没有问题。不过没有中断没有使用中断。-This is nios nucleus in an application under linux, more generic, tested, no problem. However, do not use interrupts without interruption.
- 2022-08-16 13:10:01下载
- 积分:1
-
一个生产者-消费者问题例子
一个生产者-消费者问题例子-a producer-consumer issues example
- 2022-08-20 19:31:47下载
- 积分:1
-
UXIX C shell编程讲解,有助于初学者尽快的学习的Cshell编程.
UXIX C shell编程讲解,有助于初学者尽快的学习的Cshell编程.-Explain UXIX C shell programming will help beginners to learn as soon as possible Cshell programming.
- 2022-04-10 04:50:34下载
- 积分:1
-
学习LINUX进程结构,编写守护进程的方法,掌握守护进程的启动方法。有多进程的编写实例。...
学习LINUX进程结构,编写守护进程的方法,掌握守护进程的启动方法。有多进程的编写实例。-learning process structure, the preparation of the daemon, the master daemon start method. More examples of the preparation process.
- 2022-06-01 01:53:41下载
- 积分:1