-
VC6.0的一些实例原代码,都是一些实际运用,需要有一定基础
VC6.0的一些实例原代码,都是一些实际运用,需要有一定基础-Many sample source code of VC++6.0
- 2022-07-03 11:12:30下载
- 积分:1
-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟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
-
java基于struts,hibernate,jsp在线考试系统
基于java的在线考试的一个小系统,专门为学生的毕业设计做准备 使用了struts,hibernate,jsp等技术!!!
- 2023-05-31 03:30:04下载
- 积分:1
-
有关c++学习的笔记,希望对大家有帮助,谢谢交流
有关c++学习的笔记,希望对大家有帮助,谢谢交流-Related c++ Study notes, in the hope that everyone has to help, thank you sharing
- 2023-06-03 18:10:03下载
- 积分:1
-
database based on the background of VB applications
基于后台数据库的VB应用程序-database based on the background of VB applications
- 2023-06-04 19:05:03下载
- 积分:1
-
关机,试用时先保存好文件。
关机,试用时先保存好文件。-shutdown, when the first trial to preserve the documents.
- 2022-04-20 20:41:40下载
- 积分:1
-
Design of fuzzy controller for smart
Design of fuzzy controller for smart
- 2023-04-30 06:55:03下载
- 积分:1
-
这是一个输出回行方阵的小程序!比较简单,自己还可以改改.
这是一个输出回行方阵的小程序!比较简单,自己还可以改改.-This is a line matrix output back to the small program! Relatively simple, what can change it.
- 2023-05-05 07:55:03下载
- 积分:1
-
timer code in vhdl
计时器的vhdl码
-timer code in vhdl
- 2022-06-18 08:32:30下载
- 积分:1
-
Telnet程序C #
嗨,这是一个帮助远程登录的程序。此项目将由c项目完全用于telnet;
- 2022-07-14 14:30:53下载
- 积分:1