搜索资源列表
MultiLineChatRoomVCSrc
- vc开发的多线程聊天软件源码,winsock编程,mfc-Network chat program source code, support multithread.
MultiThread
- MFC多线程编程及演示各种同步策略的例子
CTestUnrar.zip
- A MFC class to unpack rar files, with Multithread and GUI support VC++实现RAR文件格式的解压缩,A MFC class to unpack rar files, with Multithread and GUI supportVC++ Achieve RAR file format extract
mfc-multiThread
- MFC多线程编程实例,包括线程创建,线程间通信,线程同步等内容-MFC multi-threaded programming examples, including thread creation, communication between threads, thread synchronization etc.
sequenceMult3
- 序列处理多线程样板源码,Visual C++ 6.00 MFC环境下实现,是一个很好的学习多线程设计样板程序-a good source code for multithread programming about sequence process
CSmtp_v1_4
- 聊天程序,是多线程,基于MFC的聊天室程序-chat programming ,multithread,base to MFC chat space programming
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. Threads of communication 4. T
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 fast start multi-threaded!
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 dialog program inside, click on a
MultiThread
- MFC中多线程的学习小程序,用于多线程相关的学习。-MFC multithreading small learning program for multi-threading related learning.
tcp-and-multithread
- 实现了tcp/ip协议的实例,以及Windows多线程编程的演示实例,使用语言是vc++的mfc,有界面部分。-To achieve the tcp/ip protocol instances, and demonstrate examples of Windows multithreaded programming, using vc++ language is the mfc, there interface portion.
多线程设计
- mfc多线程设计,windows程序设计(MFC multithread design)