CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - thread MFC

搜索资源列表

  1. thread

    0下载:
  2. 主要介绍了在MFC环境下实现了线程的基本操作功能!-Introduces the MFC environment achieved in the basic operation of the thread function!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3584720
    • 提供者:liuyuan
  1. create-thread

    0下载:
  2. 用MFC实现进程的创建,这个是学习简单的线程创建的不可多得的好例子-Created with the MFC implementation process, this is the thread that created a simple to learn a good example of rare
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-06
    • 文件大小:74886
    • 提供者:王正凯
  1. thread

    0下载:
  2. 实验总体要求,使用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,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1287
    • 提供者:m47
  1. Multithreaded-programming-tutorial

    0下载:
  2. 这是一个很好的多线程编程教程,作者是韩耀旭。 全文分为四个篇幅: 一、多线程问题提出 二、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
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:346711
    • 提供者:ailink
  1. thread-operation

    0下载:
  2. This cpp file is made on vc++ using mfc. Implementation of thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:ali
  1. worker-thread-implement

    0下载:
  2. Worker thread implementation in vc++ using mfc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:1849
    • 提供者:ali
  1. thread

    0下载:
  2. mfc 的自己封装的多线程代码,避免了锁死情况-thread code base on mfc, avoid lock case
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:8568
    • 提供者:lx
  1. MFC-com

    0下载:
  2. 本文既写了在Windows中怎样用VC控件MSComm,又说明了API技术编程方法,在写用MSComm控件时,数据类型的转换说得不是太明白,初次涉猎串口编程的朋友恐怕看了还是编不出来;直接从底层编写的部分值得一读,说得较为详细,但你得先从VC教本上看一看什么是线程。-This paper is written in Windows using VC control how MSComm, and shows the API technology programming method, and w
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:6379
    • 提供者:赵小亮
  1. vega-prime-frame-thread

    0下载:
  2. VEGA PRIME 2.0.1 线程模式 MFC单文档-VEGA PRIME VC MFC
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:28099
    • 提供者:dflkadf
  1. thread

    0下载:
  2. 创建新线程访问注册表,首先建立一个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
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:791
    • 提供者:achuan
  1. MFC-user-interface-thread

    0下载:
  2. VC++实例258——创建MFC用户界面线程-VC++ instance 258- Create MFC user interface thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:23220
    • 提供者:guo feng
  1. Communication-thread

    0下载:
  2. 线程创建与线程间通信,编写一个MFC的对话框的应用程序。程序中主要实现1个环形缓冲区和2 个线程。-Communication thread created with thread
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:46699
    • 提供者:陈曦
  1. MFC

    0下载:
  2. 对于MFC概述,相对于win32的区别,消息映射的实现,MFC对象的创建、进程和线程、状态 等基础知识-For MFC overview, relative to the win32 difference between message map to achieve the creation of the MFC object, process and thread, state the basics
  3. 所属分类:3D Graphic

    • 发布日期:2017-12-02
    • 文件大小:792975
    • 提供者:白白
  1. Thread

    0下载:
  2. 实现MFC的多线程编程,主要是工作者线程,附有源码-MFC multi-threaded programming, the worker thread, with a source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:2313519
    • 提供者:zhaolei
  1. 4-MFC-thread-class-

    0下载:
  2. MFC线程实现方法及其面向对象封装 线程是MFC编程中一个重要的概念。为了充分利用CPU,程序常采用多线程处理。操作系统与线程相关的函数皆为 C函数接口。直接使用API生成和使用线程,不符合面向对象的处理逻辑。通过面向对象封装,封装了与线程相关操作。将线程封装成类后,线程也具有了对象的概念。线程就更加容易理解和使用。 -MFC thread is an importrant concept in programming , 4 kinds of thread class are cons
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:7182
    • 提供者:xuan
  1. MFC-Thread-Manager-Classes-

    0下载:
  2. MFC线程实现方法及其面向对象封装,总共实现了4种封装,各有异同,非常值得学习!全部测试完毕,接口简单可以直接使用!-MFC thread implementation method and its object-oriented package, to achieve a total of four types of packaging, have similarities and differences, is worth learning! All testing is completed
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:8979
    • 提供者:xuan
  1. multi-thread-design-MFC

    0下载:
  2. multi thread design MFC multi thread design MFC -multi thread design MFCmulti thread design MFCmulti thread design MFCmulti thread design MFC
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:26037
    • 提供者:陈总
  1. thread-interface

    0下载:
  2. 压缩包中包括MFC线程利用m_hMutex完成新城同步,并利用标志位顺序循环执行线程;m_button.cpp完成界面中按钮的所有操作,包括颜色、边框、字体等一系列操作;JueDlg.cpp完成自定义函数的编写与使用。-Compressed package includes MFC thread synchronization using m_hMutex completed Metro and use flag sequence cycle execution thread complete
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:17263
    • 提供者:张尚卓
  1. MFC-USARTClass

    0下载:
  2. VC6.0 创建的一个MFC的串口类(创建线程进行数据接收),主要用于做窗口时需要用到串口问题的解决。-VC6.0 created a serial MFC class (create a thread for data reception), is mainly used to do when the window need to use a serial port on the solution of the problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5115
    • 提供者:qq
  1. mfc-thread

    0下载:
  2. 一个 MFC 界面多线程的例子-一个 MFC 界面多线程的例子
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-26
    • 文件大小:14932
    • 提供者:ke
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com