搜索资源列表
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
- 这是java 字符流对象的简单比较的源码例子。希望能帮组学java的朋友-This is a java character stream object source code example of a simple comparison. Hope that genomics can help java friends
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
readerwriter
- 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
ReaderWriter
- Java多线程读者写者程序。程序先从txt文本中读取读者写者信息,1 R 3 5为例,1为线程序号,R表示读者,3表示申请操作的时间(秒为单位),5表示操作持续的时间。运行后先选择读者/写者优先,之后按照文本中的描述建立线程,采用信号量机制处理互斥访问。-Readers who write multi-threaded Java programs. Txt program text reads the reader to start writing Information, 1 R 3 5, f
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
- 这是一个用Java写的,关于解决操作系统中读者与写者的问题-This is written in Java, the problem of the operating system on the settlement of the reader and writer