-
实现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
-
用于delphi开发VPN登陆器时用!初学delphi的朋友可以看看!
用于delphi开发VPN登陆器时用!初学delphi的朋友可以看看!-VPN landers for delphi development time! Delphi beginner friends can see!
- 2023-03-18 17:55:03下载
- 积分:1
-
主要利用Internet组件页中WebBrowser组件来播放指定的GIF文件
主要利用Internet组件页中WebBrowser组件来播放指定的GIF文件-Mainly use the Internet components of the page to play the specified WebBrowser component GIF file
- 2022-12-08 18:25:08下载
- 积分:1
-
Cell components of this source is from the database delphi how to check the numb...
此源码是Cell组件delphi中如何从数据库取数和自定义函数的代码示例-Cell components of this source is from the database delphi how to check the number and self-defined function code sample
- 2022-02-28 14:42:44下载
- 积分:1
-
Delphi函数速查及详解,并带有例子代码,是delphi初学者或开发者良好的助手...
Delphi函数速查及详解,并带有例子代码,是delphi初学者或开发者良好的助手-Info Delphi function and explain, with examples of code, is a developer delphi beginner or a good assistant
- 2022-01-30 15:43:19下载
- 积分:1
-
这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步!...
这是一个间歇的小唾弃,希望大家希望,以后大家多学习,多多交流共同进步!-This is an intermittent small cast aside, I hope everyone hopes that after the U.S. and more learning, more exchange of common progress!
- 2022-03-07 20:46:14下载
- 积分:1
-
Dephi7 development of the use of a small stationery warehouse management system,...
利用Dephi7开发的一款小型文具仓库管理系统,数据库用的是Access,供交流使用。由于水平有限,漏洞难免,希望多批评指正! -Dephi7 development of the use of a small stationery warehouse management system, the database is used by Access, for the exchange of use. Because of limited ability, vulnerability is inevitable, and want to see more criticism of correction!
- 2022-04-08 15:11:59下载
- 积分:1
-
VCLSkin5.03.07.12. FullSource
VCLSkin5.03.07.12. FullSource
- 2022-07-21 14:10:19下载
- 积分:1
-
gdskin的源码,DELPHI的皮肤控件,不错的皮肤,让你的软件更看...
gdskin的源码,DELPHI的皮肤控件,不错的皮肤,让你的软件更看-gbskin
- 2023-02-19 18:35:03下载
- 积分:1
-
本程序实现的是delphi实例,练习一下吧
本程序实现的是delphi实例,练习一下吧-This procedure is to realize delphi examples, exercises yourself
- 2023-01-16 06:25:04下载
- 积分:1