-
很多情况下我们需要多个线程互相协助,来完成同一个任务。但是线程很难从外部进行控制。利用线程同步技术可以使线程彼此交互,从而避免了外部控制对与时间和资源的浪费。
很多情况下我们需要多个线程互相协助,来完成同一个任务。但是线程很难从外部进行控制。利用线程同步技术可以使线程彼此交互,从而避免了外部控制对与时间和资源的浪费。-Many cases we need to assist each other to multiple threads in order to accomplish the same mission. But the thread is difficult to control from outside. The use of thread synchronization technology enables interaction between threads, thus avoiding external control with time and a waste of resources.
- 2023-09-06 07:35:03下载
- 积分:1
-
利用CEvent实现多线程同步
利用CEvent实现多线程同步-CEvent use synchronous multi-threaded
- 2023-04-12 08:20:04下载
- 积分:1
-
单线程的,socket
单线程的,socket-based通信,简单sever-client通信-Single-threaded, socket-based communications, a simple sever-client communications
- 2023-04-16 05:50:03下载
- 积分:1
-
3种多线程同步方式(Critical Section,Mutex,Event)的小例子
3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex,
Event) small example
- 2022-12-03 08:40:03下载
- 积分:1
-
msn multithreaded programming
msn多线程编程-msn multithreaded programming
- 2022-12-14 21:40:04下载
- 积分:1
-
“任务管理器”中的进程查看只能显示进程的名称,而这个程序可以显示进程的全路径,帮助我们找到可疑程序的启动路径,程序具有“结束进程“的功能...
“任务管理器”中的进程查看只能显示进程的名称,而这个程序可以显示进程的全路径,帮助我们找到可疑程序的启动路径,程序具有“结束进程“的功能-"task manager" in the process View only shows the names of the process, and this process will show the entire process trails, help us find suspicious path to the commencement of proceedings, procedures, "the end of the process" function
- 2022-01-28 11:41:03下载
- 积分:1
-
VC下通过系统快照查看进程的源代码
VC下通过系统快照查看进程的源代码 -VC snapshot view through the process of source code
- 2022-04-07 05:35:47下载
- 积分:1
-
通过修改互斥体 达到重复启动程序的目的 !
通过修改互斥体 达到重复启动程序的目的 !-Change the Mutex
- 2022-01-21 06:07:10下载
- 积分:1
-
is a multithreaded example, the main demonstration supporting idle threads and t...
是一个多线程的例子,演示主线程和空闲辅助线程的使用方法-is a multithreaded example, the main demonstration supporting idle threads and the use of threads
- 2023-05-12 18:30:04下载
- 积分:1
-
VC目录:
演示Viusal C++中创建多线程的方法
编译环境要求:
安装Viusal C++6.0
主要文件说明:
ThreadD...
VC目录:
演示Viusal C++中创建多线程的方法
编译环境要求:
安装Viusal C++6.0
主要文件说明:
ThreadDemo.cpp: 演示创建线程的C++文件
run.cmd:自动打开一个命令窗口执行程序的脚本文件-VC Contents : Presentations Khan C to create multiple threads of environmental requirements compiler : 6.0 C contemplating the installation of key documents : ThreadDemo.cpp : Presentations create threads document run.cmd C : automatic orders to open a window to the procedure script file
- 2023-05-12 08:35:03下载
- 积分:1