-
-
ThreadMigrate.rar
封装win32和POSIX线程API。从而能够使得多线程程序能够方便在windows和linux平台移植。
压缩包中有两个文件:Thread.h和testMain.cpp。其中Thread.h是线程封装的实现,testMain.cpp是测试代码文件。
windows下使用VC7.0编译通过。Linux下用gcc3.2.3编译通过。
该版本只支持下列API:
线程创建,清除。
互斥量操作。
等待其他线程。
-
-
-
-
-
Manipulating_the_Keyboard_Lights_in_NT_src.zip
... for inclusion in this archive.
A high-level, multi-threaded function to flash a keyboard light continuously in its own thread, is included. This call is demonstrated in the sample project.
NTKbdLites can be easily built for inclusion in a static ...
-
dllfileprog.zip
一个简单的下载程序,General Description
The program uses a worker thread to perform the file download this is so that our main ... inside the program. All the downloading is being done from inside the thread along with the on-screen updating we will get into that in ...
-
-
-
-