搜索资源列表
reader_writer
- 操作系统作业,多线程读者写者问题,C语言,Linux-Reader and writer, multi-threaded issues, C language, Linux
reader
- 本程序是实现操作系统中进程同步算法的程序,一个经典的算法reader/writer问题-This procedure is to achieve the operating system in the process of synchronization algorithm for the procedure, a classical algorithm for reader/writer problem
configrw-0.1beta3
- The configuration file reader/writer is written in C and has an optional GTK feature.
writepriority
- 写优先的读者写者问题,使用共享内存,多个信号量实现。-writer and reader
operating-system
- 读者与写者问题的线程实现和进程实现,这是我大三操作系统课程设计源代码-Reader and writer thread implementation issues and processes to achieve, this is my third year courses on operating system design source code
semaphore
- The shared memory has three character buffers, which are used to store a small letter, a capital letter, and a digit respectively. These buffers are logically independent. This program have some writer and reader threads. The writer threads are respo
ACR30U_PCSC_LINUX_1_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
GNU-CPP-for-Linux-[cn]
- 在美国,汤姆·斯旺是“鼎鼎大名”的计算机图书作家,他的30余本计算机图书“本本热销”。这些热销图书中的很多种已经翻译成了中文简体版,同样也都成为了国内市场的畅销书。现在汤姆·斯旺再为Linux自由软件世界执笔,写下了Linux系统下C++编程方面的专著。书中介绍了在各种Linux系统下C++工具的差别及编程方法,介绍了面向对象式编程中常常遇到的类、包装、继承等常见课题,介绍了C++的字符串类、各种模板及算法库,还介绍了在X环境下,图形化软件的开发方式,等等。凭借多年写作的经验,汤姆·斯旺的著作,
consumeraproducer
- 用c++语言编写的经典ipc——读写者问题的代码-the problem of reader and writer
BufferedWriter
- Wraps an existing Writer and <em>buffers< em> the output. Expensive interaction with the underlying reader is minimized, since most (smaller) requests can be satisfied by accessing the buffer alone.
qrwlock
- Writer states & reader shift and bias.
bitsperlong
- \brief Configuration passed to reader and writer. This configuration object can be used to force the Reader or Writer to behave in a standard conforming way.
rsFifo
- 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.