搜索资源列表
MultiThread6
- windows的多线程编程(界面线程和辅助线程),mfc相关2
ps_manager
- 这个程序是用MFC开发,运行后程序会显示系统中所有的进程,同时包括删除进程等一些功能。界面友好。适合于初学者
wz2
- MFC中有两类线程,分别称之为工作者线程和用户界面线程。本例演示这两类线程!
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
MuliThread1
- 普通多线程问题,MFC界面实现,适合初学者使用-Common multi-threading issues, MFC interfaces, suitable for beginners to use
Dispatch
- 实现操作系统进程调度的四种基本算法,MFC实现,有较好的界面。实现比较简单~适合于初学者-it is about the OS process Dispacher ,including four basic methods
20100428MultiThread6
- 该程序使用MFC类库演示如何创建用户界面线程。-The program demonstrates how to create user interface thread.
Mutex_Critical
- 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
UIThreadDemo
- vc 创建MFC用户界面线程\UIThreadDemo的程序源码,希望对大家有所帮助-vc create an MFC user interface thread \ UIThreadDemo the program source code, we hope to help
UIThreadDemo
- vc——创建MFC用户界面线程\UIThreadDemo的程序源码,值得一看!-vc- create an MFC user interface thread \ UIThreadDemo the program source code, worth a visit!
Processes-and-threads
- Processes and threads包括使用Win32 API创建、销毁线程——控制进度条,创建MFC用户界面线程,创建MFC工作者线程,进行耗时计算,设置线程的优先级,使用全局结构进行线程间的通信,使用自定义消息进行线程间的通信,使用事件对象进行线程间的通信等-Processes and threads, including using the Win32 API to create, destroy the threads- to control the progress bar, c
VYannErDownlli
- Visual C开发的多线程下载工具,支持HTTP/FTTP、多线程、断点续传,图形显示出来下载进度,MFC界面。 -Visual C multi-threaded download tools, support for HTTP/FTTP, multi-threaded, HTTP, graphic display download progress, MFC interface.
MFC-user-interface-thread
- VC++实例258——创建MFC用户界面线程-VC++ instance 258- Create MFC user interface thread
Filesearch
- 主要是一个C++方面的小项目,使用了多线程的方式和MFC的界面,程序读取文件夹中的文本文件,然后判断文件中是否有指定字符串。使用信号量来维持线程间的通信,用临界区来保护资源。-Is a C++ aspects of small items, use the text file on multiple threads, and the MFC interface, the program reads the file in the folder, and then determine whethe
MultiThread
- 如果我们在一个MFC对话框程序里面,点击一个执行延时10秒的按钮,那么在这10秒延时过程中,对话框程序将无法做其他的事,不响应其他的消息,那么它就是一个单线程的程序,因为它本身就拥有一个主线程,主线程处于工作状态,将无法响应其他的消息。 因此,为了让程序更好的处理一些耗时的操作,所以将一些耗时的,并且不直接表现在界面上的一些工作,另开一个线程去操作,因此在这里有必要学习——多线程编程。-If we are in an MFC dialog program inside, click on a
mfc-thread
- 一个 MFC 界面多线程的例子-一个 MFC 界面多线程的例子
窗口划线4(CDC fun)
- 可实现窗口操作,如划线,画矩形,选择颜色,实现界面设计(Window operations can be achieved, such as scribing, painting rectangles, color selection, interface design)
helection
- 在MFC界面中实现多字体,通过控件ComboBox来实现的,字体很多,不是很实用,但用来学习还是很不错的,()
MFC用户界面线程的创建
- 实现界面线程和工作线程,简单的文件拷贝,包括进度条、速度、时间的显示。(To achieve interface threads and work threads, simple file copy, including the progress bar, speed, time display.)
IMQG19
- 生成 sdp文件的工具,有三种不同的SDP模式CIF,QVGA,SD,MFC界面,()