-
VC++下命名管道编程
VC++下命名管道编程-VC named pipe programming
- 2023-02-10 11:55:03下载
- 积分:1
-
用C++ Builder进行多线程操作的示例
用C++ Builder进行多线程操作的示例-C Builder multithreaded operation example
- 2022-03-22 22:06:20下载
- 积分:1
-
操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的...
操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid deadlock and avoid deadlock the law is, the system in the process, the process for each type of resource in accordance with the request of the resources available to advance the use of information, according to some algorithm, leading to the possibility of death lock projections to decide whether the resource requests. This is a forward-looking steps, guaranteed not know Deadlock lead again when forward step with the dynamic nature of the forecast algorithm.
- 2023-08-20 23:10:03下载
- 积分:1
-
一个用多线程拷贝文件的小例子
一个用多线程拷贝文件的小例子-use a multithreaded copy files small examples
- 2022-06-12 14:47:02下载
- 积分:1
-
程序运行结束删除本!
程序运行结束删除本!-running deleted from the end!
- 2022-04-01 11:35:37下载
- 积分:1
-
任务管理器模拟,希望喜欢
任务管理器模拟,希望喜欢-task management simulation, like
- 2022-02-13 20:14:37下载
- 积分:1
-
一个多线程编程的好例子,同时有文档可以参考,非常不错
一个多线程编程的好例子,同时有文档可以参考,非常不错-A multi-threaded programming, a good example, while there is a document to refer to very good
- 2022-02-04 19:10:18下载
- 积分:1
-
进程查杀:对设定的一个系统进程进行查杀,界面简洁。
进程查杀:对设定的一个系统进程进行查杀,界面简洁。-killing process : the creation of a systematic process for killing, simple interface.
- 2022-06-14 21:44:25下载
- 积分: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
-
查看当前线城的信息及线程池的应用 vb.net
查看当前线城的信息及线程池的应用 vb.net-See the current line of the city of thread pool information and application vb.net
- 2022-06-02 02:53:57下载
- 积分:1