-
简单的工具,通过MIB树使用简单网络管理协议(S.
simple tool to walk through MIB tree using Simple Network Management Protocol (SNMP). I developed this tool solely for learning
- 2023-03-06 19:00:04下载
- 积分:1
-
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作,
本代码穷举系统进程,然后可以杀死进程,用到了 CreateToolhelp32Snapshot 和一些排序操作,-Exhaustive system process the code, and then kill the process, use the CreateToolhelp32Snapshot and some sort operation,
- 2022-07-04 09:17:57下载
- 积分:1
-
在多个进程间共享使用一个结构数据
在多个进程间共享使用一个结构数据- Shares in during many advancements uses a structure data
- 2022-08-11 08:36:32下载
- 积分:1
-
可以多个任务互斥同时入环行队列
可以多个任务互斥同时入环行队列-can contradict multiple tasks around the same time into the Queue
- 2022-02-01 04:03:44下载
- 积分: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
-
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
-
vc的多线程开发的 例子,
值得看看。
vc的多线程开发的 例子,
值得看看。-vc multithreading development example, is worth noting.
- 2022-02-02 10:22:50下载
- 积分:1
-
通过vc++实现管道通信,解决多进程之间通信的问题。
通过vc++实现管道通信,解决多进程之间通信的问题。 -Through vc++ Realize pipeline communications, multi-process solution to the problem of communication between.
- 2022-12-13 03:20:03下载
- 积分:1
-
一个查看系统进程和杀死系统进程的工具,效果很好,功能强大。...
一个查看系统进程和杀死系统进程的工具,效果很好,功能强大。-a systematic process and the process of killing system tools and the results very good, powerful.
- 2023-05-30 22:45:02下载
- 积分:1
-
工作者线程应用实例,图形界面方式显示,初学多线程朋友的必看程序~...
工作者线程应用实例,图形界面方式显示,初学多线程朋友的必看程序~
- 2023-02-08 16:30:04下载
- 积分:1