搜索资源列表
mfcuisvr
- mfc windowService 线程-mfc windowService Thread
ThreadCreat
- mfc线程设计的实例,经过调试运行的代码-mfc design of the thread, after debugging the code running
MFC_Thread
- 使用MFC进行线程编程的例子,本工程包含三个线程,演示了线程的创建、挂起和唤醒过程。-Thread programming with MFC for example, the project consists of three threads, demonstrates thread creation, suspend and resume the process.
process--help-warrapper-class
- windows mfc process helper class find process and thread read process memory
thread_code
- MFC实现的多线程编程,打开就会自动播放音乐,确定就会开启开启线程,显示本地时间,取消就会关闭线程,退出就自动关闭-This is thread programming for MFC,it will play music when run it
MFCThread
- MFC创建线程,终止线程,暂停线程,继续线程-MFC to create threads, terminate threads, suspended thread to continue the thread
thread
- 一个在MFC里用多线程播放音乐的示例程序-MFC inside a music player with multi-threaded sample program
CMutex
- vc6下实现的多线程同步例子。本例很好的说明多线程同步方法的使用。同步方法是互斥体,使用的是mfc中互斥对象,简单易用很适合初学线程控制学习。
MFC(thread)
- 深入浅出Win32多线程设计之MFC的多线程,很详细,有相关的说明- Explains the profound in simple language the Win32 multi-thread design MFC of multithreading, is very detailed, has the related explanation
thread
- 实验总体要求,使用MFC相关的功能函数来模拟经典进程互斥和同步问题 生产者和消费者 读者和写者 哲学家就餐问题-The general requirements of experiments, the use of MFC function to simulate the functions related to the classical problem of mutual exclusion and synchronization producers and consumers,
Multithreaded-programming-tutorial
- 这是一个很好的多线程编程教程,作者是韩耀旭。 全文分为四个篇幅: 一、多线程问题提出 二、MFC多线程编程 三、线程的通讯 四、线程的同步 -This is a good multi-thread programming tutorial, the author is Han Yaoxu. Text is divided into four length: one, two multi-threading issues, MFC multi-threaded programm
thread-operation
- This cpp file is made on vc++ using mfc. Implementation of thread
worker-thread-implement
- Worker thread implementation in vc++ using mfc
thread
- mfc 的自己封装的多线程代码,避免了锁死情况-thread code base on mfc, avoid lock case
thread
- 创建新线程访问注册表,首先建立一个MFC(EXE)的工程, 选择DIALOG 模式,创建线程去否问注册表-Create a new thread to access the registry, you first create an MFC (EXE) project, select DIALOG mode, create a thread to go to ask whether the registry
MFC-user-interface-thread
- VC++实例258——创建MFC用户界面线程-VC++ instance 258- Create MFC user interface thread
4-MFC-thread-class-
- MFC线程实现方法及其面向对象封装 线程是MFC编程中一个重要的概念。为了充分利用CPU,程序常采用多线程处理。操作系统与线程相关的函数皆为 C函数接口。直接使用API生成和使用线程,不符合面向对象的处理逻辑。通过面向对象封装,封装了与线程相关操作。将线程封装成类后,线程也具有了对象的概念。线程就更加容易理解和使用。 -MFC thread is an importrant concept in programming , 4 kinds of thread class are cons
mfc-thread
- 一个 MFC 界面多线程的例子-一个 MFC 界面多线程的例子
Thread-Synch
- VC MFC 一个界面线程的例子-VC MFC 一个界面线程的例子
Thread-function
- MFC多线程,线程函数写入类中,并发送消息,适合自定义消息的发送以及用消息传递数据-MFC multi thread, thread function into the class, and send messages, suitable for custom message sending and message delivery data