-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟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
-
这里提供了一个关于基于Active X 基础上的计算器程序
这里提供了一个关于基于Active X 基础上的计算器程序-Here is a project on Active X-based calculator program on the basis of
- 2023-02-25 16:00:03下载
- 积分:1
-
VC++实现视频传输,服务端发送和客户端接受视频,
VC++实现视频传输,服务端发送和客户端接受视频,-VC++ to achieve video transmission, service delivery and client side to receive video,
- 2023-05-14 02:20:02下载
- 积分:1
-
这是一个计算器的源程序,这个程序可实现计算器模拟实验.
这是一个计算器的源程序,这个程序可实现计算器模拟实验.-This is a calculator of the source, this procedure could realize simulation calculator.
- 2022-06-20 15:16:34下载
- 积分:1
-
操作系统(2)2、模拟生产者和消费者关系
操作系统(2)2、模拟生产者和消费者关系-operating system (2) 2, simulation producers and consumers relations
- 2023-06-11 02:30:03下载
- 积分:1
-
DLL有用的源
DLL USEFULL source
- 2022-01-26 01:41:51下载
- 积分:1
-
颜色变换RichEdit
对RichEdit进行颜色变换
- 2022-01-26 03:30:55下载
- 积分:1
-
条码:条码识别,可以直接运行程序;pdf417lib:两
barcode: 条形码识别,直接运行程序即可;
pdf417lib:二维条形码打印(输出为ps格式的文件)。条形码生成器源程序:生成一维条形码,直接运行程序即可;-barcode : barcode recognition, can run the program directly; Pdf417lib : two-dimensional bar code printing (ps output format). Barcode Generator source : one-dimensional bar code generation, can run the program directly;
- 2022-02-28 18:35:23下载
- 积分:1
-
CClrConert颜色转换类
CClrConert颜色转换类-CClrConert color conversion type
- 2022-06-14 19:15:44下载
- 积分:1
-
This is the most short
这是一个求最短路和最小生成树的C++的原代码,经过调试可以在机子上使用.-This is the most short-circuit for a minimum spanning tree and the original C code, after testing the use of loom.
- 2022-02-15 01:09:35下载
- 积分:1