搜索资源列表
readerwriter
- 读者和写者的问题例子-readers and writing examples, the problem
readerwriter.cpp
- 读者—写者问题的读写操作限制(包括读者优先和写者优先): 1)写—写互斥,即不能有两个写者同时进行写操作。 2)读—写互斥,即不能同时有一个线程在读,而另一个线程在写。 3)读—读允许,即可以有一个或多个读者在读。 -readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) w
readerwriter
- 操作系统课程设计,读者写者问题的详细实现
ReaderWriter
- 操作系统课程设计,关于操作系统经典问题读者写者问题的演示!-courses on operating system design, operating system classic problem of the readers who write the demo!
readerwriter
- 简单的读者写者问题,用信号量来实现读者写者问题-Readers to write to readers to write the problem using semaphores
readerwriter
- 多线程实现读者写者问题,用信号量控制的多线程实现-Readers to write to achieve multi-threading problem
Readerwriter
- Reader Writer Problem to solve synchronization issues
readerwriter
- 通过读者与写者(写者优先)的模型,模拟线程及其同步机制-Through the reader and writer (written preferred) model to simulate the threads and synchronization mechanisms
readerwriter
- using various readers and writers in java
readerwriter
- 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h,db_h,used as a counter and mutex between 2 writers. Main function create 3 reader thre
readerwriter
- 在Linux下用多线程同步方法解决读者-写者问题(Reader-Writer Problem) -In Linux, use the multi-thread synchronization solution to the reader- writer problem (Reader-Writer Problem)
ReaderWriter
- 这是一个读者写者进程,实现写者优先算法,有操作界面,放一个txt文件,进行计算-Reader Writer
Reader
- 读者写者问题的基本解决思路,参考了windows编程一书-ReaderWriter problem
XmlLite-XML-readerwriter-sample
- 使用xmllite 进行 xml 文件的 读和写的范例,从xml文件中读取,并存入节点,写入xml-Xmllite example of xml file read and write, and read from the xml file, and stored in the node, write xml
ReaderWriter(1)
- 实现读者写者问题,用的是java程序,读懂6个JAVA程序段和一个HTML文件-Readers who write java program, to read six JAVA block and an HTML file
ReaderWriter
- 读者写者问题,即多线程的同步和互斥,以及临界区的实现-Readers who write multithreaded synchronization and mutex, and the realization of the critical region
readerWriter
- 使用多线程模拟写者优先的读写者问题,当有写者等待时,读者不能进入阅读,不是最少互斥量版-A solution to implement the reader and writer problem with writer priority, using two samephore and four mutex to meet it.
readerwriter
- 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h, h,used as a counter and mutex between 2 writers.Main function create 3 reader thread an