搜索资源列表
MyMTSmpl
- 利用类CEvent实现多线程同步-use category CEvent multi-thread synchronization
利用CEvent实现多线程同步
- 利用CEvent实现多线程同步-CEvent use synchronous multi-threaded
ThreadDemo
- 演示了多线程编程,以及CMutex,CEvent和CMultiLock的组合使用,三个线程,两个写,一个读,效果可视化。-Demonstrates the multi-threaded programming, and CMutex, CEvent and CMultiLock use a combination of the three threads, the two write, one read, visual effects.
EventThreadSyn
- 一个使用CEvent对象实现线程同步的例程,来自于Visual C++范例大全-CEvent an object implementation using the thread synchronization routines, from the Visual C++ examples of Daquan
CEvent
- VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handl
EventThreadSyn
- vc 使用CEvent对象实现线程同步\EventThreadSyn的程序源码,希望对大家有所帮助-vc CEvent object implementation using the thread synchronization \ EventThreadSyn the program source code, we hope to help
EventThreadSyn
- vc——使用CEvent对象实现线程同步\EventThreadSyn-vc- implement thread synchronization using CEvent object \ EventThreadSyn
EventThreadSyn
- vc——使用CEvent对象实现线程同步\EventThreadSyn的程序源码,值得一看!-vc- implement thread synchronization using CEvent object \ EventThreadSyn the program source code, worth a visit!
event_thread
- 用CEVENT类中的event事件响应来做线程之间的通讯工作-failed to translate
EventThreadSyn
- 使用CEvent对象实现线程同步\EventThreadSyn\EventThreadSyn.rar,很不错的vc源码,有兴趣的朋友可以看看。-CEvent object implementation using the thread synchronization \ EventThreadSyn \ EventThreadSyn.rar, very good vc source, interested friends can see.
xc004
- 如何使用CEvent类,visual c++开发环境,c++代码-how to use CEvent类
MultiThread9
- 使用CEvent类来实现线程间同步,在Dialog 界面上含一个按钮,两个编辑框。点击按钮,一个编辑框开始更新数据,等它更新完后会SetEvent以便第二个编辑框开始更新数据。-Using CEvent class to realize synchronization among threads.
MultiThread
- SingleThread 一个简单的单线程应用程序实例。 MultiThreadA 多线程应用程序实例。 MultiThreadC 基于CEvent的线程同步应用程序实例。 MultiThreadD 基于信号量的县城同步应用程序实例。-SingleThread a simple single-threaded application instance. MultiThreadA multithreaded application instance. MultiThr
mfcThread
- 通过使用 CEvent 类实现允许一个线程在某种情况发生时,唤醒另外一个线程的同步对象-By using CEvent class implementation allows one thread at the time of the occurrence of certain circumstances, wake up another thread synchronization object
ThreadCevent
- 控制台程序中CEvent简单使用实例。创建两个线程使线程能够达到同步。-Console application CEvent simple example. Create two threads to synchronize the threads.