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

搜索资源列表

  1. MultiLineChatRoomVCSrc

    0下载:
  2. vc开发的多线程聊天软件源码,winsock编程,mfc-Network chat program source code, support multithread.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:82861
    • 提供者:e_man518
  1. MultiThread

    0下载:
  2. MFC多线程编程及演示各种同步策略的例子
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:31289
    • 提供者:wang
  1. CTestUnrar.zip

    0下载:
  2. 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
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:104815
    • 提供者:Mr.
  1. mfc-multiThread

    3下载:
  2. MFC多线程编程实例,包括线程创建,线程间通信,线程同步等内容-MFC multi-threaded programming examples, including thread creation, communication between threads, thread synchronization etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2015-10-25
    • 文件大小:152827
    • 提供者:陈荣伟
  1. sequenceMult3

    0下载:
  2. 序列处理多线程样板源码,Visual C++ 6.00 MFC环境下实现,是一个很好的学习多线程设计样板程序-a good source code for multithread programming about sequence process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-25
    • 文件大小:35164
    • 提供者:方岩
  1. CSmtp_v1_4

    0下载:
  2. 聊天程序,是多线程,基于MFC的聊天室程序-chat programming ,multithread,base to MFC chat space programming
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:19583
    • 提供者:张成海
  1. MFC_multithread_about_play_and_save_audio

    0下载:
  2. MFC多线程类播放和保存声音MFC multithread about play and save audio-MFC multithread about play and save audio
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:38468
    • 提供者:耿磊
  1. MultiThreadPrj-src

    0下载:
  2. MultiThread Project from GUI, MFC!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:72344
    • 提供者:Alex
  1. MultiThread

    0下载:
  2. 多线程编程学习手册,包括四个章节,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
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2604342
    • 提供者:陈平
  1. multithread--wordclear

    0下载:
  2. 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!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:36350
    • 提供者:氧气鱼
  1. progressbar

    0下载:
  2. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3788188
    • 提供者:小轩
  1. a-multiThread-Model

    0下载:
  2. 一个多线程编程模型,用于MFC的的后台设计。其包含一个线程池。-A multi-threaded programming model, the background for the design of MFC. It contains a thread pool.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3903066
    • 提供者:xxx
  1. MultiThread

    0下载:
  2. MFC多线程操作,解释qq运行基本原理.-MFC multithreaded operation, explain qq basic principle operation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1242200
    • 提供者:陈志环
  1. MFC-multithread

    0下载:
  2. mfc设计tcp程序代码实例,包含了7个实用的练习例程,深入了解mfc多线程编程-Tcp programs examples based on MFC,inludeding 7 practical practice routines,allow you look insight the MFC multithread programing.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-27
    • 文件大小:9781808
    • 提供者:李晓刚
  1. MultiThread

    0下载:
  2. windows下的mfc编程,多线程演示,用了多种方法-mfc programming under windows, multi-threaded demo, using a variety of methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-23
    • 文件大小:9631607
    • 提供者:李思明
  1. MultiThread

    0下载:
  2. MFC 多线程 小程序,共大家参考,希望对大家有用。-MFC multi thread program.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:74690
    • 提供者:wunan
  1. MultiThread

    0下载:
  2. 如果我们在一个MFC对话框程序里面,点击一个执行延时10秒的按钮,那么在这10秒延时过程中,对话框程序将无法做其他的事,不响应其他的消息,那么它就是一个单线程的程序,因为它本身就拥有一个主线程,主线程处于工作状态,将无法响应其他的消息。 因此,为了让程序更好的处理一些耗时的操作,所以将一些耗时的,并且不直接表现在界面上的一些工作,另开一个线程去操作,因此在这里有必要学习——多线程编程。-If we are in an MFC dialog program inside, click on a
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:109037
    • 提供者:Kyle
  1. MultiThread

    0下载:
  2. MFC中多线程的学习小程序,用于多线程相关的学习。-MFC multithreading small learning program for multi-threading related learning.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:2022500
    • 提供者:亢伟
  1. tcp-and-multithread

    0下载:
  2. 实现了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.
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-04-15
    • 文件大小:7384
    • 提供者:cbkqdcn
  1. 多线程设计

    0下载:
  2. mfc多线程设计,windows程序设计(MFC multithread design)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:133120
    • 提供者:自行车
« 12 »
搜珍网 www.dssz.com