搜索资源列表
MultiThread
- MFC多线程编程及演示各种同步策略的例子
MultiLineChatRoomVCSrc
- vc开发的多线程聊天软件源码,winsock编程,mfc-Network chat program source code, support multithread.
MultiThreadA
- 为大家提供Windows MFC多线程的设计例子,希望有帮助-to provide a Windows MFC multithreaded design examples, with the hope of helping
FileFind1238
- MFC多线程的例子,对大家学习很有帮助,希望有用-MFC multithreading example, we learn very helpful, useful hope
MultiThread
- 上初学者学习多线程的编程和windows消息处理的过程-Beginners to learn on multi-threaded programming and windows message handling process
MultiThread
- MFC多线程编程及演示各种同步策略的例子-MFC multi-threaded programming and presentation of various examples of synchronization strategy
multitreadsrc2
- MFC多线程编程源代码和说明文档 很好的学习多线程的文档-MFC multi-threaded programming source code and documentation good learning Multithread documents
MFC_Multy
- Windows MFC下的多线程的基本编程例子,多达10个左右,涉及互斥、消息传递、信号量的使用,适合刚接触线程编程的人。-Windows MFC under the basic programming multithread example, up to about 10, involving mutual exclusion, message passing, the use of semaphores for thread pro
MFC_multithread_about_play_and_save_audio
- MFC多线程类播放和保存声音MFC multithread about play and save audio-MFC multithread about play and save audio
MultiThreadPrj-src
- MultiThread Project from GUI, MFC!
MultiThread
- 多线程编程学习手册,包括四个章节,1.多线程的必要性2.MFC中的多线程开发3.线程间的通信4.线程的同步,这是里面的程序源码,有10个例子,通俗易懂。-Multi-threaded programming learning manuals, including four chapters, 1. 2.MFC the need for multi-threaded multi-threaded development in three.
mfc-multiThread
- MFC多线程编程实例,包括线程创建,线程间通信,线程同步等内容-MFC multi-threaded programming examples, including thread creation, communication between threads, thread synchronization etc.
multithread--wordclear
- vc 编程种详细介绍了多进程的处理方式,对win32编程和MFC做了对比,并对应的写出7个实例,有助于快速入手多线程!-vc programming kind of detailed multi-process approach, on win32 programming and MFC was compared, and the corresponding write seven instances, contribute to fa
a-multiThread-Model
- 一个多线程编程模型,用于MFC的的后台设计。其包含一个线程池。-A multi-threaded programming model, the background for the design of MFC. It contains a thread pool.
MultiThread
- MFC多线程操作,解释qq运行基本原理.-MFC multithreaded operation, explain qq basic principle operation.
MFC-multithread
- mfc设计tcp程序代码实例,包含了7个实用的练习例程,深入了解mfc多线程编程-Tcp programs examples based on MFC,inludeding 7 practical practice routines,allow you look insight the MFC multithread programing.
MultiThread
- windows下的mfc编程,多线程演示,用了多种方法-mfc programming under windows, multi-threaded demo, using a variety of methods
MultiThread
- MFC 多线程 小程序,共大家参考,希望对大家有用。-MFC multi thread program.
MultiThread
- 如果我们在一个MFC对话框程序里面,点击一个执行延时10秒的按钮,那么在这10秒延时过程中,对话框程序将无法做其他的事,不响应其他的消息,那么它就是一个单线程的程序,因为它本身就拥有一个主线程,主线程处于工作状态,将无法响应其他的消息。 因此,为了让程序更好的处理一些耗时的操作,所以将一些耗时的,并且不直接表现在界面上的一些工作,另开一个线程去操作,因此在这里有必要学习——多线程编程。-If we are in an MFC dia