搜索资源列表
体检程序 HEALTH 用户界面线程 通信
- 一个体验程序,让初学者了解线程之间的通讯-an experience procedures for the beginners to understand the communication between threads
UITHREAD
- 用户界面线程示例 呵呵,多来几个线程的例子-user interface thread example Oh, a few more examples of threads
MultiThread6
- windows的多线程编程(界面线程和辅助线程),mfc相关2
08
- 以一个具体实例介绍工作者线程和用户界面线程的创建。在本实例中将创建一个工作者线程和用户界面线程。
wz2
- MFC中有两类线程,分别称之为工作者线程和用户界面线程。本例演示这两类线程!
bank_service
- 模拟银行排队系统,分vip和普通用户,运用多线程实现多窗口,同时运用egg来完成图形界面的显示-Queuing System Simulation banks, sub-vip and ordinary users, the use of multi-threaded multi-window, while the use of egg to complete the graphical interface display
MultiThread
- 本程序是一个多线程实例,界面中包含了三个进度条。-This procedure is a multi-threaded example, the interface includes three progress bar.
win32_MultiThreads
- VC 实现的 多线程实例, 采用界面线程实现。-VC to achieve multi-threaded example, using threads to achieve the interface.
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
multiline
- 建立一个工程,主线程负责用户交互,界面上提供一个按钮,通过它用户建立一个新的线程处理复杂的计算。多个线程可以共享内存中的某些变量。线程可以中止,挂起。线程间需要同步-Set up a project, the main thread is responsible for user interaction, provide a button on the interface through which users set up a new thread to handle complex calc
MuliThread1
- 普通多线程问题,MFC界面实现,适合初学者使用-Common multi-threading issues, MFC interfaces, suitable for beginners to use
20100428MultiThread6
- 该程序使用MFC类库演示如何创建用户界面线程。-The program demonstrates how to create user interface thread.
dllinject
- 远程线程注入,可以注入系统进程。有界面。-Remote thread injection, can be injected into the system process. includes interface.
GlobalVariable
- vc++演示多线程之间的通信,通过全局变量和自定义消息在用户界面线程和工作线程之间通信-multi-thread demo
MulThread
- 多线程编程实例,一个线程控制进度条,另一个线程控制小球运动。本例子是学习多线程编程很界面编程很好的例子-Multi-threaded programming examples, a thread of control progress bar, another thread of control ball movement. This example is multi-threaded programming is to learn good example of programming int
MultiThread6
- VC多线程例程六及图解文档(界面线程) 包括源代码-VC and multi-threaded routines six graphic documentation (UI thread), including source code
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b
iklsmw8
- 和outlook界面类似的一个界面例程,vc++mfc实现()
bjtwese
- 用户界面线程示例呵呵,多来几个线程的例子()
MFC用户界面线程的创建
- 实现界面线程和工作线程,简单的文件拷贝,包括进度条、速度、时间的显示。(To achieve interface threads and work threads, simple file copy, including the progress bar, speed, time display.)