-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。
-process is a procedure in the data set to run the process, the process is conducted with the system that is the rotation process more than the occupier runs. We have a number of process can visit and revision of those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public to visit the variables of time. To prevent such mistakes, the system must be used to control synchronization process bodies for public variables visit. In general, synchronous bodies of a number of statements-- synchronization primitives-- composed. Th
- 2023-01-24 21:05:04下载
- 积分:1
-
card and customer management source of a very old VF procedures! We hope to usef...
名片及客户管理源程序 很老的一个VF程序! 希望对大家有用!-card and customer management source of a very old VF procedures! We hope to useful!
- 2022-02-04 22:10:22下载
- 积分:1
-
disk disk information
disk edit 查看磁盘信息-disk disk information
- 2022-05-17 22:31:44下载
- 积分:1
-
计算器小程序,应该很容易再次开发,很值得看一看。
计算器小程序,应该很容易再次开发,很值得看一看。-Calculator applet, it should be very easy to develop once again, it is worth looking at.
- 2022-01-25 18:23:13下载
- 积分:1
-
猜单词游戏
两人游戏时,由一个玩家给出一个单词,在人与计算机游戏时由计算机给出一个单词。...
猜单词游戏
两人游戏时,由一个玩家给出一个单词,在人与计算机游戏时由计算机给出一个单词。-Guess word game two games by a player is given a word, in the human and computer games are given a word by the computer.
- 2023-08-06 06:05:04下载
- 积分:1
-
在Pocket PC上实现用GPS模块读取信息
在Pocket PC上实现用GPS模块读取信息-Achieved in the Pocket PC with GPS module to read information
- 2022-10-09 10:10:03下载
- 积分:1
-
Are mainly used in a number of examples and useful development of the library fi...
主要是一些示例和开发所用的有用的库文件,希望能给你的开发工作提供帮助-Are mainly used in a number of examples and useful development of the library files, hope that I can help your development work
- 2022-04-25 02:10:13下载
- 积分:1
-
这是windows 的不规则窗口编程,很有用,欢迎下载
这是windows 的不规则窗口编程,很有用,欢迎下载-this is unregular windows program.~~~
- 2022-03-05 20:12:05下载
- 积分:1
-
linear programming solution using the multiplier Simplex Method
解线性规划的用乘数的单纯形法-linear programming solution using the multiplier Simplex Method
- 2022-07-03 03:14:21下载
- 积分:1
-
如何获取关键的母板类型
这测试代码,它已编译和测试根据编译器
c + + 生成器。
这是使用项目检测到您正在使用哪种类型的键盘。
- 2022-11-06 04:20:03下载
- 积分:1