搜索资源列表
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
CThreadEx
- 能实现工作线程和用户界面线程同步控制;MFC多线程应用实例-Work to achieve the user interface thread and thread synchronization control MFC multi-threaded application
20100428MultiThread6
- 该程序使用MFC类库演示如何创建用户界面线程。-The program demonstrates how to create user interface thread.
Mutex_Critical
- 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
thread
- MFC 多线程应用, 包括工作线程, 用户界面线程, 例子多达9个,欢迎下载测试-MFC multi-threaded applications, including the worker thread, the user interface thread, examples of up to 9 are welcome to download the test
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
VCPPdaquan
- 本书是一本Visual C++ 6.0综合开发参考手册,书中几乎囊括了使用Visual C++进行程序开发的全部知识,同时在讲解中结合了大量实用而又具有代表性的示例和典型应用。全书共分32章,包括认识Visual C++,C++语言基础,C++语句控制,数组,函数,面向对象的程序设计,Win32 API,用户界面设计,文档与视图,菜单、工具栏和状态栏设计,通用对话框,高级控件,ActiveX控件,自制MFC控件,图形、图像处理技术,多媒体技术,文件操作技术,注册表,ADO数据库编程,数据查询技术
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
MFC-user-interface-thread
- VC++实例258——创建MFC用户界面线程-VC++ instance 258- Create MFC user interface thread
vcPP-APP_CODE_14
- 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 本包内容: 一个服务端只有7k大小的后门.rar 一个可以获取硬件信息源代码.zip 音频录入mfc源码.zip 用户界面多线程.rar 在ToolBar上添加控件.rar 自绘MENU.zip 自绘tab.zip 自绘Tree.zip 自绘按钮button源代码.zip 自绘编辑框.rar 自绘窗体界面.rar 自绘对话框.zip
MultiThread5
- 利用windows MFC 实现工作者线程,Dialog界面上包含一个两个按钮,一个编辑框,一个进度条.在编辑框输入一个数字作为进度条的计数,点击start按钮,会开启工作者线程,进度条会更新,按下user_interface 按钮,会开启用户界面线程.-realize Worker thread and user interface thread through windows MFC.There are two button,one edit box,one progress bar on
adadsasd
- MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于工作者线程没有消息循-There are two types of MFC thread, thread workers were called and the user interface thread. The main difference is that the worker thread no news cycle
UIThreadDemo
- 创建MFC用户界面线程,VC++精选编程源码,很好的参考资料。-Create a MFC user interface thread, VC++ select programming source code, a good reference.
24368
- 程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法
zqix2
- 做用户界面的时候经常要用到一些静态文本控件,显示一些文字信息,但是MFC提供的CStatic类的功能过于简单,无法满()
DLLPaintTest
- 基于MFC用户界面线程开发的,关于C++与Matlab联合仿真中dll调用方式的例子,以绘制单条曲线为例(Based on the development of MFC user interface thread, the example of DLL calling method in C++ and Matlab co simulation is used to draw a single curve as an example)
MFC用户界面线程的创建
- 实现界面线程和工作线程,简单的文件拷贝,包括进度条、速度、时间的显示。(To achieve interface threads and work threads, simple file copy, including the progress bar, speed, time display.)