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

搜索资源列表

  1. ShareMemory_vs

    0下载:
  2. 通过共享内存实现进程通信,vs 2005 实现-process communicate by share memory
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-11
    • 文件大小:18373755
    • 提供者:yuanyuan
  1. KillTask

    0下载:
  2. 包含定时关机、进程管理。关机前先结束指定进程。-Timing shutdown, shut down before the end of the specified process.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:132876
    • 提供者:paul
  1. WJM

    0下载:
  2. 显示系统中所有进程的完整路径以及程序文件名-Display full path and file name of all processes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:5637
    • 提供者:余常青
  1. System_Scaner_src

    0下载:
  2. 一个进程管理器,类似windows的任务管理器,有大量的进程相关的操作-a process scanner, just like windows task manager.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:668457
    • 提供者:maple
  1. jinchengmeiju

    0下载:
  2. 一个可以枚举 所有进程的东西 类似任务管理器。 VB遍的 注释很详细 对新手学习很有帮助-One can enumerate all the things that a similar process in Task Manager. VB over the comments in detail on the novice to learn useful
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:4670
    • 提供者:lianggao
  1. jincheng

    0下载:
  2. 用VB编程方法实现在任务管理器中隐藏进程-VB programming methods used to achieve hidden in the Task Manager process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:7777
    • 提供者:xiaogang
  1. ProducerConsumer

    0下载:
  2. 生产者消费者C代码实现,充分体现了多进程的思想-Producer and Consumer
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:944
    • 提供者:hqs
  1. damemoWin

    0下载:
  2. windows下的守护进程,可以灵活设置守护的方式,该守护进程不仅能定时点名进程管理器中的进程,还可以实时发现某个进程中的线程僵死或挂起的情况并强行终止。-I can t write english
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:432537
    • 提供者:冬日学
  1. listprocess

    0下载:
  2. 强制结束进程:列出系统全部进程,并进行强制结束-Forcing an end to the process: List system, all the processes, and an end to mandatory
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-13
    • 文件大小:3446049
    • 提供者:harry
  1. ZwQueryVirtualMemory

    1下载:
  2. 使用ZwQueryVirtualMemory枚举进程模块,供学习-Use ZwQueryVirtualMemory enumerate process module for learning
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:1093
    • 提供者:sying
  1. jinchengdiaodu

    0下载:
  2. 操作系统进程调度课程设计,包括三种进程调度算法-The operating system process scheduling curriculum design, including three kinds of process scheduling algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:521848
    • 提供者:cnwst
  1. jinchengguanli

    0下载:
  2. 关于进程管理的C++程序 实现描述进程管理的各种功能-With regard to process management in C++ program to achieve the various functions described in process management
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:10596
    • 提供者:范亚运
  1. pipe

    0下载:
  2. 进程间通信的一直方式,采用管道,此处用的是匿名管道,即子进程与父进程间的通信-Inter-process communication methods have been used pipe, used here is the anonymous pipe, that is, the child process and parent inter-process communication
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-14
    • 文件大小:3760884
    • 提供者:yuanzi
  1. InJectDLL

    0下载:
  2. 这个DLL封装了两个函数,一个是InJectDll,一个是UnLoadDll,分别是讲一个DLL注入到一个进程和将一个DLL从一个进程中卸载。两个函数的参数都一样,第一个是要操作的进程PID,一个是要操作的dll名称字符串。-The DLL encapsulates the two functions, one is InJectDll, one UnLoadDll, respectively, talk about a DLL injected into a process and a DLL
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14672
    • 提供者:王鹏
  1. clsProcess

    0下载:
  2. 进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)-Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the pr
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:10069
    • 提供者:林勇辉
  1. DelphiPro

    0下载:
  2. 一个用Delphi代码实现的结束进程的实例!-Delphi
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:165601
    • 提供者:兴有林栖
  1. APIfunctionInfoForInsertDLL

    0下载:
  2. 这是有关DLL进程注入的API函数的说明整理,并配有相应的示例说明。-This is the DLL into the process of finishing the API function, descr iption, and with the corresponding examples illustrate.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:368681
    • 提供者:myd
  1. 1235

    0下载:
  2. VB开发的任务管理器,可以查看进程,结束进程-VB Development Task Manager
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:48741
    • 提供者:FlyMouse
  1. zongjie1

    0下载:
  2. 实现启动或结束自己想要或不想要的进程,不用顾虑杀毒软件的干扰-fdafdsafdasfdasfas
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:941
    • 提供者:zhouqiang
  1. ProcessMng

    1下载:
  2. 该软件实现了简单的windows任务管理器功能,具有查看进程、结束进程、查看进程模块、DLL注入、DLL卸载等功能-The software implements a simple task management feature windows with view the process, the end of the process, view the process module, DLL injection, DLL unloading functions
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:16933
    • 提供者:zh
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com