CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - PID
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - PID - List
[
Process-Thread
]
fkill
DL : 0
指定PID来结束其进程-designated PID to end the process
Date
: 2008-10-13
Size
: 1.44kb
User
:
蝰蛇
[
Process-Thread
]
killeproc
DL : 0
进程枚举、包括PID,路径,以及杀死指定进程。 -process of enumeration, including PID, path, and kill the designation process.
Date
: 2008-10-13
Size
: 26.42kb
User
:
rehen
[
Process-Thread
]
Process
DL : 0
获得指定进程的PID值。若有两个相同,可以同时输出。
Date
: 2008-10-13
Size
: 1.24kb
User
:
黄震人
[
Process-Thread
]
CPUDetect
DL : 0
c++Builder6下实现的系统进程CPU使用率监控程序,当被监控程序CPU大于设置值时自动杀掉被监控进程。系统进程信息获取封装成C++Builder风格的类,可以实现系统进程列表获取;指定进程CPU使用率的获取;通过PID杀指定进程;通过程序名杀指定程序。
Date
: 2008-10-13
Size
: 346.77kb
User
:
eric
[
Process-Thread
]
fkill
DL : 0
指定PID来结束其进程-designated PID to end the process
Date
: 2025-12-20
Size
: 1kb
User
:
[
Process-Thread
]
killeproc
DL : 0
进程枚举、包括PID,路径,以及杀死指定进程。 -process of enumeration, including PID, path, and kill the designation process.
Date
: 2025-12-20
Size
: 26kb
User
:
rehen
[
Process-Thread
]
Process
DL : 0
获得指定进程的PID值。若有两个相同,可以同时输出。-Access to the PID value of the specified process. If two identical, you can also output.
Date
: 2025-12-20
Size
: 1kb
User
:
黄震人
[
Process-Thread
]
CPUDetect
DL : 0
c++Builder6下实现的系统进程CPU使用率监控程序,当被监控程序CPU大于设置值时自动杀掉被监控进程。系统进程信息获取封装成C++Builder风格的类,可以实现系统进程列表获取;指定进程CPU使用率的获取;通过PID杀指定进程;通过程序名杀指定程序。-c++ Builder6 process under the system CPU usage monitoring program, when the monitoring program was set a value greater than CPU automatically kill the process being monitored. System into the process of information acquisition package C++ Builder-style category, can be achieved to obtain a list of system processes designated CPU utilization rate of the acquisition process through the PID to kill the specified process through the process of killing the specified procedure.
Date
: 2025-12-20
Size
: 347kb
User
:
[
Process-Thread
]
ShowAllthread
DL : 0
获得所有进程 并且获得所有进程的详细信息,PID 进程下线程 等-Access to all process and received detailed information on all processes, PID of the process of thread, etc.
Date
: 2025-12-20
Size
: 1kb
User
:
mangshe0
[
Process-Thread
]
GetIcesWordPid
DL : 0
放血啦,得到IECSWORD的进程PID的代码,用来做什么自己想-Bloodletting you get IECSWORD process PID code, used to do what they want
Date
: 2025-12-20
Size
: 2kb
User
:
阿烨
[
Process-Thread
]
createprocess
DL : 0
输入实验提供的代码后,可以输入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 provide the code input, you can enter the createpc command to create the process, enter showdetail displayed for each process and its child process the information, test commands are explained as follows: 1) createpc command to create the process. Parameters: 1 pid (process id), 2 ppid (parent process id), 3 prio (priority). Example: createpc (2,1,2). Create a process, its process number is 2, the parent process ID is 1, the priority level of 2. 2) showdetail Display process information using the command. 3) exit out of the command line.
Date
: 2025-12-20
Size
: 12kb
User
:
漂流
[
Process-Thread
]
injector
DL : 0
dll injector. inject dll into process with selected pid.
Date
: 2025-12-20
Size
: 3kb
User
:
iCoder
[
Process-Thread
]
InJectDLL
DL : 0
这个DLL封装了两个函数,一个是InJectDll,一个是UnLoadDll,分别是讲一个DLL注入到一个进程和将一个DLL从一个进程中卸载。两个函数的参数都一样,第一个是要操作的进程PID,一个是要操作的dll名称字符串。-The DLL encapsulates the two functions, one is InJectDll, one UnLoadDll, respectively, talk about a DLL injected into a process and a DLL will be unloaded from a process. Two functions are the same parameters, the first one is to operate the process PID, a dll to the operation name string.
Date
: 2025-12-20
Size
: 14kb
User
:
王鹏
[
Process-Thread
]
clsProcess
DL : 0
进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)-Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the process, read a long integer, write long integer, byte array to read, write byte array. Tarball sample contains a crack, break out a password to determine whether the correct procedure (only in memory, not a destruction of the original document)
Date
: 2025-12-20
Size
: 10kb
User
:
林勇辉
[
Process-Thread
]
MemSearch
DL : 0
View process, PID, search, read, write
Date
: 2025-12-20
Size
: 46kb
User
:
zx345up
[
Process-Thread
]
panzer_killprocessbypid
DL : 0
panzer kill process by pid
Date
: 2025-12-20
Size
: 1kb
User
:
returntrue
[
Process-Thread
]
maxyang_ShowUseage
DL : 0
自制Windows任务管理器源码 一个以假乱真的任务管理器(界面有点像,但功能差远了),此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果,取CPU利用率的算法等都非本人原创的(作了部分修正)。-Home Source Windows Task Manager A highly advanced task manager (interface a bit like, but much worse function), the main implementation of this program to take the system s application list, taking the system all processes related to information (Image Name, PID, CPU time, memory usage), real-time CPU-use statistics obtained by the wave line rate and to describe real-time access memory usage records, and to the wave line to describe. Also achieved, the end of the task, new tasks, and switch to other functions. "Options menu" just realized "always best before", "View menu" just realized "update speed." Main function is not implemented, is to take each process CPU utilization and in the system tray display CPU line results. Some users use the program works algorithms: the picturesque background of the effect of CPU utilization, CPU utilization of the algorithm and so take my non-original (made partial amendments).
Date
: 2025-12-20
Size
: 45kb
User
:
1178
[
Process-Thread
]
hap_openport_v2.4_wxdjs
DL : 0
这是一个简单好用的小软件,可以用来监控你的电脑的TCP端口和UDP数据包发送情况 界面采用列表方式可以一目了然的看到你的机器的端口情况,他的列表分类清晰如协议,PID,进程名称,本地地址,本地端口,远程地址,远程端口,连接状态-Interface using list can clearly see your machine, the port of his list clearly as agreement, the classification of PID, name, address, the process of local local port, remote address, remote port connection status, etc
Date
: 2025-12-20
Size
: 476kb
User
:
jack
[
Process-Thread
]
pid
DL : 0
感觉很实用,获取PID简单实用,个人感觉很不错的一个源码!-Feeling very practical, to get PID is simple and practical, personal feel very good source!
Date
: 2025-12-20
Size
: 1kb
User
:
jiajing
[
Process-Thread
]
task-PID
DL : 0
通过进程名获取进程PID,方便后续操作,可以不加后缀(.exe)。-Known process name for process PID, convenient and subsequent operation.".exe"is not necessary.
Date
: 2025-12-20
Size
: 12kb
User
:
wujian
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.