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

搜索资源列表

  1. MultiThread7

    0下载:
  2. 建立一个基于对话框的工程MultiThread6,在对话框IDD_MULTITHREAD6_DIALOG中加入一个按钮IDC_UI_THREAD,标题为“用户界面线程” 右击工程并选中“New Class…”为工程添加基类为CWinThread派生线程类CUIThread。-Establishment of a dialog-based project MultiThread6 the dialog IDD_MULTITHREAD6_DIALOG a button IDC_UI_THREAD,
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-10
    • 文件大小:2282324
    • 提供者:zouxianjian
  1. InterfaceThread

    0下载:
  2. 详细说明:实例12-1:使用用户界面线程实例。 主要涉及到线程的使用情况-Details: Example 12-1: Use the user-interface thread instance. Mainly related to the use of threads
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1898121
    • 提供者:caoshukai
  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. VC-CLIENT

    0下载:
  2. mfc的用户界面线程,很好的例子。试过了,不错,非常不错!-mfc user interface thread, a good example. Tried, good, very good!
  3. 所属分类:Windows CE

    • 发布日期:2017-11-21
    • 文件大小:15634399
    • 提供者:louiew
  1. WindowsApplication1

    0下载:
  2. 线程委托等待界面、、线程委托等待界面线程委托等待界面-Event wait handles do not have thread affinity
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:78458
    • 提供者:赛马会
  1. MultiThread5

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

    • 发布日期:2017-11-20
    • 文件大小:4633702
    • 提供者:Vector
  1. UIThreadTest

    0下载:
  2. 多核多线程的用法,用户界面线程的用法,已通过编译,适合初学者-Use of multi-core multi-threaded, the user interface thread usage, has passed through the compiler, suitable for beginners
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-20
    • 文件大小:9445542
    • 提供者:lopiu
  1. adadsasd

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

    • 发布日期:2017-04-14
    • 文件大小:4121
    • 提供者:黄金
  1. 界面

    0下载:
  2. MFC_MUTILTHREAD_COPY MFC多线程拷贝文件示例!
  3. 所属分类:界面编程

  1. UIThread

    0下载:
  2. 用户界面线程:演示如何使用用户界面线程,以及线程的创建-Demonstrate how to use UI process
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:498015
    • 提供者:tianyu
  1. 54567

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

    • 发布日期:2017-04-17
    • 文件大小:214050
    • 提供者:玉米排骨
  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
    • 文件大小:22683
    • 提供者:桂花翅子
  1. V1-DataConverter

    0下载:
  2. 针对文本文件进行操作. 将文本文件每20行存储为一个新文件. 可设定存储路径, 可一次处理多个文件. 在界面线程内完成处理操作.-For a text file operations performed. Every 20 lines text file stored as a new file. Storage path can be set, you can handle multiple files at once. Complete processing operation within
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:140934
    • 提供者:Bryan
  1. Thread-Synch

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

    • 发布日期:2017-03-29
    • 文件大小:19759
    • 提供者:ke
  1. test2

    0下载:
  2. 用户界面线程示例: 在这个例子中我们要学会如何创建一个可以单独执行的功能,且可以和应用程序同时运行的线程,而且该线程需要自己的用户界面,也就是说用户的操作和你程序的运算不会有干扰。例如在文档应用程序中的查询和替换功能。在这个例子中我们需要使用框架中的AfxBegin Thread()函数来创建用户界面线程。这将对线程具有完全控制权,我们将创建自己的CWinThread派生线程类。 -User interface thread example:     &
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:712
    • 提供者:衣谷
  1. UIThreadDemo

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

    • 发布日期:2017-04-30
    • 文件大小:22648
    • 提供者:shadow
  1. 网络开发

    0下载:
  2. socket例程,多线程网络编程,多线程学习
  3. 所属分类:C#编程

    • 发布日期:2017-02-13
    • 文件大小:10598906
    • 提供者:adslvcd
  1. 9225583

    0下载:
  2. 汇编语言开发出来的打字游戏,界面虽不好看,但可以用来学习!源码尽在其中!(Assembly language developed in typing game, the interface is not good-looking, but can be used to study!)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:flzha
  1. 5434747

    0下载:
  2. vb写的键盘纪录,简单,界面不错,对有兴趣的人可以参考一下(Vb to write a keyboard record, simple, good interface, can consult to interested people)
  3. 所属分类:进程与线程

    • 发布日期:2017-12-25
    • 文件大小:12288
    • 提供者:Vinkcnt
  1. 94029938

    0下载:
  2. 个人助手界面的实现 The realization of the personal assistant interface(Personal assistant to The realization of The interface of The realization of The personal assistant interface)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:27648
    • 提供者:coftvxe
« 1 2 3 4 5 67 8 9 10 11 ... 46 »
搜珍网 www.dssz.com