CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - mfc用户界面线程

搜索资源列表

  1. multitreadsrc2

    0下载:
  2. MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环-MFC there are two types of thread, thread workers were called and the user interface thread. The main difference between the two is artificial threads no news cycle, and the user
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:24.34kb
    • 提供者:gfgrg
  1. wz2

    1下载:
  2. MFC中有两类线程,分别称之为工作者线程和用户界面线程。本例演示这两类线程!
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:68.95kb
    • 提供者:吴真
  1. multitreadsrc910

    0下载:
  2. MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:24.22kb
    • 提供者:MING
  1. ChatApplicationSolutionSourceCode

    0下载:
  2. 用SOCKET MFC实现的一个简单局域网聊天程序。程序使用多线程,选项卡用户界面并采用ADO保持聊天记录。但功能有限,仅供学习交流之用-SOCKET MFC achieved with a simple LAN chat program. Procedures for the use of multi-threaded, user interface tab and use ADO to maintain chats. However, limited only by the exchange
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-28
    • 文件大小:4.54mb
    • 提供者:刘晶
  1. multitread_002

    0下载:
  2. MFC对多线程编程的支持.该函数有两种重载形式,分别用于创建工作者线程和用户界面线程-MFC Programming for multi-threaded support. The function has two overloaded forms, respectively, used to create worker threads and user interface threads
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:22.97kb
    • 提供者:xjy
  1. CThreadEx

    2下载:
  2. 能实现工作线程和用户界面线程同步控制;MFC多线程应用实例-Work to achieve the user interface thread and thread synchronization control MFC multi-threaded application
  3. 所属分类:Windows Develop

    • 发布日期:2015-10-25
    • 文件大小:4.19mb
    • 提供者:wowoniu
  1. 20100428MultiThread6

    0下载:
  2. 该程序使用MFC类库演示如何创建用户界面线程。-The program demonstrates how to create user interface thread.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:66.66kb
    • 提供者:陈大民
  1. ZXG_MySniffer

    0下载:
  2. 饮水思源。决定分享自己的MFC编程开发经验。 ZXG_MySniffer网络抓包分析仪软件说明文档 一、 软件功能描述: 1、 能够获取本地网卡信息,包括以太网卡、无线网卡和虚拟网卡的所有详细数据; 2、 支持IP、ICMP、ARP、RARP、TCP、UDP等六种协议,提供用户自选包过滤规则; 3、 可多线程抓取数据包,并列表显示抓取的数据包;支持从数据链路层到传输层的包字段分析;支持包内数据明细记录; 4、 支持ARP查询功能,可多线程查询与本地以太网卡位于同一网
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-29
    • 文件大小:11.23mb
    • 提供者:G。G。
  1. thread

    2下载:
  2. 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
  3. 所属分类:Button control

    • 发布日期:2015-10-25
    • 文件大小:268kb
    • 提供者:chel
  1. UIThreadDemo

    0下载:
  2. vc 创建MFC用户界面线程\UIThreadDemo的程序源码,希望对大家有所帮助-vc create an MFC user interface thread \ UIThreadDemo the program source code, we hope to help
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:40.88kb
    • 提供者:
  1. UIThreadDemo

    0下载:
  2. vc——创建MFC用户界面线程\UIThreadDemo-vc- create an MFC user interface thread \ UIThreadDemo
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:41.59kb
    • 提供者:
  1. UIThreadDemo

    0下载:
  2. vc——创建MFC用户界面线程\UIThreadDemo的程序源码,值得一看!-vc- create an MFC user interface thread \ UIThreadDemo the program source code, worth a visit!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:42.32kb
    • 提供者:
  1. UIThreadDemo

    0下载:
  2. 创建MFC用户界面线程\UIThreadDemo\UIThreadDemo.rar,很不错的vc源码,有兴趣的朋友可以看看。-Create an MFC user interface thread \ UIThreadDemo \ UIThreadDemo.rar, very good vc source, interested friends can see.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:42.4kb
    • 提供者:李志红
  1. Processes-and-threads

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

    • 发布日期:2017-03-30
    • 文件大小:954.08kb
    • 提供者:阳光
  1. MFC-user-interface-thread

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

    • 发布日期:2017-03-24
    • 文件大小:22.68kb
    • 提供者:guo feng
  1. UIThreadDemo

    0下载:
  2. 创建MFC用户界面线程,VC++精选编程源码,很好的参考资料。-Create a MFC user interface thread, VC++ select programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:22.15kb
    • 提供者:桂花翅子
  1. UIThreadDemo

    0下载:
  2. 使用visual c++创建MFC用户界面线程-Create an MFC user interface thread using visual c++
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:22.12kb
    • 提供者:shadow
  1. DLLPaintTest

    0下载:
  2. 基于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)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:1.41mb
    • 提供者:gewenyi15
  1. MFC用户界面线程的创建

    0下载:
  2. 实现界面线程和工作线程,简单的文件拷贝,包括进度条、速度、时间的显示。(To achieve interface threads and work threads, simple file copy, including the progress bar, speed, time display.)
  3. 所属分类:进程与线程

    • 发布日期:2018-01-03
    • 文件大小:146kb
    • 提供者:liuziyi
  1. UIThreadDemo

    0下载:
  2. 使用Visual Studio2008,通过编写并创建MFC用户界面线程.(Using visual studio2008, write and create mfc user interface threads.)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-19
    • 文件大小:22kb
    • 提供者:wuc
« 12 »
搜珍网 www.dssz.com