搜索资源列表
WORKTHREAD
- 我的创建和终止进程 创建工作者线程 对初学者肯定有帮助-the creation and termination of the process of creating workers threads for beginners is sure to help
multitreadsrc2
- MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环-MFC there are two types of thread, thread workers were called and the user interface thread. The main difference between the two is artificial thread
vc_jiqiaoshili_part4
- Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对
MilThread
- 一个多线程的事例,用用工作者线程驱动方式实现在不同时间片下的事件处理-a multithreaded example, using threads with workers driven to achieve in different time slice of the incident
WorkerThreads
- 工作者线程应用实例,图形界面方式显示,初学多线程朋友的必看程序~
thread
- 主要对线程的用法一个举例 ,创建工作者线程,线程函数等
08
- 以一个具体实例介绍工作者线程和用户界面线程的创建。在本实例中将创建一个工作者线程和用户界面线程。
wz2
- MFC中有两类线程,分别称之为工作者线程和用户界面线程。本例演示这两类线程!
multitreadsrc910
- MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环
UIandWorkThread
- windows mobile下面的线程实例,演示了用户线程和工作者线程的使用,evc开发环境下调试通过
Multi Thread
- 多线程控制实例。一个用户界面线程,负责响应工作者线程。-multithreaded control examples. A user interface thread, the thread is responsible for response workers.
WORKTHREAD
- 我的创建和终止进程 创建工作者线程 对初学者肯定有帮助-the creation and termination of the process of creating workers threads for beginners is sure to help
multitreadsrc2
- MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环-MFC there are two types of thread, thread workers were called and the user interface thread. The main difference between the two is artificial thread
vc_jiqiaoshili_part4
- Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对
WorkerThreads
- 工作者线程应用实例,图形界面方式显示,初学多线程朋友的必看程序~
08
- 以一个具体实例介绍工作者线程和用户界面线程的创建。在本实例中将创建一个工作者线程和用户界面线程。-To a specific example of worker threads and user interface to create threads. In this instance would be to create a worker thread and the user interface thread.
wz2
- MFC中有两类线程,分别称之为工作者线程和用户界面线程。本例演示这两类线程!-There are two types of MFC thread, referred to as worker threads and user interface thread. This example shows you these two types of threads!
multitreadsrc910
- MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环-There are two types of MFC thread, referred to as worker threads and user interface thread. The main difference between the artificial auxiliary thre
multitread_002
- MFC对多线程编程的支持.该函数有两种重载形式,分别用于创建工作者线程和用户界面线程-MFC Programming for multi-threaded support. The function has two overloaded forms, respectively, used to create worker threads and user interface threads
VC_examples
- 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\1