-
关于线程的代码,很实用,希望大家多多支持,互相学习
关于线程的代码,很实用,希望大家多多支持,互相学习-Code on the thread, very useful, hope that we can support and learn from each other
- 2022-01-25 16:18:42下载
- 积分:1
-
pb的一个控制系统开机、关机、注销的程序。是一个例程。
pb的一个控制系统开机、关机、注销的程序。是一个例程。-pb of a control system boot and shutdown, cancellation procedures. It is a routine.
- 2022-10-20 07:55:03下载
- 积分:1
-
简单的工具,通过MIB树使用简单网络管理协议(S.
simple tool to walk through MIB tree using Simple Network Management Protocol (SNMP). I developed this tool solely for learning
- 2023-03-06 19:00:04下载
- 积分:1
-
学习Event线程同步的朋友进来吧
学习Event线程同步的朋友进来吧-thread synchronization friends come in.
- 2022-01-25 17:09:16下载
- 积分:1
-
电子时钟C++语言开发,可作为样例进一步改进。
电子时钟C++语言开发,可作为样例进一步改进。-Electronic Clock C++ language development, can be used as sample for further improvement.
- 2022-07-14 06:13:29下载
- 积分:1
-
启动该服务器程序后,可用telnet machine port命令连接,其中machine为 本机名或地址,port为程序中指定的端口。也可以编写特定的客户机软...
启动该服务器程序后,可用telnet machine port命令连接,其中machine为 本机名或地址,port为程序中指定的端口。也可以编写特定的客户机软件通过TC P的Socket套接字建立连接。-activate the server, telnet can be used machine orders port connectivity, machine-machine or address, port procedures as specified ports. Also the preparation of specific client software TC P Socket establish a connection.
- 2023-03-18 12:10:03下载
- 积分:1
-
C语言模拟进程调度程序,注释很全,向大家推荐,都来下载阿...
C语言模拟进程调度程序,注释很全,向大家推荐,都来下载阿-C language modeling process scheduler, notes very long, we recommend to you, to download A!
- 2022-03-03 22:49:07下载
- 积分:1
-
本源码实现了一个"任务管理器",可以对进程进行各种操作.使用了与进程有关的API和进程操作事例....
本源码实现了一个"任务管理器",可以对进程进行各种操作.使用了与进程有关的API和进程操作事例.-The source to achieve a
- 2023-08-24 03:25:03下载
- 积分:1
-
银行家算法 进程控制中用到的算吧 检测是是否死锁
银行家算法 进程控制中用到的算吧 检测是是否死锁-bankers process control algorithms used in the counting detection is whether it Deadlock
- 2022-02-13 07:13:03下载
- 积分:1
-
此为操作系统实验:进程同步机制的模拟实现. 报告中有 程序流程图 解题思路 部分主要源码等!! 简介:进程是程序在一个数据集合上运行的过程,进程是并发执行的,也...
此为操作系统实验:进程同步机制的模拟实现. 报告中有 程序流程图 解题思路 部分主要源码等!! 简介:进程是程序在一个数据集合上运行的过程,进程是并发执行的,也即系统中的多个进程轮流地占用处理器运行。 我们把如干个进程都能进行访问和修改地那些变量成为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条原语――同步原语――所组成。本实验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。-operating system for this experiment : the process synchronization mechanism Simulation. A report flowchart Oklahoma as part of the main source! ! Description : The process is procedural in a data set on the process of operation, the process is complicated by the implementation of the system that is the number of rotation process to deal with occupation Operation. We can process of stem out for a visit and to amend 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
- 2022-03-22 10:41:28下载
- 积分:1