-
readers to write source code problem. I included in the Notes. Not joined the pr...
读者写者问题源码.包含我的注释.
没有加入工程文件.
只有一个R&W.cpp.在vc++6.0下编译成功.
在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n 个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制实现读者-写者问题(读者优先)。
读者-写者问题的读写操作限制:
1)写-写互斥;
2)读-写互斥;
3)读-读允许;
读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行读操作,则该读者可直接开始读操作。
运行结果显示要求:要求在每个线程创建、发出读写操作申请、开始读写操作和结束读写操作时分别显示一行提示信息,以确信所有处理都遵守相应的读写操作限制。
下面是一个测试数据文件的例子:
1 R 3 5 2 W 4 5 3 R 5 2 4 R 6 5 5W 5 3
-readers to write source code problem. I included in the Notes. Not joined the project documents. Only one R
- 2023-05-26 02:50:03下载
- 积分:1
-
采用visual c++.net编写的动态链接库与多线程、多进程教学实例
采用visual c++.net编写的动态链接库与多线程、多进程教学实例-The use of visual c++. Net prepared by dynamic-link library with multi-threaded, multi-process teaching examples
- 2022-04-14 14:37:53下载
- 积分:1
-
模拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试。...
模拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试。-operating system simulation, achieving readers- who wrote the program examples. Vc with the preparation, direct project documents can be opened debugging.
- 2022-04-07 12:12:12下载
- 积分:1
-
一个多线程串口程序,可以比较串口收到的数据
一个多线程串口程序,可以比较串口收到的数据-a multithreaded serial procedures can compare the data received Serial
- 2022-10-29 10:00:03下载
- 积分:1
-
一个动态监视文件增长工具
一个动态监视文件增长工具-a dynamic monitoring tool for document growth
- 2022-02-21 16:06:04下载
- 积分:1
-
windows用delphi监视进程运行
windows用delphi监视进程运行-windows monitors the advancement with delphi to move
- 2022-05-07 06:10:44下载
- 积分:1
-
用visual c++ 6.0开发的一个创建、关闭线程的例子,非常适合初学者学习利用API来创建线程...
用visual c++ 6.0开发的一个创建、关闭线程的例子,非常适合初学者学习利用API来创建线程-with visual c 6.0 creation of a closed-thread example, very suitable for beginners learning to use the API to create threads
- 2022-01-25 19:26:43下载
- 积分:1
-
在ActiveX控件中如何动态调用DLL函数,有实用价值
在ActiveX控件中如何动态调用DLL函数,有实用价值-in how ActiveX DLL function call dynamic, practical value
- 2022-03-02 08:35:37下载
- 积分:1
-
一个测试线程的例子,线程的唤醒,挂起,是否存在,
一个测试线程的例子,线程的唤醒,挂起,是否存在,-Example of a test thread, the thread to wake up, hang, is there,
- 2023-03-20 13:25:03下载
- 积分:1
-
send windows message to other application
send windows message to other application
- 2022-02-25 19:07:28下载
- 积分:1