CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - reader
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - reader - List
[
OS Develop
]
reader-writer-program
DL : 0
这是操作系统经典并发程序,用C++语言实现-This is classic operating system with procedures, with C language
Date
: 2008-10-13
Size
: 639.39kb
User
:
yuxi
[
OS Develop
]
C++reader
DL : 0
这是一个用C++实现读者和写者的问题的代码-This is the realization of a C readers and the writing of code
Date
: 2008-10-13
Size
: 2.1kb
User
:
xukekekeke
[
OS Develop
]
reader
DL : 0
操作系统读者写者问题,模拟进程同步通信。
Date
: 2008-10-13
Size
: 7.99kb
User
:
kevin
[
OS Develop
]
reader
DL : 0
下面是一个测试数据文件的例子: 2 W 4 5 3 R 5 2 4 R 6 5 5 W 5.1 3
Date
: 2008-10-13
Size
: 2.04kb
User
:
狄影
[
OS Develop
]
reader-writerproblem
DL : 0
用c实现读者写者问题,为每一个读者和写者都创建了一个线程,显示读者或写者自定义标识符、当前指针、存储区内容
Date
: 2008-10-13
Size
: 1.27kb
User
:
song
[
OS Develop
]
reader-writer
DL : 0
操作系统中的经典问题,初步实现了这个问题的功能,对初学者很有帮助
Date
: 2008-10-13
Size
: 2.24kb
User
:
王宁
[
OS Develop
]
Reader-Writer
DL : 0
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
Date
: 2008-10-13
Size
: 7.59kb
User
:
vivien
[
OS Develop
]
reader-writer-program
DL : 0
这是操作系统经典并发程序,用C++语言实现-This is classic operating system with procedures, with C language
Date
: 2026-01-16
Size
: 639kb
User
:
yuxi
[
OS Develop
]
C++reader
DL : 0
这是一个用C++实现读者和写者的问题的代码-This is the realization of a C readers and the writing of code
Date
: 2026-01-16
Size
: 2kb
User
:
xukekekeke
[
OS Develop
]
readerandwriter
DL : 0
实现了读者与写者进程之间的同步互斥问题。-Achieved a reader and writer process mutex synchronization problems between.
Date
: 2026-01-16
Size
: 81kb
User
:
liugang
[
OS Develop
]
reader
DL : 0
操作系统读者写者问题,模拟进程同步通信。-Readers to write the operating system problem, simulating the process of synchronous communication.
Date
: 2026-01-16
Size
: 8kb
User
:
kevin
[
OS Develop
]
reader-writerproblem
DL : 0
用c实现读者写者问题,为每一个读者和写者都创建了一个线程,显示读者或写者自定义标识符、当前指针、存储区内容-C readers to write with the realization of the problem, for each reader and writing have created a thread to show readers who write custom identifier, the current guidelines, the contents of storage area
Date
: 2026-01-16
Size
: 1kb
User
:
song
[
OS Develop
]
reader-writer
DL : 0
操作系统中的经典问题,初步实现了这个问题的功能,对初学者很有帮助
Date
: 2026-01-16
Size
: 2kb
User
:
王宁
[
OS Develop
]
Reader-Writer
DL : 0
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。 -By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the reader must wait until those who had not been written in a wait state after the read operation can begin.
Date
: 2026-01-16
Size
: 7kb
User
:
vivien
[
OS Develop
]
writer-reader
DL : 0
操作系统实验,进程同步和异步算法,读者-写者实验-Experimental operating system, the process of synchronous and asynchronous algorithm, the readers- to write those experiments
Date
: 2026-01-16
Size
: 1.9mb
User
:
jacky
[
OS Develop
]
Android_BookReader
DL : 0
Google的Android操作系统上的一款电子书阅览器,含源代码。对于学习android的开发者很有帮助。-Google' s Android operating system on an e-book reader, including the source code. For those who study the development of android helpful.
Date
: 2026-01-16
Size
: 1.7mb
User
:
张海波
[
OS Develop
]
Writer-and-reader
DL : 0
实现操作系统中的读者写者问题,能实现读优先或写优先,能在界面上显示读写进度。-The reader to achieve the operating system to write those questions, first read or write to achieve the priority can be displayed on the screen to read and write in progress.
Date
: 2026-01-16
Size
: 3.69mb
User
:
李旭
[
OS Develop
]
reader
DL : 0
Reader-writer program code
Date
: 2026-01-16
Size
: 1kb
User
:
jn123
[
OS Develop
]
reader
DL : 0
操作系统进程课堂实验,读者程序,读写问题课堂是实验-The operating system process classroom experiments Reader program, reading and writing classroom experimental
Date
: 2026-01-16
Size
: 4kb
User
:
安若
[
OS Develop
]
EMV Reader Writer v11.5
DL : 3
emv writer reader software v11.5
Date
: 2026-01-16
Size
: 8.21mb
User
:
navinhillpark
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.