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

搜索资源列表

  1. AxPipe-Src-0_9b2

    0下载:
  2. 一个多线程二进制流操作类库和例子(含英文帮助)-a multithreaded operating binary stream class library and examples (including English Help)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:445.66kb
    • 提供者:真实
  1. 截取程序消息的DLL和使用例子GetMSG getmsg

    0下载:
  2. 1)killtimer项目 是动态库getmsg的源代码工程 2)mpeg_play下 是利用getmsg.dll截获notepad.exe 中WM_COMMAND消息的例子, 测试的时候请打开notepad.exe,并在其中输入内容,mpeg_play程序将收到相应的消息 -a) killtimer project is a dynamic library getMsg the source code works 2) is used under mpeg_pl
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:143.62kb
    • 提供者:彭鹏
  1. 进程查看源码

    1下载:
  2. 内存进程/模块查看器(含源码) 发信站:安全焦点(2001年4月16日11时50分22秒) Process ...PS.exe(执行文件),PSAPI.dll(NT4的动态链接库), -memory processes / module viewer (including source code) wrote station : security focus (at 11:50:22 on April 16, 2001) ... PS.exe Process (Enforcement), PSA
  3. 所属分类:进程与线程

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

    0下载:
  2. 关于VC的应级应用,共有两部公,一是动态链接库,一个是在工程实践中的多任务机制-on VC should applications, a total of two public and First dynamic link library, one is the practice of multi-tasking mechanisms
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:550.52kb
    • 提供者:翔云
  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
    • 文件大小:65.09kb
    • 提供者:宋益波
  1. libTest

    0下载:
  2. 很有用的动态链接库学习例子,一步一步教你怎样进行动态链接库的编程1-useful in the dynamic link library study examples, step by step teach you how dynamic link library of programming a
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9.36kb
    • 提供者:你好
  1. ExportclassfromDll

    0下载:
  2. 一个从动态连接库中动态导出C++类的实现方法,供大家一起研究-from a dynamic link library derived dynamic category C method, we study together for
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11.21kb
    • 提供者:组龙
  1. libgc30_src

    0下载:
  2. LibGC is a very small library (less than 500 lines of code) that adds multithreaded garbage collection to C++.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:11.78kb
    • 提供者:qiao
  1. 进程内存映象

    1下载:
  2. 可以加载进程,并查看它在内存中程序、连接库及各种数据的地址映象-can loading process, and view it in the memory process, library data and the address mapping
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:336.32kb
    • 提供者:薛杉
  1. remote_thread

    0下载:
  2. Remote Run Library是一个为部分代码提供完整的远程(这里的远程指不同于本进程的其他进程空间)运行环境(包括在代码中使用隐式API调用、字符串常量、全局/静态变量、异常保护)的工具。它允许你在任意进程(只要你有足够的权限)运行一段代码甚至一个exe,从而可以让两个或多个可执行文件在同一个进程空间运行。-Remote Run Library is a part of the code provides a complete remote (remote here refers to
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:54.58kb
    • 提供者:syf
  1. SharedMemmoryQueue.zip

    0下载:
  2. 这是一个通过共享堆内存实现的进程间通讯库.通过共享堆内存和实践驱动来支持多进程之间的通信.,This library supports inter process communication via shared memory access and event notification mechanism.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:51.76kb
    • 提供者:hegallis
  1. ThreadPool

    0下载:
  2. 一个可以用VC的多线程管理的线程池类,类似Java类库的线程池。内有一个Demo程序,帮助初学者理解和使用该封装好的类。-A VC can be multi-threaded managed thread pool class, similar to the Java class library for the thread pool. There is a Demo program to help beginners to understand and use the packaged cla
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:41.64kb
    • 提供者:豪戈
  1. MFCDll

    0下载:
  2. 这是一个MFC动态链接库的实现例子,它说明了动态链接库的实现和调用过程。-This is an MFC dynamic-link library implementation example, which illustrates the dynamic link library implementation and the calling procedure.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5.02mb
    • 提供者:李世民
  1. win32

    0下载:
  2. 使用win32线程库实现的多线程求解素数程序,输入素数即可求得小于该素数的所有素数-Using the win32 thread library implementation of multi-threaded prime number solver program, enter the prime numbers less than the prime number can be obtained for all primes
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:809byte
    • 提供者:maverick
  1. Remote_Library

    0下载:
  2. A library that implements a common interface for remote memory handling and remote execution for all Windows versions.-A library that implements a common interfa ce for remote handling and remote memory execut ion for all Windows versions.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-21
    • 文件大小:59.77kb
    • 提供者:Clark Chen
  1. PC

    0下载:
  2. 采用动态链接库的生产者消费者程序,速度可以调节-The use of dynamic-link library of the producer consumer process, the speed can be adjusted
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-06
    • 文件大小:184.63kb
    • 提供者:往往
  1. 07404_Group07_Elevator_Final_WithSourceFile

    0下载:
  2. 采用多线程实现的单部电梯模拟系统,采用图形界面,接受用户点击来进行响应,用外部的egg库(自行修改过,使之用像素为单位绘图),注释详细,需要在vc下进行编译.-Using multi-threaded implementation of a single simulation system for elevators using a graphical interface, a user clicks to accept the response of the egg with an exter
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-21
    • 文件大小:5.74mb
    • 提供者:Ley
  1. program

    0下载:
  2. 此压缩包中包括六个c++程序,分别是:多线程实例,动态链接库(DLL),消息循环重载,进程查看程序,文件关联,剪切板查看器-This package includes six c++ program, namely: multi-threaded example, dynamic link library (DLL), heavy-duty cycle of message, process viewer, file association, clipboard viewer
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:570.63kb
    • 提供者:guyan
  1. jibu_java_1.0.0

    0下载:
  2. 多核多线程并行编程库源代码。JAVA语言。-Multi-core multi-threaded parallel programming library source code. JAVA language.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:424.79kb
    • 提供者:computing
  1. Dynamic-Link-Library-source

    0下载:
  2. 动态链接库编程入门必看资料,Dll,适合初学者学习-Dynamic link library entry-must-see programming information, Dll, suitable for beginners to learn
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:153.8kb
    • 提供者:林然
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com