-
实现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
-
Program license component suite with full source codes
Program license component suite with full source codes
- 2023-04-15 12:00:03下载
- 积分:1
-
tmidigen由艾伦Warriner使简单的创作意义。MIDI部分
TMidiGen is a MIDI component by Alan Warriner which allows the simple creation of sound effects and note sequences within an application without the need for external files or resources. TMidiGen achieves this by generating the MIDI data in memory.
- 2023-06-28 23:10:11下载
- 积分:1
-
DELPHI 高效线程池代码 DELPHI 高效线程池代码
DELPHI 高效线程池代码 DELPHI 高效线程池代码-DELPHI efficient thread pool thread pool code and efficient code for DELPHI
- 2022-08-05 13:41:54下载
- 积分:1
-
这是delphi第3方控件flatstyle
这是delphi第3方控件flatstyle-This is the first three delphi side controls flatstyle
- 2022-01-27 16:10:16下载
- 积分:1
-
delphi下的声音记录源程序,主要完成声音保存为wav。
delphi下的声音记录源程序,主要完成声音保存为wav。-Voice Recording source program finished by delphi, which mainly save voice message as wav.
- 2023-02-02 04:05:04下载
- 积分:1
-
This component is a interface to the Video
This component is a interface to the Video-Capture functions in Video for Windows. Capture webcams, streaming video with sound. Component for C++ Builder, Delphi.
- 2023-05-29 10:25:03下载
- 积分:1
-
Individual operators to write a management component, designed mainly for operat...
个人写的一个操作员管理部分,主要设计操作员,岗位,权限等内容,仅供参考-Individual operators to write a management component, designed mainly for operators, positions, powers, etc., for reference only
- 2022-04-17 07:28:43下载
- 积分:1
-
lab_library_delphi_mathfunctions_general Delphi的数学函数库,等等。
Lab_Library_Delphi_MathFunctions_General DELPHI的数学函数库,很有用的-Lab_Library_Delphi_MathFunctions_General DELPHI mathematical function library, very useful
- 2022-02-01 15:55:44下载
- 积分:1
-
资料室图书借阅管理系统
资料室图书借阅管理系统-borrow library books Management System
- 2022-06-02 01:40:18下载
- 积分:1