当前位置:
首页 资源下载
搜索资源 - linux reader writer
搜索资源列表
-
0下载:
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。
1)写-写互斥:不能有两个写者同时进行写操作;
2)读-写互斥:不能同时有一个线程在读,而另一个线程在写;
3)读-读允许:可以有一个或多个读者在读;
4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作;
5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能
-
-
0下载:
操作系统作业,多线程读者写者问题,C语言,Linux-Reader and writer, multi-threaded issues, C language, Linux
-
-
0下载:
reader—writer problem
多线程同步算法
linux下实现-reader-writer problem linux multithreaded synchronization algorithm to achieve
-
-
0下载:
在Linux下用多线程同步方法解决读者-写者问题(Reader-Writer Problem) -In Linux, use the multi-thread synchronization solution to the reader- writer problem (Reader-Writer Problem)
-
-
0下载:
Linux Driver The ACR38T smart card reader/writer is a USB full speed device which is the interface for the communication between a computer and a smart card. It is designed for a PC environment, ultimate smart card peripheral for a PC. It is an extre
-
-
0下载:
在美国,汤姆·斯旺是“鼎鼎大名”的计算机图书作家,他的30余本计算机图书“本本热销”。这些热销图书中的很多种已经翻译成了中文简体版,同样也都成为了国内市场的畅销书。现在汤姆·斯旺再为Linux自由软件世界执笔,写下了Linux系统下C++编程方面的专著。书中介绍了在各种Linux系统下C++工具的差别及编程方法,介绍了面向对象式编程中常常遇到的类、包装、继承等常见课题,介绍了C++的字符串类、各种模板及算法库,还介绍了在X环境下,图形化软件的开发方式,等等。凭借多年写作的经验,汤姆·斯旺的著作,
-
-
0下载:
utlock - Reader Writer lock interfaces for Embedded Linux.
-
-
0下载:
A program to show inter-process-communication(ipc) between reader process and writer process (in linux systems) .
-
-
0下载:
A simple FIFO to be used as a producer consumer between two threads. One is writer and one is reader Source Code for Embedded Linux.
-
-
0下载:
在linux环境下编写应用程序,该程序运行时能创建N个线程,其中既有读者线程又有写者线程,它们按照事先设计好的测试数据进行读写操作。(The application program is written in Linux environment. The program can create N threads at runtime, including reader thread and writer thread. They read and write according to pre d
-