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

搜索资源列表

  1. ProcContrlTest

    0下载:
  2. 本程序实现ProcControl类,提供了enumerate各进程的功能(进程信息包括:进程ID,进程名称,用户名,内存使用情况,CPU情况等) 还提供启动进程,按进程名杀死进程,按进程ID杀死进程的功能。-ProcControl the program category, providing enumerate the functions of the process (process information, including : process ID, process name
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:39736
    • 提供者:童彬
  1. SingleEvent

    0下载:
  2. 来源于visual C++编程大全,一些控件。-from visual C + + programming Daquan, some controls.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:30133
    • 提供者:丁一甲
  1. classexample1 两个进程合作累加数组

    0下载:
  2. 两个进程合作累加数组。也是一个简单的进程程序,从老师那里弄来的,对学习进程有很大帮助 -two cumulative array cooperation process. Also a simple process procedures, obtained from the teachers there, the learning process is very helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:289962
    • 提供者:黄蕊
  1. zbxi

    0下载:
  2. 文件-进程关联演示程序 pjf(jfpan20000@sina.com) 1、首先使用ZwQuerySystemInformation查询所有进程句柄, 2、获取句柄所代表对象信息,查出目标文件。核心态程序相对简单,对于 用户态程序,使用ZwQueryInformationFile同时与GetFileInformationByHandle、 GetVolumeInformation二API搭配获得之(前者得文件除去卷的路径名,后二者 得卷名) 另外可用ZwQueryOb
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2271
    • 提供者:周继波
  1. POSIX 线程详解

    0下载:
  2. 来自IBM的教程,我把它做成了PDF。本文详细说明了POSIX线程的概念以及借口的用法。适合初级程序员阅读-from IBM's Guide, I put it into a PDF. This paper details the POSIX threads, and the concept of the use excuses. The initial reading for programmers
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:279741
    • 提供者:朱亮
  1. newJSQ

    0下载:
  2. 一个不错的计算器` 本人的小课程设计 有加减乘除 开方,取反等功能 -a good calculator `my small design courses arithmetic prescribing, from the anti-functions
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3124
    • 提供者:
  1. 进程调度算法实验报告

    1下载:
  2. 关于进程的调度算法 实验设计: (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用优先数调度算法。 (3)编写程序并调试运行。 -on the process of scheduling algorithm Experimental Design : (1) design a process of a total of
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6523
    • 提供者:赵新新
  1. 进程管理模拟算法

    0下载:
  2. 进程管理的典型代码,可以学习进程管理编程思路和方法,十分有用-the typical process management code, we can learn from the process of programming ideas and management methods, very useful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:7962
    • 提供者:李鸿中
  1. postkill

    0下载:
  2. system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designated WM_QUIT news. Dedicated to e
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47131
    • 提供者:张三
  1. ZThread_src

    0下载:
  2. 一个高级面向对象的线性和sycnchronization 库,以运行POSIX 和Win32 系统中的C++程序。它支持一种来自native theads,非常出色和强大的abstraction。 -a high level object-oriented linear and sycnchronization basement, and a POSIX operating system Win32 C procedures. Its support comes from a native
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:478876
    • 提供者:nirvana
  1. multtread

    0下载:
  2. 多线程方式同时进行多项任务,可以使用不同的多个线程互不相干的执行多个任务-multiple threads simultaneously a variety of tasks, you can use a number of different threads independent from the implementation of multiple tasks
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:20152
    • 提供者:庞岳峰
  1. process(source)

    0下载:
  2. 示例程序没有脱离编译环境,因此要想成功运行,你的机器上必须有VC-sample program from the compiler environment, in order to be successful, you must have a machine VC
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:119218
    • 提供者:张艳杰
  1. ThreeClocks

    0下载:
  2. 一个简单的时钟多线程应用实例,适合初学者学习借鉴。-a simple clock multithreaded application, suitable for beginners to learn from.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2327
    • 提供者:TK
  1. heaptest

    0下载:
  2. Dijstra算法 由Dijkstra提出的一种按路径长度递增序产生各顶点最短路径的算法。 (1)按路径长度递增序产生各顶点最短路径  若按长度递增的次序生成从源点s到其它顶点的最短路径,则当前正在生成的最短路径上除终点以外,其余顶点的最短路径均已生成(将源点的最短路径看作是已生成的源点到其自身的长度为0的路径)。-Dijstra by Dijkstra algorithm proposed by an incremental path length of the sequence
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1440
    • 提供者:特殊台
  1. Sendm

    0下载:
  2. 实现自动向其它进程的窗口发消息,模拟手动操作的功能,并且实现windows 2000操作系统的自动登陆,登陆后立刻锁定工作站。代码演示了注册表的使用,user32库中锁定工作站Lockworkstation函数的使用等。-automatic process to other reports from the window, simulating the operation of manual functions, windows 2000 and achieve operating system
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:66651
    • 提供者:宋益波
  1. j02140201

    0下载:
  2. 这个程序是举例,使用TimerTask来实现记录不同的时间记时.-is an example of this procedure, the use of TimerTask to achieve different from the time when the mind.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2107
    • 提供者:wzl
  1. VBThreads_[2006-06-14_2308]

    0下载:
  2. === === === === === === === ==== Zarr s VB Website http://www.zarr.net/vb === === === === === === === ==== This sample piece of VB code has come from Zarr s VB Website at http://www.zarr.net/vb Zarr s VB Website is one of the Internet s
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:24668
    • 提供者:lch
  1. 2006021801

    0下载:
  2. 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:52568
    • 提供者:毛东
  1. 汉字TO拼音五笔

    0下载:
  2. 从汉字可以得到拼音和五笔-be from the Chinese characters and Pinyin Wubi
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:254683
    • 提供者:蓝色风筝
  1. escape from dll hell

    0下载:
  2. Escape From DLL He-Escape From He
  3. 所属分类:进程与线程

    • 发布日期:2010-07-07
    • 文件大小:601296
    • 提供者:qianjin
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com