搜索资源列表
Visual Basic .NET 中实现后台进程
- 多线程是一个功能强大的工具,我们可以在每次需要执行长时间运行的任务时使用该工具。我们可以用它运行辅助代码,而无需绑定用户界面。但同时要注意,多线程操作非常复杂,要正确操作并不容易,而且调试起来也比较困难。 尽管不一定能够实现,但我们还是应该尽量为每个辅助线程提供一组它可以操作的独立数据。要达到这个目的,最简单的方法就是为每个线程创建一个对象,对象中包含该线程可以操作的数据以及完成工作所需的代码。 通过实现结构化的架构,使之充当辅助线程和 UI 线程之间的媒介,我们可以大大简化编写多线程代码和 U
UITHREAD
- 用户界面线程示例 呵呵,多来几个线程的例子-user interface thread example Oh, a few more examples of threads
caozuoxitongkechengsheji
- 操作系统课程设计: 编写并调试一个单道批处理系统的作业调度程序。要求: (1)至少有四种的作业调度算法。 (2)能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。 (3)设计一个实用的用户界面,以便选择不同的作业调度算法。 -courses on operating system design : the preparation and debugging a single channel
Multi Thread
- 多线程控制实例。一个用户界面线程,负责响应工作者线程。-multithreaded control examples. A user interface thread, the thread is responsible for response workers.
读者写者问题
- 实现读者写者问题,有较好的用户交互式界面。-achieve readers who write, a better interactive user interface.
UIThreadqxc
- 本程序是关于创建用户界面的多线程编程。 -this procedure is the creation of the user interface multithreaded programming.
common_ctrl
- 中文PWIN98/95之所以深受广大计算机用户的青睐,除其在32位多任务、多线程和系统稳固性等核心技术的重要改进之外,更主要的还是其优秀的用户交互界面。这就给程序设计人员提出了新的课题,如何在自己开发的应用程序中充分利用WIN98/95支持的各种高级通用控制和视,这也是学习VC编程所必须掌握的基本内容,本文将通过实例来具体演练VC5中的这些控件。-The reason why Chinese PWIN98/95 well received by the computer user s favor
multitread_002
- MFC对多线程编程的支持.该函数有两种重载形式,分别用于创建工作者线程和用户界面线程-MFC Programming for multi-threaded support. The function has two overloaded forms, respectively, used to create worker threads and user interface threads
HospitalThread
- 用户界面线程与工作者线程的例程,不错的学习资料-The user interface thread and worker thread routine, good learning materials
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
20100428MultiThread6
- 该程序使用MFC类库演示如何创建用户界面线程。-The program demonstrates how to create user interface thread.
HospitalMultiThread
- 这是医院看病的多线程程序,有用户界面。程序很经典。-This is the hospital' s multi-threaded programs, a user interface. Procedure is classic.
UIThreadDemo1
- 不创建用户界面线程耗时操作的实例源码,有兴趣的朋友学习一下。-Does not create thread time-consuming operation of the user interface source code examples, learn about friends who are interested.
UIThreadDemo2
- 创建用户界面线程耗时操作的实例源码,有兴趣的朋友学习一下。-Time-consuming operation of the user interface thread to create an instance of source code, learn about friends who are interested.
sample1301
- 用户界面编程,该线程用来处理用户的输入并响应生成的事件和消息-User interface programming, the thread used to process user input and respond to events and messages generated
UIThreadDemo
- vc 创建MFC用户界面线程\UIThreadDemo的程序源码,希望对大家有所帮助-vc create an MFC user interface thread \ UIThreadDemo the program source code, we hope to help
MultiThread
- 多线程的学习,在一个程序中,这些独立运行的程序片断叫作“线程”(Thread),利用它编程的概念就叫作“多线程处理”。多线程处理一个常见的例子就是用户界面。利用线程,用户可按下一个按钮,然后程序会立即作出响应,而不是让用户等待程序完成了当前任务以后才开始响应。 -Multithreaded learning, in a program, these stand-alone program fragment called " thread" (Thread), use it
UIThreadDemo
- vc——创建MFC用户界面线程\UIThreadDemo的程序源码,值得一看!-vc- create an MFC user interface thread \ UIThreadDemo the program source code, worth a visit!
VCProcedureAndThread
- 共14个源代码,讲解了系统进程、线程的主要使用方式和流程。 包括获取系统进程、实现多线程多任务、使用工作线程、使用临界区同步线程、使用事件对象同步进程 使用线程优先级、使用用户界面线程、异常终止线程、正常终止线程 、终止指定进程、在程序中启动程序、在两个执行程序间进行数据通信等示例。-A total of 14 source code, to explain the system processes, threads and processes primarily use. Includ
MFC-user-interface-thread
- VC++实例258——创建MFC用户界面线程-VC++ instance 258- Create MFC user interface thread