-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟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
-
用C#实现基于用C#实现基于TCP协议的网络通讯
用C#实现基于用C#实现基于TCP协议的网络通讯-C#-based C# TCP-based communications network
- 2023-05-10 23:55:03下载
- 积分:1
-
学习java写的java应用程序
学习java写的java应用程序-learning java write java applications
- 2022-06-20 07:30:47下载
- 积分:1
-
An image management procedures users through the program, in seconds to find th...
一个图片管理程序;用户可以借助于该程序,在数秒钟内找到自己计算机上的图片,加以编辑并进行欣赏。-An image management procedures users through the program, in seconds to find their own pictures on your computer, edit and enjoy.
- 2022-11-27 19:40:03下载
- 积分:1
-
只看该作者首先谢谢bobcheng_2006,你的帖子里面的源代码其实我已经下载了,只是没有相关文档,没有看懂哦...
只看该作者首先谢谢bobcheng_2006,你的帖子里面的源代码其实我已经下载了,只是没有相关文档,没有看懂哦-The authors wish to thank all look bobcheng_2006, your post inside the source code I have already downloaded, but no relevant documents, have failed to understand oh
- 2022-02-22 13:14:07下载
- 积分:1
-
ini adalah program untuk menyimpan data lewat mmc dengan mikrokontroller
ini adalah program untuk menyimpan data lewat mmc dengan mikrokontroller
- 2023-02-21 02:50:04下载
- 积分:1
-
一个使用WINSOCK的实现PING命令的程序。
一个使用WINSOCK的实现PING命令的程序。-a use of Winsock PING command procedures.
- 2022-03-02 08:46:09下载
- 积分:1
-
directx9实现矩阵处理例程
directx9实现矩阵处理例程-directx9 handling routines to achieve Matrix
- 2022-05-07 02:37:55下载
- 积分:1
-
暴风影音源码 Media Player Classic
暴风影音源码 Media Player Classic -Storm video source Media Player Classic
- 2022-06-27 09:14:19下载
- 积分:1
-
此文件实现了对图像亮度的调节,可实现亮度增强、亮度取反及恢复图像...
此文件实现了对图像亮度的调节,可实现亮度增强、亮度取反及恢复图像-This document is the realization of the adjustment of image brightness can be realized to enhance brightness, brightness and recovery from the anti-image
- 2022-03-06 16:35:24下载
- 积分:1