搜索资源列表

  1. 进程管理器

    0下载:
  2. 代码名称/用途:我是做网络安全工作的,最近发现很多后门程序,为了更快捷的判断某个进程是不是后门程序,我写了一个程序,显示出系统中的所有进程和每个服务进程的完整路径。一旦确认某个可疑进程,可以用\"终止进程\"立即杀掉,并根据路径删除后门程序。-code name / purposes : I have to do the work of network security, recently found that many backdoo
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:54645
    • 提供者:周群生
  1. 多任务 多进程

    0下载:
  2. 多任务 多进程 51 单片机 C 语言 1.本程序不使用任何汇编指令 2.由定时器T0产生中断,切换进程 3.由于中断或调用子程序,要把PC堆栈,故可以以SP为基址的地方找到PC 4.中断或子程序返回,要把SP出栈给PC,故可以操作SP改变程序入口 5.本程序经调试运行 电路图已上传 6.程序编译是会有一个警告提示,为正常现象,因为保存R0-R7时,重新定义地址, 出现地址覆盖的警告提示。 7.用户以此模
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. win32proc

    0下载:
  2. 得到所有进程列表的程序-The app of getting all the processes
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:109568
    • 提供者:站长
  1. fport

    0下载:
  2. 一个可以列举系统运行的所有进程和进程打开的端口号。-an operating system can cite all the process and the process of opening the port.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:99328
    • 提供者:王庭宇
  1. MyGdi

    0下载:
  2. 当初为了调试内存和资源泄漏编写的关于GDI使用的工具,可以显示当前所有进程所使用的DC、Region、Bitmap、Palette、Font、Brush等对象的个数。-had to debug memory leakage and resources on the preparation of the tools used GDI can show all current process used by the DC, Region,
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:40960
    • 提供者:石心
  1. ReleaseSource

    0下载:
  2. 进程管理的一个代码,vc做的,可以查看当前系统的所有进程,并可以操作进程。象win优化大师里的那个进程管理。-It is a process management program code in vc.You can use it to examine and operate all processes of the current system.It is just like the process management tool
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:359424
    • 提供者:王风
  1. 11进程调度模拟

    0下载:
  2. 进程调度模拟程序-优先权只是调度算法考虑的一个方面进程调度依据调度程序运行时,要在所有可运行状态 的进程中选择最值得运行的进程投入运行。-Process schedule simulation program-Priority is only one aspect of schedule algorithm,the goal is selecting the most valuable process to run among all
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:178176
    • 提供者:王俊
  1. processmon

    0下载:
  2. 在windows2000下面的一个进程监视驱动,可以监视所有进程的创建和关闭。使用了微软未公开的函数。-This is a proccess monitor driver for windows2000,it can monitor all proccess created or closed. This source code uses function not open to pulblic of microsoft!
  3. 所属分类:驱动编程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:俞训峰
  1. ProcessDaemon

    0下载:
  2. 一个VC编写的进程守护程序:此程序可以搜索在系统中运行的所有进程,并找到你制定的进程,对进行发送信息或关闭进行,重新启动进程。-a VC prepared by the guardian of the process : this program can search in the system running all the process and find your development process and for sendi
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:33792
    • 提供者:蔡波
  1. 系统进程管理器的开发

    0下载:
  2. 本程序的功能是获取本机上正在运行的所有的进程,并可以对这些获取的进程进行终止操作。-this procedure is to obtain the functions of the machine is running on all the processes, and can be obtained for these processes to terminate operations.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:150528
    • 提供者:yini
  1. ProcessVB

    0下载:
  2. VB编写理出系统中所有进程,还可以关闭进程,演示了List控件的用法。-VB prepared to ordinary citizens all system processes, but also the closure process, demonstrated the List control usage.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:宋益波
  1. 完整的进程的调度1

    0下载:
  2. 最经典的 进程调度算法 山东科技大学 版权所有-classic scheduling algorithm in the process of Shandong University of Science and Technology |
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:张永涛
  1. pskill

    0下载:
  2. Windows下一个模仿pskill和pslist的程序,拥有超级管理员权限.可以查看所有进程,并且可以kill掉除了几个核心进程以外的所有进程.-Windows avail a copy of the procedures and uninstalled with super administrator privileges. All processes can view, and can kill out a few core pr
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:郑攀峰
  1. ProcessManage_Code

    0下载:
  2. 进程管理源代码,具有windowsXP风格的界面,能够管理windows所有进程-process management source code, with AIX-style interface, windows can manage all processes
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:846848
    • 提供者:youliang
  1. windetect

    0下载:
  2. windows所有窗口检测程序,可以检测出所有进程的窗口和对应的进程名和路径-windows all window test procedures can be detected in all the processes window and the corresponding process name and path
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:50176
    • 提供者:ZNEGZJUN
  1. aprocess

    0下载:
  2. 一个简单的,可以显示所有进程信息,可以杀进程。-a simple, the process can be shown that all information, killing the process.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:14336
    • 提供者:张志宁
  1. system_jincheng

    0下载:
  2. 显示出系统中的所有进程和每个服务进程的完整路径,vc-system shows all the processes and process each service the full path, vc
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:53248
    • 提供者:guoxiling
  1. sameprocess

    0下载:
  2. 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:47104
    • 提供者:苏语
  1. vb_killprocess

    0下载:
  2. 能显示系统所有进程并按指定的规则分类,并能同时结束除用户指定进程外的所有进程,方便进程管理与病毒防范 目录下的 process.txt 里面的内容即为允许进程,用户可通过软件修改 使用方法: 运行软件后,点击"保存允许的进程",即创建一个进程快照,未知的进程将显示在右边即将结束的列表中,单击列表任意一项能改变该进程的允许方式,单击"执行"按钮就能将结束危险列表中的所有进程. -display system
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:林克
  1. enum_moudle

    0下载:
  2. vb 用 API 遍历所有进程,模块,窗体的例子! -vb use API traversal of all processes, modules, examples of the form!
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:ivvn
« 1 23 4 5 6 7 8 9 10 ... 40 »

源码中国 www.ymcn.org