-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟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
-
数据结构中对顺序表的插入,删除,查询处理
数据结构中对顺序表的插入,删除,查询处理-The data structure of the order of the table insert, delete, query processing
- 2022-02-07 15:16:01下载
- 积分:1
-
服务器远程监视开发包
服务器远程监视开发包-server remote monitoring Development Kit
- 2022-03-13 00:55:18下载
- 积分:1
-
文件夹保护是对文件夹进行锁定的小软件,可以参考开发成文件夹加密等工具...
文件夹保护是对文件夹进行锁定的小软件,可以参考开发成文件夹加密等工具-Folder is a folder protection lock small software, can be developed into a reference folder encryption tools such as
- 2022-02-02 11:28:44下载
- 积分:1
-
很短的介绍C++的初学者用户,C是有用的
very short introduction of c++ that is useful for beginners users of c-very short introduction of c++ that is useful for beginners users of c++
- 2022-03-18 15:53:20下载
- 积分:1
-
一个简单的点扑克牌游戏编程程序简单易懂对想学习游戏编程的人是非常好的学习程序...
一个简单的点扑克牌游戏编程程序简单易懂对想学习游戏编程的人是非常好的学习程序-a simple point card games programming procedures are simple to learn game programming to the people is a very good learning procedures
- 2022-03-20 23:57:26下载
- 积分:1
-
人体3d模型显示
读取bvh文件,建立人体的3维棍状模型,实现bvh文件载入,动画的播放停止,是人体动作捕捉系统中人体模型显示的很好的材料!
- 2022-03-12 00:27:18下载
- 积分:1
-
用控制台写的多线程程序,关于数据共享和退出的c++程序.
用控制台写的多线程程序,关于数据共享和退出的c++程序.-console was made using the multi-thread programming, data sharing and on the withdrawal of c procedures.
- 2022-07-25 19:17:25下载
- 积分:1
-
基于matlab经过高斯噪声信道的模拟调制系统
基于matlab经过高斯噪声信道的模拟调制系统-Matlab based on Gaussian noise channel after the analog modulation system
- 2022-04-08 16:46:32下载
- 积分:1
-
UCOS51内核代码
UCOS51内核代码,程序比较复杂,适合已经掌握UCOS原理的参考
- 2022-03-13 00:03:26下载
- 积分:1