搜索资源列表
ex12c
- 在VC++多线程编程中,多线程的同步技术是一个非常关键的问题。本示例演示了怎样使用WaitForSingleObject函数来实现信号量控制同步技术,以及使用MFC提供的CCriticalSection类来实现同步数据的访问,以及使用MFC的CEvent类对象来实现多线程的同步。本示注释非常详细,是学习Windows多线程编程时的需要使用事件的好例子。
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
sendsms
- 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!
EventThreadSyn
- 使用CEvent对象实现线程同步\EventThreadSyn\EventThreadSyn.rar,很不错的vc源码,有兴趣的朋友可以看看。-CEvent object implementation using the thread synchronization \ EventThreadSyn \ EventThreadSyn.rar, very good vc source, interested friends can see.
EventThreadSyn
- 使用CEvent对象实现线程同步,VC++精选编程源码,很好的参考资料。-To synchronize threads using the CEvent object, VC++ select programming source code, a good reference.