搜索资源列表
AxPipe-Src-0_9b2
- 一个多线程二进制流操作类库和例子(含英文帮助)-a multithreaded operating binary stream class library and examples (including English Help)
截取程序消息的DLL和使用例子GetMSG getmsg
- 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
mydlltest
- 简单的动态连接库测试程序,对初学vc动态库的朋友有所帮助-simple DLL testing procedures for beginners vc DLL help of a friend
进程查看源码
- 内存进程/模块查看器(含源码) 发信站:安全焦点(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
pth-2.0.5.tar
- 线程库最新实现,在linux/unix上实现了创建用户态线程,使得开发多线程更加容易。-threads for the latest achievement in linux / unix achieved users to create state-threaded, making the development of multi-threaded easier.
ZThread_src
- 一个高级面向对象的线性和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
VCgaojiyingyong
- 关于VC的应级应用,共有两部公,一是动态链接库,一个是在工程实践中的多任务机制-on VC should applications, a total of two public and First dynamic link library, one is the practice of multi-tasking mechanisms
multi_test
- 用MFC库类开发多线程端口扫描程序,可以参考开发多线程程序-MFC class libraries used to create multi-threaded port scanning procedures, they can refer to the development of multi-threaded process
Sendm
- 实现自动向其它进程的窗口发消息,模拟手动操作的功能,并且实现windows 2000操作系统的自动登陆,登陆后立刻锁定工作站。代码演示了注册表的使用,user32库中锁定工作站Lockworkstation函数的使用等。-automatic process to other reports from the window, simulating the operation of manual functions, windows 2000 and achieve operating system
MIFAREMFRC500
- philips RC500底层函数库包括以下文件-Philips RC500 underlying functions include the following documents
libTest
- 很有用的动态链接库学习例子,一步一步教你怎样进行动态链接库的编程1-useful in the dynamic link library study examples, step by step teach you how dynamic link library of programming a
LoadDLL
- 动态链接库 加载器.用调试程序之用.关键字:loadlibary-DLL loader. Debugging with procedures used. Keywords : loadlibary
ExportclassfromDll
- 一个从动态连接库中动态导出C++类的实现方法,供大家一起研究-from a dynamic link library derived dynamic category C method, we study together for
ExtensionDLL
- MFC程序设计,希望能给大家速写帮助,有什么疑问 MFC\\第26章 MFC动态链接库
ShareMFCDill
- MFC\\第26章 MFC动态链接库,,MFC程序设计第希望能给大家速写帮助
ThreadLib
- 关于多线程的一个简单实现库,运用了比较基础的方法,有mutex作为协调同步的多线程库
asimpleDLLproject
- 一个非常简单的动态连接库小程序试验学习中
jthread-1.2.1
- 著名线程库,vocal等多个公司的开源项目中用到这个库。使用C++实现。
MultithreadMutex
- 利用MFC库实现在多进程,多线程对共享变量的互斥访问,多种方法
threadpool-0_2_4-src
- boost线程池库。 boost库中未包含线程池,但sourceforge上有了实现,该线程池简单易用,支持丰富的调度策略(fifo, lifo和priority)。