搜索资源列表
-
0下载:
本程序是实现操作系统中进程同步算法的程序,一个经典的算法reader/writer问题-This procedure is to achieve the operating system in the process of synchronization algorithm for the procedure, a classical algorithm for reader/writer problem
-
-
0下载:
在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。-In Windows 2000 environment, create a console that contains the process of n threads. N threads with which to express n a reader or writer. E
-
-
0下载:
reader—writer problem
多线程同步算法
linux下实现-reader-writer problem linux multithreaded synchronization algorithm to achieve
-
-
0下载:
在Linux下用多线程同步方法解决读者-写者问题(Reader-Writer Problem) -In Linux, use the multi-thread synchronization solution to the reader- writer problem (Reader-Writer Problem)
-
-
0下载:
用c++语言编写的经典ipc——读写者问题的代码-the problem of reader and writer
-