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

搜索资源列表

  1. pudn_1

    0下载:
  2. 此程序是用WTL+ATL编写,开发环境为VS2008。data.dll模拟访问驱动程序获得数据序列(本例中设计为正弦曲线数据,详见DataInfo.h),PC.exe用于模拟生产者消费者模型:一个生产者线程调用DLL获得数据,一个消费者线程获得数据并更新显示数据,主界面线程显示该数据,画出动态数据演变的曲线图。-This procedure is used WTL+ ATL development, development environment for the VS2008. visit da
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-08
    • 文件大小:15802484
    • 提供者:闫帅
  1. RS232toEthernet

    0下载:
  2. 为调试设备编写的RS232转以太网通信软件。 均使用异步通信方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息方式传递数据,本程序中包括:RS232异步通信、Sockte异步通信、用户界面线程、线程间通信。-Equipment prepared for debugging RS232 to Ethernet communications software. Only use asynchronous communication mode, RS2
  3. 所属分类:Communication

    • 发布日期:2017-06-14
    • 文件大小:21642604
    • 提供者:Huangxiangjun
  1. BattThread320240

    0下载:
  2. wince5.0下的电池的上层应用程序,检测是否充电,弹出界面,显示电量大小,是学习ui线程的好例子-wince5.0 battery under the upper application, testing whether the charge, showing the size of electricity is a good example to learn ui thread
  3. 所属分类:Windows CE

    • 发布日期:2017-05-14
    • 文件大小:3113243
    • 提供者:mojianfneg
  1. HowToUseTheThreadOfUI

    0下载:
  2. 这是一个描述如何使用用户界面线程的程序,-This is a program which illustrates how to use the thread of UI
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:53281
    • 提供者:lidongdong
  1. LtNet

    0下载:
  2. 我把VB.net的TCP和UDP重新包装了一下,使用界面线程可以访问啦。超爽!!! -Tcp And Udp Code.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:62643
    • 提供者:ligang
  1. Mutex_Critical

    1下载:
  2. 这个例子利用多线程使用不同的排序算法对数据进行排序,每一个线程使用不同的算法。主线程里使用快速排序QuickSort,其他四个算法分别建立四个子线程,在子线程中进行排序。因为每一个线程都要调用函数PrintResult把结果输出到显示器上,所以不同的线程就会争夺着向显示器输出,这样,不同线程的输出就会混合在一起,所以呢必须让线程一个接着一个输出。也就是必须对PrintResult进行互斥控 制。要进行互斥控制,则必须用到Event、Mutex、CrititicalSection、Semaph
  3. 所属分类:Process-Thread

    • 发布日期:2016-04-05
    • 文件大小:856064
    • 提供者:chenzifeng
  1. Demo4_uiThread_workThread

    0下载:
  2. 创建用户界面线程及工作线程,及它们之间的通信。-how to create UI thread and word thread, and the communication between them.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-08
    • 文件大小:2023964
    • 提供者:wjg
  1. 465854635244

    0下载:
  2. 实现了一种OPC Client软件,解决了现场数据通过OPC Server到SQL Server数据库集成的难题。该应用程序提供了 Windows Explore形式的标准的用户界面,易学易用。软件采用了文件操作、OPC数据存取、ADO数据库访问、SQL—DMO对象管理和 操作、系统托盘等多项关键技术,来实现对文件数据源、OPC数据源、SQL Server数据源等的读写和OPC对象、SQL Server中的库、 表、Job等对象的管理和操作。本OPC Client应用程序已在实际工程
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:247665
    • 提供者:WangWei
  1. UIThreadDemo1

    0下载:
  2. 不创建用户界面线程耗时操作的实例源码,有兴趣的朋友学习一下。-Does not create thread time-consuming operation of the user interface source code examples, learn about friends who are interested.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:37932
    • 提供者:
  1. UIThreadDemo2

    0下载:
  2. 创建用户界面线程耗时操作的实例源码,有兴趣的朋友学习一下。-Time-consuming operation of the user interface thread to create an instance of source code, learn about friends who are interested.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:37774
    • 提供者:
  1. source

    0下载:
  2. Visual C++6.0子用户界面线程及托盘的实现的程序源码,很不错的demo-Visual C++6.0 user interface thread and the sub-tray to achieve the program source code, very good demo! !
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-15
    • 文件大小:34169
    • 提供者:叶月红
  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
    • 文件大小:41856
    • 提供者:
  1. UIThreadDemo

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

    • 发布日期:2017-04-03
    • 文件大小:42593
    • 提供者:
  1. TreeMyQQ

    0下载:
  2. 多线程编程,简单的对话框多线程作业,使用用户界面线程-Multi-threaded programming, multi-threaded operation simple dialog box, use the user interface thread
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:156612
    • 提供者:秋江带雨
  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
    • 文件大小:43340
    • 提供者:
  1. thread(gui)

    0下载:
  2. 用户界面线程的使用的含义和创建使用并操作-failed to translate
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:56693
    • 提供者:zhaorui
  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
    • 文件大小:43413
    • 提供者:李志红
  1. VCProcedureAndThread

    0下载:
  2. 共14个源代码,讲解了系统进程、线程的主要使用方式和流程。 包括获取系统进程、实现多线程多任务、使用工作线程、使用临界区同步线程、使用事件对象同步进程 使用线程优先级、使用用户界面线程、异常终止线程、正常终止线程 、终止指定进程、在程序中启动程序、在两个执行程序间进行数据通信等示例。-A total of 14 source code, to explain the system processes, threads and processes primarily use. Includ
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-12
    • 文件大小:2784029
    • 提供者:tom
  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
    • 文件大小:976977
    • 提供者:阳光
  1. MultiThread6

    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. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2285377
    • 提供者:zouxianjian
« 1 2 3 4 56 7 8 9 10 ... 46 »
搜珍网 www.dssz.com