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

搜索资源列表

  1. threadmng

    0下载:
  2. 编程实现windows系统进程监控。-process control system.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1396
    • 提供者:坤坤
  1. sysproc

    0下载:
  2. Windows NT/2000中以用户系统级安全上下文方式创建进程的源代码-Windows NT/2000 users to system-level security context means the process of creating the source code
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:14863
    • 提供者:王平
  1. NTServer

    0下载:
  2. 在WindowsNT中运行的服务进程!展示了如何对WindowsNT添加,删除,运行系统服务.-running Windows NT in the process! Demonstrated how to WindowsNT add, delete, operating system services.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:251324
    • 提供者:李车有
  1. WM_COPYDATA

    0下载:
  2. 此源码为在VC下实现的进程间通信的功能,在WINDOWS环境运行-this source of the VC under the inter-process communication functions in Windows operating environment
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:57930
    • 提供者:余庆祥
  1. vcProcessMonitor

    0下载:
  2. Windows环境下系统进程监视及自动关机的实现 程序名称:SoundMan-Windows environment surveillance system and the process of achieving automatic shutdown procedures title : SoundMan
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18482
    • 提供者:远风
  1. mfctlist

    0下载:
  2. 列举操作系统中所有的进程,你能够在程序中消灭进程。程序由Visual C++ 5.0开发,工作于Windows 95(98),Windows NT 4.0-listed all of the operating system process, you can eliminate the procedure process. Procedures developed in Visual C 5.0, Windows 95 (98), Windows NT 4.0
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:18432
    • 提供者:zw
  1. enumproWin32

    0下载:
  2. 我们在编写程序时,常常遇到的一件事情就是要准确列出系统中所有正在运行的程序或者进程。Windows 任务管理器就是这样的一个程序。它既能列出运行的桌面应用程序,又能列出系统中所有运行的进程。那么,我们在程序中如何实现这样的任务,该程序实现此功能 关于代码   本文附带的代码例子将 PSAPI 和 ToolHelp32 封装到一个名为 EnumProcs() 的函数中。该函数的工作原理类似 EnumWindows(),有一个指向回调函数的指针,并要对该函数进行重复调用,针对系统
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3544
    • 提供者:wwwwppp
  1. Netstates

    0下载:
  2. 枚举WINDOWS系统网络连接信息,以及网络连接关联的进程ID和程序文件-Enumerate Windows network linking information and network connectivity linked to the process and procedures document ID
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4890
    • 提供者:方卫东
  1. djpc

    0下载:
  2. 本程序具体实现了在windows系统下的进程管理。-concrete realization of this program in the Windows system under the management process.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:29595
    • 提供者:tommy
  1. qqdll

    0下载:
  2. 家都知道,当今的QQ病毒,都用了钩子技术。创建一个DLL,然后使用全局钩子;或者在QQ进程里插入一个DLL,后监测键盘或者是Windows消息,判断用户是否是用QQ聊天,并且是不是已经把信息送出。无DLL的QQ尾巴-home all know that today's QQ virus, has used a hook. To create a DLL, and then use the overall hook; QQ or in the process of inserting a
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:44473
    • 提供者:黄先生
  1. Windows-Process-Manager

    0下载:
  2. 供对系统任何进程的可视化监控!可以针对系统中正在运行的任意进程和ram的占用,同时可以创建和结束进程-process manager
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:93467
    • 提供者:li
  1. windows

    0下载:
  2. windows下“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间-Under windows " mytime" command from the command line arguments accepted to run the program, create a separate process to run the program, and the program run time record
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:242963
    • 提供者:孙佳佳
  1. windows

    1下载:
  2. 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: ◦ 使用CreateProcess()来创建进程 ◦ 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 ◦ 调用GetSystemTime()来获取时间 -Design and implementation of Unix &qu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1351
    • 提供者:wenchangwei
  1. windows

    0下载:
  2. 生产者消费者问题 ◦ 一个大小为3的缓冲区,初始为空 ◦ 2个生产者 – 随机等待一段时间,往缓冲区添加数据, – 若缓冲区已满,等待消费者取走数据后再添加 – 重复6次 ◦ 3个消费者 – 随机等待一段时间,从缓冲区读取数据 – 若缓冲区为空,等待生产者添加数据后再读取 – 重复4次 说明: ◦ 显示每次添加和读取数据的时间及缓冲区的状态 生产者和消费者用进程
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2252
    • 提供者:wenchangwei
  1. windows

    0下载:
  2. windows核心编程大作业,实现了线程进程的追踪,虚拟内存的查看等功能。-Large windows core programming job
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:832864
    • 提供者:hehe
  1. windows

    0下载:
  2. 该资料主要介绍线程与进程如何进行操作,内容非常地详细。-The data mainly describes how the thread and the process of operation, the content is very detailed.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-17
    • 文件大小:26988544
    • 提供者:
  1. WatchGog

    0下载:
  2. windows 进程守护程序,可配置多个监控进程文件名称,支持win7和xp系统-Windows process of the guardian, can be configured to monitor the process of a number of file names, support win7 and XP system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:56046
    • 提供者:wujian
  1. close

    0下载:
  2. windows进程读取显示,选定可以结束进程。实现对进程的管理。-windows process reads the display, you can End Process. To achieve the management of the process.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4166254
    • 提供者:lhsleon
  1. jbbsk

    0下载:
  2. 获取windows进程模块有关信息,可以的不错()
  3. 所属分类:系统编程

    • 发布日期:2018-01-08
    • 文件大小:37888
    • 提供者:Dunckn
  1. windows_websocket

    0下载:
  2. windows平台下实现php多进程、源码加密、tcp、http、websocket-jilieryuyi-wing-php-master(he implementation of PHP multi process, source code encryption, TCP, HTTP, websocket-jilieryuyi-wing-php-master under the windows platform)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-10
    • 文件大小:19090432
    • 提供者:caixianfeng
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com