-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟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
-
Hebei Tai substantially a second semester, the curriculum design source, led dis...
河北工业大大一至大二学期,课程设计源码,led显示器,希望对大家有所帮助,特别是河北工业大学的同学。-Hebei Tai substantially a second semester, the curriculum design source, led display, I hope to help all of you, especially students of Hebei Industrial University.
- 2022-02-13 12:44:19下载
- 积分:1
-
一双很DWG / JPG / BMP等。大部分的图片视图图形浏览器
一个可以对很dwg/jpg/bmp..等绝大部分图片进行浏览的图形浏览器-a pair of very dwg/jpg/bmp etc. .. most of the pictures View graphical browser
- 2022-02-21 11:35:37下载
- 积分:1
-
about this DES(数据加密标准)的C + +代码
This about DES ( Data Encryption Standard ) C++ CODE
- 2022-02-22 12:32:42下载
- 积分:1
-
这是一个用OpenGL搭建应用窗口的框架代码
这是一个用OpenGL搭建应用窗口的框架代码,利用C++编程语言。这是一个用OpenGL搭建应用窗口的框架代码,利用C++编程语言。这是一个用OpenGL搭建应用窗口的框架代码,利用C++编程语言。这是一个用OpenGL搭建应用窗口的框架代码,利用C++编程语言。这是一个用OpenGL搭建应用窗口的框架代码,利用C++编程语言。这是一个用OpenGL搭建应用窗口的框架代码,利用C++编程语言。
- 2022-03-09 19:24:44下载
- 积分:1
-
Dijistra最短路径 二维数组结构 c
Dijistra最短路径 二维数组结构 c-Dijistra Shortest Path 2D array structure c
- 2023-03-27 01:15:03下载
- 积分:1
-
两人对弈的五子棋游戏。能判断两个的胜负。用鼠标控制。界面友好。...
两人对弈的五子棋游戏。能判断两个的胜负。用鼠标控制。界面友好。-331 games. Two of the ability to determine the outcome. Using mouse control. Friendly interface.
- 2023-05-08 07:35:03下载
- 积分:1
-
矩阵乘法,用运算符重载实现,用VC++编写
矩阵乘法,用运算符重载实现,用VC++编写-Matrix multiplication, using operator overloading to achieve with VC++ Prepared
- 2022-05-25 19:15:55下载
- 积分:1
-
A wince under the LED control windows embedded visual c
一个wince下的LED控制
windows embedded visual c-A wince under the LED control windows embedded visual c
- 2022-07-28 05:16:24下载
- 积分:1
-
设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。这个是Adapter模式...
设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。这个是Adapter模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is Adapter Model
- 2022-03-09 17:24:02下载
- 积分:1