读者优先算法-readers priority algorithm 下载
|
读者优先写者优先问题 ,windows下线程实现-readers who wrote priority priority issues, windows under the thread 下载
|
线程的读者优先与写者优先。创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件进行读写操作。用信号量机制分别实现读者优先和写者优先的读者写者问题。-priority threads with the readers who wrote priority. The process of creating a console, this process contain n threads. Use of these n threads to express n readers who write. Each thread according to the corresponding test data files and write. Using signal mechanism volume respectively priority and the readers who write to the readers to write priority problem. 下载
|
关于读者写者的问题,分别实现读者优先和写者优先.-readers to write on the issue, the readers who wrote a priority and priority. 下载
|
读者—写者问题的读写操作限制(包括读者优先和写者优先): 1)写—写互斥,即不能有两个写者同时进行写操作。 2)读—写互斥,即不能同时有一个线程在读,而另一个线程在写。 3)读—读允许,即可以有一个或多个读者在读。 -readers-the problem was the restrictions on reading and writing operations (including readers wrote priority and priority) : 1) write-write mutex, and that is not written there were two parallel write. 2) read-write exclusive, and that is not also a thread reading, and writing in another thread. 3) Reading-time permitting, there may be one or more readers in Reading. 下载
|
读者写者问题读者优先的JAVA实现,编译调试通。无私共享-readers to write persons readers priority JAVA, compile debugging links. Selfless sharing 下载
|
读者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许; 读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行读操作,则该读者可直接开始读操作。-readers priority. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Reading-Reading allowed; Readers priority to the additional restrictions : If an application for readers read another operation has been under way readers read operation, the reader can directly read operation began. 下载
|
操作系统读写问题的源码实现 这是读者优先的程序-operating system read and write the source code readers realize this is the priority procedures 下载
|
os原理学习的时候,我写的读者优先程序,用vc写的.-os learning theory, I wrote readers priority procedures, using vc writes. 下载
|
这是一个操作系统中的读者优先算法的实现绝对正确-This is an operating system as a priority readers algorithm to achieve absolutely correct 下载
|