搜索资源列表
Windows 进程管理
- 对程序的进程进行选择关闭的软件 模仿windows的任务管理器功能,关闭一些进程,关闭计算机!-This software can simulate the windows manager to shut down selected programs or progresses,even shut down the computer.
Windows 进程管理
- 用于查看系统的所有进程,但是关机可能在不同的windows上的效果不一样,那是系统才有的权力-View system for all processes, However shutdown may be in different windows on the results, it is only the power system
getprocessinfo 获取进程模块信息
- 获取windows进程模块有关信息-windows access the information process module
DOS显示进程
- 一个经典的用dos窗口显示windows进程的源代码我化了好长时间写出来的,请联系我wuhaitian12345@163.com-a classical process explorer in DOS command window.I spent much time on finishing it. Contact me with wuhaitian12345@163.com.
终止WINDOWS进程
- WINDOWS控制台程序,用于结束一个进程。
windows进程信息
- 通过系统DLL,获得当前进程的信息,并提供进程操作
File_Map_Server_Client
- windows下通过共享内存进行进程间通信的例子,包括server与client-windows through shared memory inter-process communication examples, including the server and client
监视进程运行
- windows用delphi监视进程运行-windows monitors the advancement with delphi to move
WINDOWS
- 本书是讲解Windows 操作系统内部机制的专著,作者从基本概念入手,全面系统地介绍了Windows的各种基本构件,如进程、线程、DLL和内存管理等,并列举了大量应用程序,精辟地分析了构件的使用方法,为掌握Windows 编程技巧提供了一条有效的捷径。对于不同水平的Windows 编程人员来说,本书都具有极好的参考价值。-This book is on the Windows operating system, the internal mechanisms of monographs, the
ProcessCommunication
- Windows 的IPC(进程间通信)机制主要是异步管道和命名管道。(至于其他的IPC方式,例如内存映射、邮槽等这里就不介绍了) 管道(pipe)是用于进程间通信的共享内存区域。创建管道的进程称为管道服务器,而连接到这个管道的进程称为管道客户端。一个进程向管道写入信息,而另外一个进程从管道读取信息。 -Windows of the IPC (interprocess communication) mechanism is asynchronous pipelines and named
Windows.ppt
- windows 进程管理方面的PPT-windows process management PPT
window
- windows进程管理 windows进程管理-windows proegramm mangager ddd
jc
- windows 进程守护软件,可以定义响应时间,当指定进程被关闭时自动打开。-guardian of windows process software, response time can be defined, when the specified process was shut down automatically when opened.
Windows7
- Windows 7 系统进程服务详解(CHM),提供大家参考-Windows 7 System Process Service Xiangjie (CHM)
TaskMgr
- windows进程管理器全部源代码,需要的朋友可以研究研究-windows process manager source code
3
- Windows环境*进程隐藏技术研究。 -Windows environment hidden Trojan process technology. Windows environment hidden Trojan process technology.
dll_debug_tool
- 在 Windows 系统中,动态库版本冲突实在是一个老大难的问题了,为了解决这个问题,除了使用大量现有的工具外,你还可以利用丰富的 Windows APIs 函数构造自己的调试工具和实用程序。作为例子,本文将提供三个这种类型的工具,讨论如何利用它们来解决动态库的冲突问题。这三个工具分别是: DllSpy——列出加载到系统中的所有 Dlls 以及所有使用这些 Dlls 的进程; ProcessSpy——列出系统中所有正在运行的进程以及它们正在使用的 Dlls; Process
windows-communicate
- 命名管道例子程序,实现windows 进程间的通讯-Named pipe example program, to achieve inter-process communication windows
进程控制
- 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间 在Linux下实现: 使用fork()/execv()来创建进程运行程序 使用wait()等待新创建的进程结束 调用gettimeofday()来获取时间
系统进程监控_C#
- 课程设计报告,能通过C#的process方法实现对Windows进程的监控。(Curriculum design report, through the C# process method to monitor the Windows process.)