登录
首页 » c++ » 操作系统读者写者实验

操作系统读者写者实验

于 2022-03-23 发布 文件大小:3.02 MB
0 27
下载积分: 2 下载次数: 1

代码说明:

创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。     读者-写者问题的读写操作限制(包括读者优先和写者优先):     1)写-写互斥,即不能有两个写者同时进行写操作。     2)读-写互斥,即不能同时有一个线程在读,而另一个线程在写。     3)读-读允许,即可以有一个或多个读者在读。     读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。     写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlabC4.5
    说明:  matlab源代码 C4.5算法 经典算法 这里有具体的操作 是为.M文件 (C4.5 algorithm matlab source code there is the classical algorithm for the specific operation. M files)
    2011-04-01 21:18:52下载
    积分:1
  • gun_na37
    pwm整流器的建模仿真,感应双馈发电机系统的仿真,复化三点Gauss-lengend公式求pi。( Modeling and simulation pwm rectifier Simulation of doubly fed induction generator system, Complex of three-point Gauss-lengend the Formula pi.)
    2017-05-10 10:04:05下载
    积分:1
  • STM32_FOC_PMSM STM32无刷电机控制库实例工程
    STM32_FOC_PMSM STM32无刷电机控制库实例工程
    2021-11-22 00:42:46下载
    积分:1
  • G711 rtp发送
    g711音频解析转称pcm实现音频播放..内含库以及说明和使用directSound库实现正确播放的个过程。AppWizard has created this g711Decode application for you.  This file contains a summary of what you will find in each of the files thatmake up your g711Decode application.g711Decode.dsp    This file (the project file) contains information at the project level and    is used to build a single project or subproject. Other users can share the    project (.dsp) file, but they should export the makefiles locally.g711Decode.cpp    This is the main application source file.
    2022-03-06 13:38:52下载
    积分:1
  • 1mm8layout100ohm50ohm
    50欧姆,100欧姆板厚1.0MM8层板阻抗设计-金百泽阻抗控制结构确认函(1mm8layout100ohm50ohm Impedance matching )
    2013-11-26 11:25:14下载
    积分:1
  • C# 显示使用LINQ to SQL类查询的数据库记录
    C# 显示使用LINQ to SQL类查询的数据库记录,使用LINQ模型创建LINQ to SQL类。
    2022-07-19 08:46:45下载
    积分:1
  • c语言stm32flash模拟eeprom
    stm32flash模拟eeprom,附带详细内存管理说明
    2023-07-20 05:45:03下载
    积分:1
  • 2008828145743
    说明:  win32 API函数大全,介绍win32 API函数(Encyclopedia of win32 API function to introduce the win32 API function)
    2008-11-13 20:55:39下载
    积分:1
  • Variac
    Arduino based electronic variac
    2018-11-04 05:51:40下载
    积分:1
  • 给图片添加版本信息
    给图片添加版本信息-add to the picture version
    2022-11-06 22:10:03下载
    积分:1
  • 696518资源总数
  • 104326会员总数
  • 25今日下载