搜索资源列表
ProcContrlTest
- 本程序实现ProcControl类,提供了enumerate各进程的功能(进程信息包括:进程ID,进程名称,用户名,内存使用情况,CPU情况等) 还提供启动进程,按进程名*进程,按进程ID*进程的功能。-ProcControl the program category, providing enumerate the functions of the process (process information, including : process ID, process name
200584224045108
- 给自己写了一个小工具,使用 FileSystemWatcher 组件监视磁盘文件,具体可以参看http://www.cndevx.com/club/dispbbs.asp?boardID=62&ID=61659&page=1 现在小艾专心开始本版开源项目,特此贴上源代码,有兴趣的朋友可以自己随意修改和使用。但是这个程序还有一些 bug 没有解决。小艾再次谢谢大家。 -to himself wrote a small tool, the use of surveillance Fil
Co_Thread_Prj
- 实现了C++中的协程机制,对于支持动态脚本的 C++代码比较有用,请参见我的博客文章 http://www.cublog.cn/u/16663/showart.php?id=148848-realization of the C-HS mechanism for supporting dynamic scr ipt more useful C code, Please see my blog article http : / / www.cublog.cn/u/16663/showart
GetPIDFromPort
- 通过端口获得进程ID,难度不算大,但我会继续努力!-port access through the process of ID, not more difficult, but I will continue to work hard!
TerminateCloseProcess
- windows控制台程序,调用windowsAPI,关闭外部的一个应用程序.输入目标进程的进程ID后,即可关闭-windows console procedures, call windowsAPI. Close an external application. Goals process input in the process ID, will be closed
ProcessManage
- 实现简单的系统进程管理。可察看当前系统中正在运行的进程,进程的基本信息。(如:进程大小、线程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 pro
ps_manager
- 进程管理器 能够显示当前系统中运行着的进程的名称,进程ID,以及进程的文件路径
获取系统正在运行的进程ID
- 获取系统正在运行的进程ID-acquisition system is running the process ID
parent
- 从所周知,NT环境中API的黑洞之一便是NTDLL.DLL,这个DLL包含了许多有用的函数,这些函数都是未公开的。此代码拟使用NTDLL.DLL中的NtQueryInformationProcess函数来获取任何指定进程之父进程的ID。-from known, NT environment API is one of the black hole NTDLL.DLL, the DLL contains many useful functions, these functions are not
ShowAllProcess
- 一个使用了CListCtrl的对话框程序,可以查看当前系统的进程,线程数,ID,优先级-CListCtrl in a dialog with the program, you can view the current system processes, threads, ID, priority
process
- 进程信息查看器,实现最基本的查看当前系统运行进程的名称、ID及其父进程的ID-Process information viewer, to view the current system to achieve the most basic running process name, ID and parent process ID
35738644JCB
- 每个用来标识作业的作业控制快JCB用结构来描述,包括以下字段: (1)作业标识数ID (2)作业运行所需要时间requesttime (3)作业实际运行时间runtime (4)作业优先权priority,并规定优先权越大的作业,其优先权越高 (5)作业紧迫程度quick,并规定紧迫程度越高的作业,其数值越大 注:以上字段并非每种作业调度算法都使用,仅仅出于方便编-Each operation used to identify the operational contro
t1
- 一个简单的进程注入实例,修改需要注入的进程ID号码即可,程序有注解-a sample for process inject
GetParentProcID
- IT provides the Parent Process ID
createprocess
- 输入实验提供的代码后,可以输入createpc命令创建进程,输入showdetail显示每个进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例:createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级为2。 2) showdetail 显示进程信息命令。 3) exit 退出命令行。 -Experiment to prov
process
- 1.通过应用程序路径获取其他进程ID 2.获取其他进程的对话框句柄和控件句柄 里面有实现函数,有什么需求也可以自己改改了。 如果获得了控件句柄,当然可以去获取控件内显示的内容了。 -1. The path through the application process for other processes ID 2. Get the dialog box that handles other processes and controls to achieve the funct
processInfo
- 1.通过应用程序路径获取其他进程ID 2.获取其他进程的对话框句柄和控件句柄 里面有实现函数,有什么需求也可以自己改改了。 如果获得了控件句柄,当然可以去获取控件内显示的内容了。-1. The path through the application process for other processes ID 2. Get the dialog box that handles other processes and controls to achieve the funct
ID
- 隐藏某进程ID易语言源码 很不错~~新手可以借鉴一下-Hide the source code of a process ID Yi language very good ~ ~ novice can learn about ~ ~
TestProcessEnum
- 枚举进程并获取进程ID已经相关属性的函数。-Enumeration process and get process ID has associated attributes of functions.
GetWindowThreadProcessId()
- 找出某个窗口的创建者(线程或进程),返回创建者的标志符。 哪个线程创建了这个窗口,返回的就是这个线程的id号 (进程只有一个线程的话,那么线程标志符与进程标志符就是指同一个标志符) -VC++ GetWindowThreadProcessId() Function