-
一个动态监视文件增长工具
一个动态监视文件增长工具-a dynamic monitoring tool for document growth
- 2022-02-21 16:06:04下载
- 积分:1
-
使用psapi和toolhelp两种方式实现的显示进程列表程序
使用psapi和toolhelp两种方式实现的显示进程列表程序- Uses psapi and the toolhelp two ways realizations demonstration
advancement tabulates the procedure
- 2023-07-22 05:25:03下载
- 积分:1
-
这是一个模拟操作系统中进程控制的程序,用时间片轮转算法实现,附带试验报告...
这是一个模拟操作系统中进程控制的程序,用时间片轮转算法实现,附带试验报告-This is a simulated operating system process control procedures, time-flow algorithm, fringe Test Report
- 2023-01-24 17:10:03下载
- 积分:1
-
This is a single
这是一个单线程的源代码单线程应该是除了主线程外的唯一的一个线程-This is a single-threaded the source code should be the main thread outside the only one thread
- 2022-02-16 00:41:57下载
- 积分:1
-
a USB drive for safe removal!!
a USB drive for safe removal!!
- 2022-04-08 15:20:31下载
- 积分:1
-
一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间...
一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间的通信不但是难以避免的,而且在多线程编程中也是复杂和频繁的,下面将进行说明。-Generally speaking, the application of a secondary thread is always the main thread to perform a specific task, so that main thread and secondary threads must have a channel for the transmission of information, which is the main thread and the secondary thread to communicate between. This inter-thread communication is not only inevitable, but also in multi-threaded programming is complex and frequent, the following description will be carried out.
- 2022-03-06 14:41:20下载
- 积分:1
-
一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。...
一个基于父进程和子进程之间用匿名管道进行进程通讯的实例,附带了可执行文件以及全部源码。非常好的了解匿名管道机制的程序。-One based on the parent process and child processes to process communication with the anonymous pipe instance comes with an executable file and all source code. A very good understanding of the anonymous pipe mechanism.
- 2022-03-03 18:50:32下载
- 积分:1
-
A multi
一个多线程扫描器。速度很慢,实用性不强,但对于SOCKET初学者来说,有一定的参考价值。-A multi-threaded scanner. Very slow, practicality is not strong, but for beginners SOCKET example, has a certain reference value.
- 2022-06-15 05:14:49下载
- 积分:1
-
本源码实现了一个"任务管理器",可以对进程进行各种操作.使用了与进程有关的API和进程操作事例....
本源码实现了一个"任务管理器",可以对进程进行各种操作.使用了与进程有关的API和进程操作事例.-The source to achieve a
- 2023-08-24 03:25:03下载
- 积分:1
-
一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函...
一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函数包含需要被执行的代码-A workhorsing thread C++ Type of package can be used as middleware to easily create, start, pause, synchronized release of a thread. Only in this category on a new type of derivative, overloaded virtual function run (), this function contains the code needs to be implemented
- 2022-10-12 22:20:03下载
- 积分:1