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

搜索资源列表

  1. 钩子的应用程序运行监视

    1下载:
  2. 利用这个程序: 1.可以监视在你的电脑运行的程序, 把在你的电脑运行过的程序的时间和名字记录下来 2.可以阻止你规定的禁用程序的执行, 比如不让玩游戏。-use of this procedure : 1. You can monitor the computer running program, on your computer one of the procedures of the time and record the names of two. You can stop th
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.61kb
    • 提供者:好笑
  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. ThreadsTest

    0下载:
  2. C#多线程的互斥操作,用Monitor类实现对共享资源的异步操作-the mutex multithreaded operation, with Monitor realization of shared resources asynchronous operation
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3.21kb
    • 提供者:邓建华
  1. skmontor

    0下载:
  2. 这个是注册表监视的工具!相信很多程序源都需要,监视程序对注册表的操作!可以只监视某个进程对注册表的操作!-surveillance of the registry is a tool! Sources believe that many procedures are needed to monitor the process of operating the registry. Can be only a process of monitoring the operation of the re
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27.41kb
    • 提供者:煞笔
  1. Monitor

    0下载:
  2. 实现远程控制的一个小系统,直接输入IP连接。有监控远程桌面图象功能,监控键盘输入、鼠标操作的功能。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:196.96kb
    • 提供者:pan
  1. BatteryMonitor.zip

    0下载:
  2. 一款非常漂亮的电池状态监视器,它以动态图形方式非常直观的显示出当前的电池状态。其中还包含了怎样在VB中显示PNG图片,并实现PNG图片的缩放等,是一款学习的好代码,不要错失机会哟!!!,A very beautiful battery appearance monitor, it keeps the current battery appearance of the display of view very much by dynamic state sketch.Still included
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:808.1kb
    • 提供者:陈峰
  1. SPY.rar

    0下载:
  2. 内核模式简单实现进程监控,包含创建进程监控与创建线程监控,Simple realization of kernel-mode process monitoring, including the creation process of monitoring and to create a thread monitor
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:101.94kb
    • 提供者:张张
  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. Watch

    0下载:
  2. delphi环境下调用操作系统Api监视系统资源-delphi call the operating system environment monitor system resources Api
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:759.94kb
    • 提供者:侯永平
  1. monitor_pro

    0下载:
  2. 监视进程的时间,运行状态等信息的程序.(xp下请重新编译)-Monitor the process of time, running the procedures and other information. (Xp under please recompile)
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:96.32kb
    • 提供者:站长
  1. ChildProcess

    0下载:
  2. 创建子进程,并监控新创建子进程状态直至结束运行-Create sub-process, and monitor the status of the newly created child process to run until the end of
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1.98kb
    • 提供者:coco
  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. Stakemon

    0下载:
  2. 一个Windows内存使用情况监视器,很有效-Windows memory usage of a monitor, very effective
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:158.94kb
    • 提供者:dannys
  1. Example3

    0下载:
  2. 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:87.16kb
    • 提供者:许书博
  1. Monitortheprocessofrunning

    0下载:
  2. delphi监视进程运行源程序代码。-delphi source code to monitor the process of running
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:5.57kb
    • 提供者:baoquan
  1. jinchengjianshi

    0下载:
  2. 打开进程,然后监视这个进程是否关闭!delphi实现!-Open the process, and then monitor the process to turn it off! delphi implementation!
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:170.28kb
    • 提供者:张洪涛
  1. 04-ProcessInfo

    0下载:
  2. 这个小程序用来监视系统的进程信息; 来自Windows via c-This small program used to monitor the system processes information from Windows via c++
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:11.86kb
    • 提供者:HeLingPing
  1. Win32Hook

    0下载:
  2. Win32Hook is dll for Usb Monitor. It is used for system wide hook GetMsgProc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1.09mb
    • 提供者:milos
  1. The-synchronization-of-the-Monitor

    0下载:
  2. C_线程系列讲座(5):同步技术之Monitor-The C_ thread lecture series (5): The synchronization of the Monitor
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:116.79kb
    • 提供者:胡天
« 12 3 »
搜珍网 www.dssz.com