搜索资源列表
ReadMem
- unit ReadMem interface uses TLHelp32,Windows function GetMems(PID:longword baseaddress:string= len:integer=0):string //获取指定进程中的~内存数据 implementation function UpperCase(const S: string): string var Ch:Char L:Inte
ShellOfLinux
- Linux中Shell的几条简单命令的实现,基本框架已经搭好了,如果需要可以在此基础上进行扩充(代码中增加了多条命令同时执行的功能) 试验内容: 实现简单的Shell,至少能处理四条命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号 logout :退出shell -a few simple order to achieve the basic framework has been put up. If need be on the b
hack
- 通过进程的pid号来实现隐藏进程.修改系统调用getdents函数来隐藏进程-Through the process pid number to hide the process of implementation. Getdents modify system call function to hide the process of
ShowUseage
- 简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效
fork
- linux进程控制编程。使用fork函数新建立一个子进程,其中的父进程返回子进程的PID,子进程的返回值为0.-linux programming process control. Fork function using a subset of the newly created process, in which the parent process child process to return to the PID, the return value of the child proces
echoexepid
- 显示打开程序的PID号码,如果加上杀PID的功能可定义杀掉重名的指定程序-Shows that the PID number of open procedures, if the function can be defined to kill PID kill the specified procedures Chong Ming
wenxian
- 模糊PID控制器优化函数的文章,很不错的,很有参考价值,是英文版的可以作为参考资料。-Fuzzy PID controller optimization function article, very good, good reference is the English version can be used as reference.
ps
- 内核模块编程 1)设计一模块,该模块的功能是列出系统中所有内核线程的程序名、PID号和进程状态。 2)设计一个带参数的内核模块,其参数为某个进程的PID号,该模块的功能是列出该进程的家族信息,包括父进程、兄弟进程和子进程的程序名、PID号。 -Kernel module programming 1) design a module, the module s function is to list all kernel threads of the process name, P
kill
- Linux内核编程,设计某一个函数,输入为Linux系统某一个进程的进程号(PID),函数将*该进程的所有子孙。Linux内核进程家族为多叉树数据结构,以祖先进程为根节点。对于这种数据结构,后序遍历树的每个节点,在遍历同时删除节点,就可以删除整个进程树。-Linux kernel programming, design one function, one input for a Linux system process ID (PID), the function will kill all
waitpid
- waitpid函数.实现这个函数功能,即给指定的pid收尸- waitpid function. implement this function function, that is, to specify the pid corpses