-
读者
读者-写者问题的读写操作限制(包括读者优先和写者优先)
写-写互斥:不能有两个写者同时进行写操作
读-写互斥:不能同时有一个线程在读,而另一个线程在写。
读-读允许:可以有一个或多个读者在读。-Readers- read and write operations to write the problem of constraints (including the readers of priority and writing preferred)
Write- write mutually exclusive: You can not have two writers write the same time
Read- Write mutually exclusive: You can not simultaneously reading a thread while another thread is writing.
Reading- Reading allowed: You can have one or more readers to read.
- 2022-05-07 09:29:37下载
- 积分:1
-
gcc中文用户手册,pdf档。希望对大家有帮助!
gcc中文用户手册,pdf档。希望对大家有帮助!-gcc English user manual, pdf file. Hope everyone has to help!
- 2022-05-17 06:45:46下载
- 积分:1
-
unix高级编程原吗
unix高级编程原吗-original programming?
- 2023-05-11 09:30:03下载
- 积分:1
-
GNUAssembler的说明
GNUAssembler的说明-GNUAssembler explanation
- 2023-05-17 09:35:03下载
- 积分:1
-
这个代码是非常有用的网络的一个代码
This code is very useful network for linux
- 2023-03-18 16:40:04下载
- 积分:1
-
DOS文件格式转化为UNIX文件格式的C程序
DOS文件格式转化为UNIX文件格式的C程序-DOS file format conversion for UNIX file format C Program
- 2022-09-18 14:45:03下载
- 积分:1
-
ncurses
ncurses-5.4
- 2023-03-29 12:05:03下载
- 积分:1
-
磁盘操作系统
current path
我写的批量转换dos文本为unix文本的脚本 -dos--unix
- 2022-07-20 00:23:11下载
- 积分:1
-
Linux下telnet客户端的C++代码实现。初学者学习Telnet协议…
Linux下telnet客户端的C++代码实现。用于初学者对telnet协议的学习和简单telnet工具编写。由网上windows环境代码移植,直接通过make进行编译。-Linux telnet client of C code to achieve. For beginners telnet agreement learning tools and simple telnet prepared. Windows environment from the online code transplantation, directly through make computer.
- 2022-03-10 16:20:01下载
- 积分:1
-
移动机器人路径规划的E*算法实现 由SUNFLOWER开发 在LINUX平台下实现...
移动机器人路径规划的E*算法实现 由SUNFLOWER开发 在LINUX平台下实现-A algorithm called E* for mobile robot ,which is developed by sunflower company.
- 2022-02-24 23:40:44下载
- 积分:1