文件名称:Cashiers-and-customers

  • 所属分类:
  • 进程与线程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2015-06-05
  • 文件大小:
  • 2kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • liu****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

收银员与顾客问题(信号量操作)

设计目的:了解信号量机制,了解并掌握进程同步和互斥机制,熟悉信号量的操作函数,利用信号量实现对共享资源的控制。

操作系统是一门工程性很强的课程,它不仅要求学生掌握操作系统的工作原理和理论知识,也要求学生的实际动手能力,以加深对所学习内容的理解,使学生熟练地掌握计算机的操作方法,使用各种软件工具,加强对课程内容的理解。

要求:在某超市里有一个收银员,且同时最多允许有n个顾客购物,我们可以将顾客和收银员看成是两类不同的进程,且工作流程如下图所示。为了利用PV操作正确地协调这两类进程之间的工作,设置了三个信号量S1、S2和Sn,且初值分别为0、0和n。

-Cashiers and customer issues (semaphore operation)

Design Objective: To semaphore mechanism to understand and master the process synchronization and mutual exclusion mechanism, familiar semaphore manipulation functions, use semaphore control to shared resources.

The operating system is a very strong engineering curriculum, which requires students to master not only the operating system principles and theories of knowledge work, also requires students practical ability, to deepen understanding of the content of the study, so that students mastered computer methods of operation, using a variety of software tools to enhance the understanding of the course content.

Requirements: There is a cashier in a supermarket, and at the same time there are up to n a customer shopping, we can be the customer and cashier as two different processes, and workflow as shown below. To take advantage of PV operating correctly coordination between these two processes, a set of three semaphore S1, S2 and Sn
(系统自动生成,下载前可以参看下载内容)

下载文件列表





收银员与顾客.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org