CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - 程序监控

搜索资源列表

  1. Multi_Threads

    0下载:
  2. 许多种类的应用程序都需要长时间操作,比如:执行一个打印任务,请求一个 Web Service 调用等。用户在这种情况下一般会去转移做其他事情来等待任务的完成,同时还希望随时可以监控任务的执行进度。 -many types of applications require prolonged use, such as : the implementation of a print job, request a so called Web Service. Users in this situat
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:64.85kb
    • 提供者:宁宁
  1. moniter_

    0下载:
  2. tomcat在运行中,有时候会自己退出,本程序可以监控系统中是否有tomcat运行,如果没有tomcat运行,会按照指定的路径,启动tomcat.-tomcat in the operation and sometimes their withdrawal, the procedures to monitor whether the system is running tomcat, if not tomcat operation, in accordance with the designat
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31.47kb
    • 提供者:sd
  1. monitorprogramme

    0下载:
  2. 一个利用socket监控另一程序的源码,定时重启程序.-use of a socket monitoring procedures of another source, the resumption of regular procedures.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:155.25kb
    • 提供者:孙文
  1. ThreadMonitor

    0下载:
  2. 线程监控的好程序!!值得学习-thread surveillance program! ! Worth learning! !
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:67.57kb
    • 提供者:刘用
  1. CPUDetect

    0下载:
  2. c++Builder6下实现的系统进程CPU使用率监控程序,当被监控程序CPU大于设置值时自动杀掉被监控进程。系统进程信息获取封装成C++Builder风格的类,可以实现系统进程列表获取;指定进程CPU使用率的获取;通过PID杀指定进程;通过程序名杀指定程序。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:346.77kb
    • 提供者:eric
  1. watchdog

    1下载:
  2. 软件狗的一个DEMO,该软件狗能够实现对需要监控的程序判断运行情况,如果监控的程序运行异常(崩溃等),则重新打开程序。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:30.83kb
    • 提供者:阮洲
  1. ProcDeny

    0下载:
  2. 内核级进程监控源码, 1.可以通过指定监控进程名的形式来禁止指定进程的运行. 2.可以实时监控本机哪些进程正在创建,运行等等 程序通过挂载SSDT实现-Kernel-level process monitoring source, 1. Can monitor the process by specifying the form name to prohibit the operation of the specified process. 2. Can be real-time m
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:50.61kb
    • 提供者:ViskerWong
  1. ProcessMonitor

    0下载:
  2. 进程监控程序,该程序监控当前所设置监控的程序,一旦进程消息会立即重新开启程序。-Process control program that monitors the current set of program monitoring, process the message once immediately re-open the program.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:116.68kb
    • 提供者:jie
  1. PMon

    0下载:
  2. 通过监控进程,程序自动拉起的小工具(原创)-Through the monitoring process, the procedure automatically pull up a small tool (original)
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:59.52kb
    • 提供者:tangren
  1. ProcessTick

    0下载:
  2. 获取进程启动和结束时间的工具 使用 PSAPI 获取内核模式和用户模式进程并将用户模式进程的启动时间和结束时间记入日志。运行程序后,它启动一个线程,该线程在后台执行每隔一定时间监控是否有新启动进程或退出进程。-Access to the process of start and end times of the tools used to obtain PSAPI kernel mode and user mode processes and user-mode process s
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-27
    • 文件大小:17.88kb
    • 提供者:dannys
  1. ProCloseMon

    0下载:
  2. 程序关闭监控,如果程序关闭了,会自动打开这个程序运行.-Close monitoring of the procedure, if the program closed, will automatically open the program to run.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:40.01kb
    • 提供者:老左
  1. testmessage

    0下载:
  2. 如果你不想使用线程,而此时你的程序又进入了死循环,但是你又想与界面实时通信,最好的办法就是在while里加入消息循环,在监控工程中此法特别有用。-this demo show you how to work about the message loop,it is very useful for operating the GUI when your program come into the while loop.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-02
    • 文件大小:993.22kb
    • 提供者:yandong
  1. processinfo

    0下载:
  2. Windows系统下面获取进程的源代码,采用VC开发,可以获取进程的信息包括可执行程序的路径,进程ID等,可以用于进程监控和其他进程操作。-Windows system process to obtain the source code below, using VC++, you can get the process information includes the path of the executable program, process ID, etc., can be used f
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:13.45kb
    • 提供者:anlin
  1. daemon

    0下载:
  2. 一个C++程序,监控另一个进程,发现该进程关掉了就自动把它重启。-A C++ program, monitor another process and found the process to turn off automatically restart it.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:902byte
    • 提供者:黄秋生
  1. NTService

    0下载:
  2. 一个很好的看门狗程序,监控软件进程,实时确保软件正常运行。-A good watchdog program, monitoring software processes, real-time to ensure the normal operation of the software.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:1.88mb
    • 提供者:faqu
  1. CRPFK

    0下载:
  2. 借助钩子函数实现对某应用程序的键盘密码监控,很好-With the hook function for a certain application password keyboard monitoring, is very good
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-13
    • 文件大小:82.58kb
    • 提供者:Rrmecidd
  1. QLTools

    0下载:
  2. 自身复制,隐藏,随系统自动启动 进程列表、进程运行、进程重定向、进程管理 顶级窗口管理(隐藏、重现、关闭指定窗口),通过快捷键隐藏指定窗口 当前开放端口与进程关联 系统模块列表 后台服务管理,IE浏览器管理,系统自动登录设置,启动项目管理 汇编语言编辑、编译、链接、运行环境,窗口透明管理(ctrl+alt+u,ctrl_alt+d为增加/减少透明度),可透过窗口参考下一层窗口的源代码 计算机关闭,重新启动 无限长录音,播放 - 会话服
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-18
    • 文件大小:63kb
    • 提供者:yy
  1. inntariiated-enclosing

    0下载:
  2. 这个应用程序允许你通过ping远程服务器来监控它们,并返回ping结果的信息-This application allows you to ping the remote server to monitor them, and returned to the ping result information
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-14
    • 文件大小:27.42kb
    • 提供者:Eleatyrd
  1. 启动&进程保护工具

    0下载:
  2. 如果主程序需要依赖其它服务启动后才能运行,那么这个程序就可以帮到你(俗称看门狗)。可以监控多个服务依赖,当这些服务全启动后,这个程序才开始工作(If the main program needs to rely on other services to start running, then this program can help you (commonly known as watchdog). Multiple service dependencies can be monitored,
  3. 所属分类:进程与线程

  1. coouend

    0下载:
  2. 组态软件的习题程序,利用的Forcecontrol,这是一个很好工控软件,实现实时监控,,()
  3. 所属分类:进程与线程

    • 发布日期:2018-01-08
    • 文件大小:342kb
    • 提供者:Eleanocj
搜珍网 www.dssz.com