搜索资源列表
-
0下载:
This code demonstrates manipulation of the keyboard indicator lights in Windows NT 4.0. A few relevant values were borrowed from the DDK headers, so it is not necessary to have the DDK installed, to build these sources.
There s really nothing f
-
-
0下载:
VC 多线程操作实例源代码
如何安全终止线程
如何创建UI线程
如何创建Worker线程
如何等待线程结束
如何挂起和恢复线程
如何获得线程的退出码
如何使用互斥量
如何使用临界区
如何使用事件
如何使用信号量
有此实例代码,多线程无忧!-VC multi-threaded operating source code examples how to safely terminate a thr
-
-
0下载:
C#多线程 阐述了线程、进程的概念和相互之间的关系等,已经在C#中的具体实现代码示例-C# multi-threaded thread describes the process the concepts and relationships between each other, has been in the concrete implementation of C# sample code
-
-
0下载:
Win32应用多线程,Visual C++ 6.0 实现,是一个很好的学习多线程的样板源码-visual c++ source code, for multithread programming
-
-
0下载:
一个非常简单有效的多线程实例源码,对没有多线程概念的同学非常有用-a multi thread sample code
-
-
0下载:
多线程运行的示例程序,实现了如何在见面上元素运行的时候,不会导致界面锁死。-a multi-thread sample code. the GUI will not stop responding during the app is processing other task
-
-
0下载:
Delphi多线程范例代码 值得好好学习-Sample Delphi code should be multi-threaded learn
-
-
0下载:
linux多线程极大方便了程序编写,但同时必须考虑线程同步、互斥问题。
示例代码给出了利用信号量实现P、V操作,从而保证多线程同步、互斥。-linux multithread programming is very convenient, but we must pay attention to synchronization and mutual exclusion.
The sample code shows us how to ensure multi-thread synch
-
-
0下载:
Spcomm 串列通信控制項具有多線程的特性,接收和發送數據分别在兩個線程內完成,接 收線程負責收到數據時觸發 ... 利用Spcomm 串口控制項向下位機發送數據示例代碼 -Spcomm serial communication control with multi-threading features, receive and send data were completed within two threads, thread is responsible for receiving th
-
-
1下载:
高级多线程编程,有书,有例子源码。非常实用(C# Multi Thread Book with sample code)
-