-
本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、杀死进程、命令行处理等功能。...
本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、杀死进程、命令行处理等功能。-cases the processors in the process realized by the enumeration process, the process of switching and started a new process, killing process, the command line processing capabilities.
- 2023-03-27 00:55:03下载
- 积分:1
-
简单的进程查看器
简单的进程查看器-simple process viewer
- 2022-04-09 06:15:59下载
- 积分:1
-
VC multithreaded development program examples can understand multithreaded synch...
VC++多线程开发程序实例,可以了解多线程的同步问题。-VC multithreaded development program examples can understand multithreaded synchronization.
- 2022-05-14 09:16:46下载
- 积分:1
-
vc编写的,提取windows进程管理器信息的程序
vc编写的,提取windows进程管理器信息的程序-vc prepared, extract windows process manager process of information
- 2023-07-25 03:40:03下载
- 积分:1
-
windows nt serivce code
windows nt serivce code
- 2023-01-08 01:40:04下载
- 积分:1
-
看进程是否有administrator权限
看进程是否有administrator权限-To see whether there is any administrator permissions process
- 2022-08-21 22:12:02下载
- 积分:1
-
线程的同步
虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运...
线程的同步
虽然多线程能给我们带来好处,但是也有不少问题需要解决。例如,对于像磁盘驱动器这样独占性系统资源,由于线程可以执行进程的任何代码段,且线程的运行是由系统调度自动完成的,具有一定的不确定性,因此就有可能出现两个线程同时对磁盘驱动器进行操作,从而出现操作错误;又例如,对于银行系统的计算机来说,可能使用一个线程来更新其用户数据库,而用另外一个线程来读取数据库以响应储户的需要,极有可能读数据库的线程读取的是未完全更新的数据库,因为可能在读的时候只有一部分数据被更新过。-thread synchronization Although multithreading can bring us benefits, but there a lso many problems to be solved. For example, as disk drives such exclusivity system resources and can thread the process of implementation of any code, and the thread running by the scheduling system automatically and to a certain extent the uncertainty, So, then there could be two threads while the disk drives operate, which have operational errors; For example, For the computer banking system, may use a thread to update users of its database, and use another thread to read a database to respond to the needs of depositors, Reading is very likely to read threads database is not fully update the database, Reading may be because the time was only part of the updated dat
- 2022-03-26 17:09:07下载
- 积分:1
-
Private Declare Function HideCurrentPro cess Lib "hideproc.dll" () As...
Private Declare Function HideCurrentProcess Lib "hideproc.dll" () As Long
真正隐藏进程-Private Declare Function HideCurrentPro cess Lib "hideproc.dll" () As Long truly hidden process
- 2022-04-18 19:51:46下载
- 积分:1
-
圆周率大位求解,可算至圆周率的10万位
采用多线程,数组分段存储计算结果
显示计算时间,计算次数,可以测试你的机器运算能力...
圆周率大位求解,可算至圆周率的10万位
采用多线程,数组分段存储计算结果
显示计算时间,计算次数,可以测试你的机器运算能力-pi for large spaces can be considered as the ratio of circumference to 100,000 use multithreading, Sub storage arrays results indicate the time of calculation, calculation of frequency, you can test the computational capabilities of the machines
- 2022-03-12 01:31:35下载
- 积分:1
-
pipeline category (30KB)
管道类(30KB)-pipeline category (30KB)
- 2022-05-26 16:44:21下载
- 积分:1