搜索资源列表

  1. 体检程序 HEALTH 用户界面线程 通信

    0下载:
  2. 一个体验程序,让初学者了解线程之间的通讯-an experience procedures for the beginners to understand the communication between threads
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:421768
    • 提供者:童仝
  1. b58

    0下载:
  2. 向用户界面线程发送消息-to the user interface thread Send Message
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:22528
    • 提供者:纪华
  1. Multi Thread

    0下载:
  2. 多线程控制实例。一个用户界面线程,负责响应工作者线程。-multithreaded control examples. A user interface thread, the thread is responsible for response workers.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:1922048
    • 提供者:陈崇辉
  1. VC界面编程高级应用技术

    2下载:
  2. 用户界面线程,登陆界面 界面皮肤,vc界面控件,vc启动界面,vc界面设置,skinmagic界面 用VC实现象QQ好友上线和MSN上好上线效果的信息提示框 -user interface thread, landing interface interface skin, vc interface controls, vc activated interface, vc interface settings, skinmagic i
  3. 所属分类:界面编程

    • 发布日期:2024-05-14
    • 文件大小:9500672
    • 提供者:fxy
  1. 体检程序 HEALTH 用户界面线程 通信

    0下载:
  2. 一个体验程序,让初学者了解线程之间的通讯-an experience procedures for the beginners to understand the communication between threads
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:421888
    • 提供者:童仝
  1. UITHREAD

    0下载:
  2. 用户界面线程示例 呵呵,多来几个线程的例子-user interface thread example Oh, a few more examples of threads
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:52224
    • 提供者:高兴
  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 thread
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-14
    • 文件大小:24576
    • 提供者:gfgrg
  1. vc_jiqiaoshili_part4

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第4章 进程和线程 本章共有8个实例: 1. Process创建和终止进程 2. WorkerThread创建工作者线程 3. UIThread用户界面线程示例 4. Event使用事件对象来实现线程的同步 5. Thread使用临界区对象来实现线程的同步 6. Mutex使用互斥量对象来实现不同进程间的线程同步 7. Semaphore使用信号量对
  3. 所属分类:书籍源码

    • 发布日期:2024-05-14
    • 文件大小:377856
    • 提供者:xixi
  1. 08

    0下载:
  2. 以一个具体实例介绍工作者线程和用户界面线程的创建。在本实例中将创建一个工作者线程和用户界面线程。-To a specific example of worker threads and user interface to create threads. In this instance would be to create a worker thread and the user interface thread.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:5339136
    • 提供者:yingming
  1. wz2

    0下载:
  2. MFC中有两类线程,分别称之为工作者线程和用户界面线程。本例演示这两类线程!-There are two types of MFC thread, referred to as worker threads and user interface thread. This example shows you these two types of threads!
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:70656
    • 提供者:吴真
  1. multitreadsrc910

    0下载:
  2. MFC中有两类线程,分别称之为工作者线程和用户界面线程。二者的主要区别在于人工辅助线程没有消息循环,而用户界面线程有自己的消息队列和消息循环-There are two types of MFC thread, referred to as worker threads and user interface thread. The main difference between the artificial auxiliary thre
  3. 所属分类:系统编程

    • 发布日期:2024-05-14
    • 文件大小:24576
    • 提供者:
  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. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:23552
    • 提供者:xjy
  1. CThreadEx

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

    • 发布日期:2024-05-14
    • 文件大小:4392960
    • 提供者:wowoniu
  1. VC_examples

    0下载:
  2. 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\1
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:4390912
    • 提供者:ajian
  1. 20100428MultiThread6

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

    • 发布日期:2024-05-14
    • 文件大小:68608
    • 提供者:陈大民
  1. GlobalVariable

    0下载:
  2. vc++演示多线程之间的通信,通过全局变量和自定义消息在用户界面线程和工作线程之间通信-multi-thread demo
  3. 所属分类:进程与线程

    • 发布日期:2024-05-14
    • 文件大小:5270528
    • 提供者:
  1. thread

    0下载:
  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. 所属分类:按钮控件

    • 发布日期:2024-05-14
    • 文件大小:274432
    • 提供者:chel
  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. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1479680
    • 提供者:gewenyi15
  1. MFC用户界面线程的创建

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

    • 发布日期:2024-05-14
    • 文件大小:149504
    • 提供者:liuziyi
  1. UIThreadDemo

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

    • 发布日期:2024-05-14
    • 文件大小:22528
    • 提供者:wuc
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org