CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程 搜索资源 - ui

搜索资源列表

  1. Visual Basic .NET 中实现后台进程

    0下载:
  2. 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:173784
    • 提供者:程崇刚
  1. MvpProject

    0下载:
  2. n this article I will show to use the Model View Presenter pattern to remove logic from the UI and move it to a controller class. Furthermore, I will show an easy way to enable threading within the application and follow the rule of \"no business wor
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:22494
    • 提供者:dozingcat
  1. multithread

    0下载:
  2. Give Your .NET-based Application a Fast and Responsive UI with Multiple Threads
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:126252
    • 提供者:驿动旅人
  1. CWinThread

    0下载:
  2. UI多线程测试用例,启发作用,学习一下,可以一举反三-UI multi-threaded test cases, stimulating, learning about, you can at one stroke, anti-
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:27778
    • 提供者:阿臭
  1. vcthreads

    0下载:
  2. VC 多线程操作实例源代码 如何安全终止线程 如何创建UI线程 如何创建Worker线程 如何等待线程结束 如何挂起和恢复线程 如何获得线程的退出码 如何使用互斥量 如何使用临界区 如何使用事件 如何使用信号量 有此实例代码,多线程无忧!-VC multi-threaded operating source code examples how to safely terminate a thr
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-26
    • 文件大小:133714
    • 提供者:田浩
  1. CREATE-UI

    0下载:
  2. 多线程学习—创建UI:(任何大型软件中都需要用,很经典的学习软件)-Multithreading learning- how to use the event: (any large software are needed, it classical learning software)
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:27640
    • 提供者:张毅
  1. VCLongRun

    0下载:
  2. 多线程的编程,将耗时的工作放在worker线程中,可实现动态调用UI界面的文本框和Static控件-Multi-threaded programming, will be time-consuming work on the worker thread, you can achieve the dynamic invocation interface UI text box and Static Control
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:30616
    • 提供者:Steven Xia
  1. CrazyMD5

    0下载:
  2. 计算字符串、文件的MD5值,采用多线程,算法效率极高,UI简洁,易用。-Calculation of the string, the MD5 value of files, using multi-threaded, highly efficient algorithms, UI is simple and easy to use.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:25239
    • 提供者:kylin
  1. background worker

    1下载:
  2. TBackgroundWorker v1.10. The TBackgroundWorker component allows you to run an operation on a separate, dedicated thread. Time-consuming operations like downloads and database transactions can cause your user interface (UI) to seem as though it has
  3. 所属分类:进程与线程

    • 发布日期:2013-02-23
    • 文件大小:18513
    • 提供者:Yan
  1. HowToUseTheThreadOfUI

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

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

    0下载:
  2. 如何创建UI线程,对线程感兴趣的可以了解下,很不错的。-How to create a UI thread, the thread of interest can understand, it is very good.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:13749
    • 提供者:
  1. create-UI-Thread-

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

    • 发布日期:2017-04-15
    • 文件大小:13683
    • 提供者:小红
  1. MultiThread6

    1下载:
  2. VC多线程例程六及图解文档(界面线程) 包括源代码-VC and multi-threaded routines six graphic documentation (UI thread), including source code
  3. 所属分类:Process-Thread

    • 发布日期:2015-12-05
    • 文件大小:560128
    • 提供者:onsunsl
  1. UI

    0下载:
  2. 该程序简单介绍了线程UI的创建过程,简单实用,方便可靠。-The program simply describes the process of creating the UI thread, simple, practical, convenient and reliable.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:14898
    • 提供者:葛坚定
  1. UIjincheng

    0下载:
  2. 如何创建UI线程的Demo程序,这个例子不错!-How to create a UI thread the Demo program, a good example!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:14770
    • 提供者:吴杨
  1. vcthreads

    0下载:
  2. 10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率-10 VC++ multi-threaded operation examples of source code, content involves how to safely terminate a thread, ho
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:131246
    • 提供者:xdh
  1. UIThread

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

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

    0下载:
  2. 使用线程创建一个UI线程供新手学习。是一个不错的学习资料。值得下载-Use the thread to create a UI thread for novices to learn. Is a good learning materials. Worth downloading
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:8637
    • 提供者:段红涛
  1. multithreadingTest

    0下载:
  2. 一个窗体demo,可以实现C#最核心的多线程UI操作-multithreading Test Demo,Windows
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-29
    • 文件大小:57319
    • 提供者:金维
  1. AfxBeginThead3

    0下载:
  2. MFC UI线程的例子,线程与线程通讯,-UI Thread sample
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-21
    • 文件大小:38819419
    • 提供者:徐志鸿
« 12 »
搜珍网 www.dssz.com