-
WIN2000及以上版本, MicroSoft提供了一个全新的途径, 即 PSAPI.DLL通过 PSAPI.DLL, 我们可以枚举正在运行的所有进程, 进程的...
WIN2000及以上版本, MicroSoft提供了一个全新的途径, 即 PSAPI.DLL通过 PSAPI.DLL, 我们可以枚举正在运行的所有进程, 进程的所有模块, 进程的可执行文件名及路径等-versions of Windows 2000 and above, MicroSoft provide a new way, through PSAPI.DLL PSAPI.DLL, we can enumeration of all the running process, the process of all modules, the process executable file name and path.
- 2022-10-17 20:35:03下载
- 积分:1
-
The process of implementation method, this procedure describes how to create a p...
进程的实现方法,此程序介绍如何创建一个进程的方法-The process of implementation method, this procedure describes how to create a process approach
- 2022-04-11 00:12:25下载
- 积分:1
-
一个多线程的例子,很简单
一个多线程的实例,很简单 -a multithreaded example, a very simple
- 2022-10-14 16:20:03下载
- 积分:1
-
利用DELPHI下标准的多线程类TThread来完成我们多现程的设计
利用DELPHI下标准的多线程类TThread来完成我们多现程的设计-use under standard multithreaded category TThread to finish what we design is the way
- 2022-01-23 10:53:19下载
- 积分:1
-
.net的线程池,功能等同于.net framework下的Threadpool
.net的线程池,功能等同于.net framework下的Threadpool-. net of the thread pool, the functional equivalent. net framework under Threadpool
- 2022-04-23 04:43:10下载
- 积分:1
-
操作系统的处理器调度算法:一个记号,SFJ,010
操作系统的处理机调度算法:提供了FIFS、SFJ、HRN、时间片轮转算法的实现算法-operating system processor scheduling algorithms : a FIFS, SFJ, 010-001, time-rotate algorithm Algorithm
- 2022-02-05 08:14:30下载
- 积分:1
-
program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessH...
program TerminateProcess {$APPTYPE CONSOLE} uses SysUtils, Windows var ProcessHwnd, WindowHwnd: THandle ProcessID: DWORD begin //得到记事本的主窗口句柄 WindowHwnd := FindWindow( Notepad , nil) if not isWindow(WindowHwnd) then ExitProcess(0) //得到记事本的进程标识 GetWindowThreadProcessId(WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess(0) //根据进程标识打开进程句柄 ProcessHwnd := OpenProcess(PROCESS_ALL_ACCESS, false, ProcessID) if ProcessHwnd = 0 then ExitProcess(0) //中止指定句柄的进程 Windows.TerminateProcess(ProcessHwnd, 0) end.-program (TerminateProcess $ APPTYPE CONSOLE) uses SysUtils, Windows var ProcessHwnd, WindowHwnd : THandle ProcessID : DWORD begin// notebook to be the main window handle WindowHwnd : = FindWindow (Notepad, nil) if not isWindow (WindowHwnd) then ExitProcess (0)// notebook to be in the process logo GetWindowThreadProcessId (WindowHwnd, ProcessID) if ProcessID = 0 then ExitProcess (0)// identification process under the process opened handle ProcessHwnd : = OpenProcess (PROCESS_ALL_ACCESS, fals
- 2022-02-10 00:03:03下载
- 积分:1
-
一个查看系统进程的小程序,在Windows系统命令行中运行
一个查看系统进程的小程序,在Windows系统命令行中运行-View the system processes a small program in the Windows system, run the command line
- 2022-03-18 03:41:34下载
- 积分:1
-
实现进程互斥的源代码,并有演示
实现进程互斥的源代码,并有演示- The realization advancement incompatible source code, and has
demonstrates
- 2022-03-19 11:03:09下载
- 积分:1
-
C#多线程练习~~~~~~
仅供初学者学习探讨
C#多线程练习~~~~~~
仅供初学者学习探讨-C# thread test
it is a test !!!!!
- 2022-03-30 04:52:53下载
- 积分:1