搜索资源列表
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
xianchengthread
- 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。-In Windows 2000 environment, create a console that contains the process of n threads. N threads with which to express n a reader or writer. E
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
pc_semaphore
- 线程间共享数据 读者写者问题 makefile-share data reader and writer makefile
r_w
- 利用线程同步实现读者和写者的问题,使用信号量来控制-reader and writer
OS-process-reader-and-writer
- 进程同步互斥和读者写者问题,C实现-Process synchronization exclusive and readers who wrote
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.
readwriterlock
- 生产者消费者例子,简单描述读写锁,因为使用SRWLOCK所以需要net4.0以上window操作系统才能支持。-just a sample example of reader and writer lock, It demand net4.0 because of SRWLOCK.
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.