-
进程管理和线程管理 进程管理和线程管理
进程管理和线程管理 进程管理和线程管理-Process management process management and thread management and thread management
- 2022-02-07 20:54:29下载
- 积分:1
-
利用多线程和IP帮助函数,获取局域网内主机IP,MAC地址和用户名。是学习多线程和IP扫描的好例子...
利用多线程和IP帮助函数,获取局域网内主机IP,MAC地址和用户名。是学习多线程和IP扫描的好例子-The use of multi-threaded and IP help function, access to LAN host IP, MAC address and user name. Is to study multi-threaded IP scanning and a good example of
- 2022-03-06 10:05:03下载
- 积分:1
-
一个可以方便地在Delphi下进行多线程编程的控件。很好用的。...
一个可以方便地在Delphi下进行多线程编程的控件。很好用的。-a convenient in Delphi under multithreaded programming controls. Very good use.
- 2022-03-18 11:06: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
-
一个不错的多线程通讯的例子
一个不错的多线程通讯的例子-a good multi-threaded communication examples
- 2022-02-24 18:40:09下载
- 积分:1
-
使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子...
使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子- Uses the signal light (semaphore), the event (Event), the
critical zone (CriticalSection) carries on line regulation
synchronization the example
- 2022-01-25 21:04:02下载
- 积分:1
-
多线程定时器、时钟源代码,可以参考VC下多线程编程的技巧!...
多线程定时器、时钟源代码,可以参考VC下多线程编程的技巧!-multithreading timer, the clock source code can refer to VC multithreaded programming skills!
- 2022-03-09 18:21:34下载
- 积分:1
-
Delphi do the scheduling process simulation source code, to learn the operating...
这是一个用Delphi做的模拟进程的调度的源代码,对学习操作系统的朋友可能有所帮助!-Delphi do the scheduling process simulation source code, to learn the operating system might be helpful to a friend!
- 2022-09-24 11:30:03下载
- 积分:1
-
一个很简单的Multi Thread例子。是在2cc.com论坛上看到有人提问Thread的问题,所以做一个简单的例子供参考。对初学者有帮助。...
一个很简单的Multi Thread例子。是在2cc.com论坛上看到有人提问Thread的问题,所以做一个简单的例子供参考。对初学者有帮助。-a very simple example of the Multi Thread. In 2cc.com Forum Thread see someone question of the problem, so a simple example for reference. Help for beginners.
- 2022-03-18 10:27:19下载
- 积分:1
-
进程已启动,杀死进程再启动程序
进程已启动,杀死进程再启动程序-process has been initiated, killing process restart procedures
- 2022-11-30 11:50:03下载
- 积分:1