-
实现UP、DOWN原语
产生3个进程:
两个进程模拟需要进入临界区的用户进程。
当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程...
实现UP、DOWN原语
产生3个进程:
两个进程模拟需要进入临界区的用户进程。
当需要进入临界区时,显示:“进程x请求进入临界区…”,同时向管理进程提出申请;
申请返回,表示进入了临界区。在临界区中等待一段随机时间,并显示:“进程x正在临界区…”;
当时间结束,显示:“进程x退出临界区…”,同时向管理进程提出退出申请;
当申请返回,显示:“进程x已退出临界区。”
一个进程作为原语的管理进程,接受其他进程的临界区进入请求:
如果允许进入,则根据DOWN 原语的操作步骤设置相应变量,然后返回;
如果不允许进入,则进入循环等待,直到允许为止;
退出时模拟UP 操作。
进程间通信可以采用信号、消息传递、管道或网络通信方式。
-achieve UP, DOWN original language have three processes : process simulation of two critical needs for access to the users in the process. When the need to access critical areas, revealed : "The process of x request to enter the critical areas ...", and also to the management process applications; applied to return, entered a critical area. In the critical area to wait for a certain period of time random, and that : "the process of x is the critical area ..."; When the time ended, showed : "x withdraw from the process of critical areas ...", and also to withdraw from the process management applications; When applied to ret
- 2023-08-26 18:05:03下载
- 积分:1
-
ahm2000控件包
ahm2000控件包-ahm2000 control packet
- 2022-02-28 17:08:04下载
- 积分:1
-
来自特长报告基于QuickReport报表生成器。
Generator of reports derived from the Fortes Report and based on QuickReport.
- 2022-02-03 07:50:28下载
- 积分:1
-
delphi scene 线 的特殊效果
delphi scene 线 的特殊效果-delphi scene special effects line
- 2022-06-26 03:42:06下载
- 积分:1
-
基于Internet的利用IIS实现系统的自动更新程序
基于Internet的利用IIS实现系统的自动更新程序-Based on Internet use IIS realize the system automatically updates
- 2022-04-25 17:21:46下载
- 积分:1
-
打印源代码一款很好的运达因控制的源代码可以下载下来
打印源代码一款很好的运达因控制的源代码可以下载下来-A good source of delivery for controlling the source code can be downloaded from a look at
- 2022-05-20 22:52:12下载
- 积分:1
-
图书管理系统
图书管理系统-Library management system
- 2022-03-12 09:28:41下载
- 积分:1
-
演示,专家,动画,算法,源代码
PID演示,DELPHI源码
动画演示PID算法-PID demo, DELPHI Animation PID algorithm source code
- 2022-02-06 07:23:03下载
- 积分:1
-
3x3智慧拼盘计算机游戏源码
3x3智慧拼盘计算机游戏源码-3x3 wisdom plates computer games FOSS
- 2022-01-25 17:39:04下载
- 积分:1
-
在delphi IDE TChart控件绘制图表
delphi调用TChart组件绘制曲线图的程序-draw a chart with the TChart component in the delphi IDE
- 2022-07-04 07:44:09下载
- 积分:1