-
操作系统中的先进先出,最佳淘汰等算法的比较。
操作系统中的先进先出,最佳淘汰等算法的比较。-the FIFO operating system, such as the best out of the comparison algorithm.
- 2023-02-22 23:00:04下载
- 积分:1
-
这是个典型的生产者与消费者问题,用的是PV操作实现的程序!
这是个典型的生产者与消费者问题,用的是PV操作实现的程序!-This is a typical problem of producers and consumers, using a PV operating procedures to achieve!
- 2022-02-20 05:39:47下载
- 积分:1
-
JAVA多线程编程
JAVA多线程编程-multi thread program by java
- 2022-03-29 11:02: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
-
VCHOME资料库,多线程技术篇,个人感觉不错,对windows下多线程编程很有帮助...
VCHOME资料库,多线程技术篇,个人感觉不错,对windows下多线程编程很有帮助-VCHOME database, multi-threading technology articles, personal feeling of doubt, multi-threaded programming under windows very helpful
- 2022-05-04 22:53:06下载
- 积分:1
-
一个VB写的可以取得任意带焦点的对象详细信息的代码.具体可以取得对象句柄,类型,标题名称,在在桌面上的位置,对象大小等信息 另外还可以控制对象,如果是应用程序还...
一个VB写的可以取得任意带焦点的对象详细信息的代码.具体可以取得对象句柄,类型,标题名称,在在桌面上的位置,对象大小等信息 另外还可以控制对象,如果是应用程序还可以把它当作子窗体装载到里面来!反正功能还很多,有兴趣的可以下去慢慢看吧-Write a VB can be achieved with the focus of any detailed information of the object code. Specific object can handle, type, title name, in the desktop position, object size and other information also can control the object, if the application also can treat it as a sub-form to the inside to load! anyway functions are still many who are interested can go slowly and see
- 2022-03-19 22:55:45下载
- 积分:1
-
通过vc++实现管道通信,解决多进程之间通信的问题。
通过vc++实现管道通信,解决多进程之间通信的问题。 -Through vc++ Realize pipeline communications, multi-process solution to the problem of communication between.
- 2022-12-13 03:20:03下载
- 积分:1
-
关于线程的代码,很实用,希望大家多多支持,互相学习
关于线程的代码,很实用,希望大家多多支持,互相学习-Code on the thread, very useful, hope that we can support and learn from each other
- 2022-02-02 07:33:32下载
- 积分:1
-
simple realization of a systematic process management. Can see the current syste...
实现简单的系统进程管理。可察看当前系统中正在运行的进程,进程的基本信息。(如:进程大小、线程ID等)可终止某一进程。-simple realization of a systematic process management. Can see the current system running processes, the process of basic information. (Eg : Process size, thread ID, etc.) may terminate a process.
- 2022-01-26 07:00:45下载
- 积分:1
-
一个Windows下的线程库,模仿pthread的用法
一个Windows下的线程库,模仿pthread的用法
-Under a Windows Thread Library, imitating the use of pthread
- 2022-04-01 18:15:34下载
- 积分:1