登录
首页 » 操作系统 » 操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…

操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…

于 2022-10-08 发布 文件大小:228.27 kB
0 52
下载积分: 2 下载次数: 1

代码说明:

操作系统课程设计设计文档题目一的内容实现UP、DOWN原语产生3个进程:两个进程模拟需要进入临界区的用户进程。当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;当申请返回,显示:“进程x已退出临界区。”一个进程作为原语的管理进程,接受其他进程的临界区进入请求:如果允许进入,则根据DOWN 原语的操作步骤设置相应变量,然后返回; 如果不允许进入,则进入循环等待,直到允许为止; 退出时模拟UP 操作。 进程间通信可以采用信号、消息传递、管道或网络通信方式。-Operating system design documents subject curriculum design content of the UP, DOWN primitives have three process

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

发表评论

0 个回复

  • settlement process Deadlock bankers algorithm, vc 2005
    解决进程死锁的银行家算法,vc++2005-settlement process Deadlock bankers algorithm, vc 2005
    2022-04-13 06:28:15下载
    积分:1
  • 通过研究Linux的线程机制和信号量实现读者写者(Reader
    通过研究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 read
    2022-02-06 09:26:49下载
    积分:1
  • 这是,内存管理的一个源代码。符合实验的要求。...
    这是操作系统,内存管理的一个源代码。符合操作系统实验的要求。 -This is the operating system, memory management of a source code. Experiment with the requirements of the operating system.
    2022-04-07 01:34:15下载
    积分:1
  • 关于读者写者的问题,分别实现读者优先和写者优先.
    关于读者写者的问题,分别实现读者优先和写者优先.-readers to write on the issue, the readers who wrote a priority and priority.
    2022-08-24 23:22:35下载
    积分:1
  •  ?  ? 一个HelloWord演示
     ?  ? 一个HelloWord演示-??? A demo HelloWord
    2022-01-26 01:46:21下载
    积分:1
  • 文件复制器 2007.07.28.0最新VB源代码 地狱门神(F.R.C.) 适用范围 Windows环境下,本地存储设备的文件夹之间。 测试环...
    文件复制器 2007.07.28.0最新VB源代码 地狱门神(F.R.C.) 适用范围 Windows环境下,本地存储设备的文件夹之间。 测试环境 2007.07.27.0版,Windows XP SP2,一次复制文件量6.2万,大小11.5GB。 使用建议 如果需要使用本软件一次处理数量以万计算,大小以GB计算的文件,建议使用Visual Studio 2005集成环境调试运行,以发现并正确处理各种难以预料的异常,避免重复浪费时间。-Copy the file up-to-date browser 2007.07.28.0 hell god VB source code (FRC) the scope of application under the Windows environment, the local storage device between folders. Test environment 2007.07.27.0 version, Windows XP SP2, a copy volume of 62,000 documents, the size of 11.5GB. If you need to use the proposed use of the software first in order to deal with the number of million, and the size of the document calculated to GB, it is recommended to use Visual Studio 2005 integrated debugging environment to run to detect and correctly handle a variety of difficult to predict abnormal, avoid duplication of a waste of time.
    2023-09-05 01:25:02下载
    积分:1
  • open source real
    源码公开的实时性操作系统,嵌入试os的最佳选择-open source real-time operating system, embedded test os the best choice
    2022-11-17 10:20:04下载
    积分:1
  • 第一次实验业,一个模拟若干售票网点的售票程序
    操作系统第一次实验作业,一个模拟若干售票网点的售票程序-Operating system first experiment operations, a simulation of a number of ticket outlets ticketing procedures
    2022-03-17 06:31:19下载
    积分:1
  • 读者写者问题源程序代码
    操作系统读者写者问题源程序代码-readers to write the operating system source code problem
    2022-01-26 07:39:45下载
    积分:1
  • 简单的一个主要是介绍实时性能内核的
    简单的一个系统主要是介绍实时性能系统内核的-an os
    2022-03-03 21:36:12下载
    积分:1
  • 696518资源总数
  • 104316会员总数
  • 17今日下载