搜索资源列表
第一类读-写者问题
- 用c语言实现第一类读-写者问题 -using language first reading-writing problem
读-写
- 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题。-the windows 98/2000, the process of creating a console, this process contain n threads. Use of these n threads to expr
读者写者
- 读写问题的vc仿真代码-literacy problems vc simulation code
读者-写者问题
- 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题-the windows 98/2000, the process of creating a console, this process contain n threads. Use of these n threads to expre
另一个读者写者问题
- 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题。-the process of creating a console, this process contain n threads. Use of these n threads to express n readers who write. Each thread ac
读写者
- 用语言实现操作系统中经典问题_读者写者同步算法-used language operating system classic problem _ readers who write synchronization algorithm
第一类读-写者问题
- 用c语言实现第一类读-写者问题 -using language first reading-writing problem
读者写者
- 读写问题的vc仿真代码-literacy problems vc simulation code
读者-写者问题
- 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题-the windows 98/2000, the process of creating a console, this process contain n threads. Use of these n threads to expre
另一个读者写者问题
- 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题。-the process of creating a console, this process contain n threads. Use of these n threads to express n readers who write. Each thread ac
读写者
- 用语言实现操作系统中经典问题_读者写者同步算法-used language operating system classic problem _ readers who write synchronization algorithm
读-写
- 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题。-the windows 98/2000, the process of creating a console, this process contain n threads. Use of these n threads to expr
unix_reader_writer
- unix下实现的读写者问题的代码,使用信号量的方法实现-under the problems of reading and writing code, the use of signal method
lylchengxu
- 操作系统,我是帮我同学实现的一个多线程程序,是解决读写者问题的-operating system, I was helping my students achieve a multithreaded process is to solve the problem of literacy
w-r
- 一个实现读写者问题的代码,已通过编译,编译后调试即可-achieve a literacy problem of the code, compile, debug can be compiled
dxz
- 读写者问题的实验报告,以及说明和代码-literacy problems of experiments, as well as descr iptions and codes ... ... ...
O
- 用Java编写的读者写者问题的模拟程序,基本功能读读允许,读写互斥和写写互斥都实现了,界面输出是等待的读写者数目,运行的读写者数目.-Using Java to prepare readers to write the simulation program problem, the basic functions of read permission, read and write and write about mutex mutex
readwrite
- 读写者问题,解决进程死锁和恢复,进程调度。 多线程任务。-Those who read and write and solve deadlock and restore processes, process scheduling. Multithreaded.
读写优先
- 事件对象解决读写者问题实现P、V操作用Win32提供的同步对象实现P、V操作,并使用它们解决读者-写者问题 利用事件机制模拟多值信号量。(Event object solves the problem of reader writer)
读写者代码
- 本次实验中,是进行设计解决读写者问题。假如只有一个文件的情况下,多个读者进程和多个写者进程都要进行访问该文件。当有读者进程在时,写者进程不能进行操作;同样,如果存在写者进程,则不能有读者进程存在,从而保证读取的数据是最新的。此外,为保证数据的正确性,读者之间只能存在一个。即一次只能有一个写者进程对数据区进行访问。而读者进程则没有限制。(Reader and writer's problem)