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

搜索资源列表

  1. 9xnt进程管理源代码.rar

    0下载:
  2. 枚举windows 9x/nt 系统进程,并对其进行管理源代码
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:48.18kb
    • 提供者:
  1. Windows NT2000下的进程列举&.rar

    0下载:
  2. Windows NT2000下的进程列举
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:232.93kb
    • 提供者:
  1. 监视进程运行.rar

    0下载:
  2. windows用delphi监视进程运行
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:167.46kb
    • 提供者:
  1. NT下进程隐藏

    0下载:
  2. 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:31.53kb
    • 提供者:潘桂聪
  1. pid_display

    0下载:
  2. 列举程序中所有进程的示例,用到windows进程编程的一些原理。-A example of listing all the processes in a program, using the principle of windows processes programing.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:15.77kb
    • 提供者:田野
  1. Windows 进程管理

    0下载:
  2. 用于查看系统的所有进程,但是关机可能在不同的windows上的效果不一样,那是系统才有的权力-View system for all processes, However shutdown may be in different windows on the results, it is only the power system
  3. 所属分类:进程与线程

    • 发布日期:2010-06-29
    • 文件大小:18.94kb
    • 提供者:刘玮
  1. WindowsprocessCode

    0下载:
  2. 经典的windows进程程序案例,初学者可以很快了解windows进程控制。-classic case process procedures, beginners can quickly understand the process control windows.
  3. 所属分类:进程与线程

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

    0下载:
  2. 一个比较简单的Windows进程管理器源代码,仅供参考-a relatively simple process management for Windows source code, for information purposes only
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40.44kb
    • 提供者:nature
  1. zxlk

    1下载:
  2. 这是在入门SDK时编的一个练手, 纯SDK编写的WINDOWS进程管理器,主要功能:可以查杀系统进程,列举进程的所有模块,还可以查找某模块给哪些进程加载,而且还可以强制解除进程模块,这对于查杀DLL行后门则很使用。-This is the Portal SDK when an addendum to the practice hands, Pure prepared by the Windows SDK process management, which will mainly functi
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:16.2kb
    • 提供者:zx
  1. PROCVIEW

    0下载:
  2. 运用windows API 实现查看windows进程的方法.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2.38kb
    • 提供者:yuanfu
  1. Windows

    0下载:
  2. 操作系统中基于的进程调度原代码 在Windows命令控制台下创建进程调度的方法,本文的方法实现并做些简单的进程及线程的测试程序
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.5kb
    • 提供者:端木白羽
  1. ProcessManager

    0下载:
  2. vc编写的,提取windows进程管理器信息的程序
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:48.85kb
    • 提供者:liuliu
  1. 进程管理器

    0下载:
  2. 进程管理器,类似于windows的任务管理器-process management device, similar to windows task manager
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:86.09kb
    • 提供者:戚晨皓
  1. Windows存储管理实习

    0下载:
  2. 使用Windows 2000 / XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。-use Windows 2000 / XP API functions, including the preparation of a two-threaded process, a thread used to simulate memory allocation, a thread used to tra
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7.62kb
    • 提供者:白潘恩
  1. *系统进程代码

    0下载:
  2. 该软件提供了打开进程,*进程,刷新进程等功能,对了解windows的进程程序的编写方法很有帮助,建议学习进程的同志参考参考!-The software provides the open process, kill the process, setting a new process and other functions, the windows to the understanding of the process of writing helpful approach, the prop
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37.31kb
    • 提供者:刘华
  1. 进程手术刀1.0

    0下载:
  2. 功能:1.显示系统进程及进程的模块、线程信息。2.能*任意进程包括系统服务进程。3.能释放任意进程中的任意模块,不过有些关键模块释放不了。4.结束任意进程中的任意线程。5.请用右键进行操作。编译平台:1.该代码在Windows2000+sp2+VC.net平台下编译通过。应用:1.可以用来结束有些以服务进程形式的HACKER及病毒进程。2.可以干掉以DLL形式存在的*。警告:不要太随意得KILL进程,有些服务进程你KILL了之后要倒霉的。-functions : 1. Display Sys
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:267.84kb
    • 提供者:李小
  1. 模拟进程管理

    0下载:
  2. 本程序模拟进程管理,类似windows里的进程管理界面,但是只是模拟各种状态的转换以及cpu的分配,有利于在学习os时对进程加深理解-the simulation process management, and similar windows Lane process management interface, but only to simulate a state of the allocation of cpu is conducive to the learning process ri
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12.52kb
    • 提供者:刘凯
  1. 监视进程运行

    0下载:
  2. windows用delphi监视进程运行-windows monitors the advancement with delphi to move
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-11
    • 文件大小:167.72kb
    • 提供者:qiuwei
  1. windows-communicate

    0下载:
  2. 命名管道例子程序,实现windows 进程间的通讯-Named pipe example program, to achieve inter-process communication windows
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:28.51kb
    • 提供者:
  1. ZDI-WINDOWS-good

    0下载:
  2. 利用WINDOWS API调用时间并修改时间的工具,很好的(Using WINDOWS API call time and modify the tool, is very good)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-21
    • 文件大小:8kb
    • 提供者:Avvin
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com