搜索资源列表
Visual Basic .NET 中实现后台进程
- 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
MvpProject
- 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
multithread
- Give Your .NET-based Application a Fast and Responsive UI with Multiple Threads
CWinThread
- UI多线程测试用例,启发作用,学习一下,可以一举反三-UI multi-threaded test cases, stimulating, learning about, you can at one stroke, anti-
vcthreads
- VC 多线程操作实例源代码 如何安全终止线程 如何创建UI线程 如何创建Worker线程 如何等待线程结束 如何挂起和恢复线程 如何获得线程的退出码 如何使用互斥量 如何使用临界区 如何使用事件 如何使用信号量 有此实例代码,多线程无忧!-VC multi-threaded operating source code examples how to safely terminate a thr
CREATE-UI
- 多线程学习—创建UI:(任何大型软件中都需要用,很经典的学习软件)-Multithreading learning- how to use the event: (any large software are needed, it classical learning software)
VCLongRun
- 多线程的编程,将耗时的工作放在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
CrazyMD5
- 计算字符串、文件的MD5值,采用多线程,算法效率极高,UI简洁,易用。-Calculation of the string, the MD5 value of files, using multi-threaded, highly efficient algorithms, UI is simple and easy to use.
background worker
- 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
HowToUseTheThreadOfUI
- 这是一个描述如何使用用户界面线程的程序,-This is a program which illustrates how to use the thread of UI
ui_thread
- 如何创建UI线程,对线程感兴趣的可以了解下,很不错的。-How to create a UI thread, the thread of interest can understand, it is very good.
MultiThread6
- VC多线程例程六及图解文档(界面线程) 包括源代码-VC and multi-threaded routines six graphic documentation (UI thread), including source code
UI
- 该程序简单介绍了线程UI的创建过程,简单实用,方便可靠。-The program simply describes the process of creating the UI thread, simple, practical, convenient and reliable.
UIjincheng
- 如何创建UI线程的Demo程序,这个例子不错!-How to create a UI thread the Demo program, a good example!
vcthreads
- 10个VC++多线程操作实例源代码,内容涉及如何安全终止线程、如何创建UI线程、如何创建Worker线程、如何等待线程结束、如何挂起和恢复线程、如何获得线程的退出码、如何使用互斥量、如何使用临界区、如何使用信号量等内容,入门者更应该看一看,多线程的使用很广泛,可以提高程序效率-10 VC++ multi-threaded operation examples of source code, content involves how to safely terminate a thread, ho
UIThread
- 用户界面线程:演示如何使用用户界面线程,以及线程的创建-Demonstrate how to use UI process
VCPPUIthread
- 使用线程创建一个UI线程供新手学习。是一个不错的学习资料。值得下载-Use the thread to create a UI thread for novices to learn. Is a good learning materials. Worth downloading
multithreadingTest
- 一个窗体demo,可以实现C#最核心的多线程UI操作-multithreading Test Demo,Windows
AfxBeginThead3
- MFC UI线程的例子,线程与线程通讯,-UI Thread sample