-
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变...
进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。
我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句――同步原语――所组成。本试验要求学生模拟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
-
一个利用远程线程技术在Win2000下屏蔽ctrl+alt+del组合键的方法。 不过是bcb和delphi的代码。 在VC++中的调用方法如下...
一个利用远程线程技术在Win2000下屏蔽ctrl+alt+del组合键的方法。 不过是bcb和delphi的代码。 在VC++中的调用方法如下-a remote thread in shielding under Win2000 ctrl alt del bond portfolio side France. But yes, and moreover delphi code. VC in the call are as follows
- 2022-12-23 03:45:02下载
- 积分:1
-
win32api程序,超经典,包括sobel、laplacian、hough等,内容丰富
win32api程序,超经典,包括sobel、laplacian、hough等,内容丰富-A program about win32api,very cool,include sobel,laplacian,hough,etc. Useful.
- 2023-04-08 12:40:03下载
- 积分:1
-
一种称为“由代码提高”的游戏
资源描述这是一个提高游戏,教年轻的女孩的基本编程知识,然后才可以选择之间的科学和文科。我们的三个女孩开发这个游戏。开箱后我们进入,Windows 7可以直接找到并运行文件“raisebycode .exe”享受比赛。然而,我们没有测试它的窗口8,如果它未能成功运行,我们很抱歉。
- 2022-03-24 12:30:25下载
- 积分:1
-
This process is a dynamic link library DLL files, use the process of HOOK hooks.
这个程序是一个DLL动态连接库文件,运用HOOK钩子过程.-This process is a dynamic link library DLL files, use the process of HOOK hooks.
- 2023-06-15 16:05:03下载
- 积分:1
-
vc6 modbus 大师
modbus tcp 主机-为 visual c + + 中 (vc6) 上执行的情况。MFC c + + 类。这些类实现 modbus 协议使用 RTU 或 ASCII 传输的串行端口。也是一个类,用于与奴隶通过使用开放的 modbus 通讯协议的网络通信。C + + 源文件是使用 Visual c + + 5.0 生成。
- 2022-02-13 03:49:35下载
- 积分:1
-
用vb与AE实现 基本的功能包括各种查询、漫游、渲染生成专题图、测距等基本功能都有数据自己用自己的 改下程序就好了 数据就不传了...
用vb与AE实现 基本的功能包括各种查询、漫游、渲染生成专题图、测距等基本功能都有数据自己用自己的 改下程序就好了 数据就不传了-AE using vb and realize the basic features include a variety of inquiries, roaming, rendering to generate thematic maps and other basic functions ranging data themselves under their own reform process is not enough data has passed
- 2022-08-07 17:53:17下载
- 积分:1
-
获得任意你打开窗口的类名,不用烦恼不知道的窗口类名。简单实用。...
获得任意你打开窗口的类名,不用烦恼不知道的窗口类名。简单实用。-can get any windows class name,and dont worry about the windows class name which you dont know,easy to use
- 2022-05-31 21:54:25下载
- 积分:1
-
[原創][c++][winsock] 簡單的訊息、檔案網路傳輸範例程式[client-server]
资源描述
[原創證明]:Ending分享於codeForge
一個簡單的網路傳輸範例程式
由client端輸入指令來控制檔案傳輸
====使用方法====
先設定server端:
可任意輸入server的port number
server開啟接聽埠
client端:
輸入server的ip及port number
連線成功即可開始傳輸
輸入HELP可以查看指令
=============
編譯前要確定Linker有加上-lws2_32
祝您玩的愉快^^
- 2023-04-29 03:30:05下载
- 积分:1
-
通过设置的热键,对当前的屏幕进行鼠标的录制,成鼠标录制器
通过设置的热键,对当前的屏幕进行鼠标的录制,成鼠标录制器
- 2022-08-14 07:41:43下载
- 积分:1