搜索资源列表
Multi-threads-progress
- 多线程进度条显示,对于界面编程具有参考价值!-Multi threads progress
MultiThread
- 本程序是一个多线程实例,界面中包含了三个进度条。-This procedure is a multi-threaded example, the interface includes three progress bar.
SplashProgress
- 带有进度条的Splash启动界面,仅供参考,代码来源于网络,是初学者编写启动界面的较好例子-Splash boot screen with progress bar for your reference code from the network, is a good example for beginners start interface
MultiThread3
- 启动线程设置并展示进度条,界面上可以进行进度条时间间隔的设置及实时展示。-Start thread to set up and display the progress bar, progress bar interface can be set and the time interval displayed.
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
Processes-and-threads
- 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
MultiThread5
- 利用windows MFC 实现工作者线程,Dialog界面上包含一个两个按钮,一个编辑框,一个进度条.在编辑框输入一个数字作为进度条的计数,点击start按钮,会开启工作者线程,进度条会更新,按下user_interface 按钮,会开启用户界面线程.-realize Worker thread and user interface thread through windows MFC.There are two button,one edit box,one progress bar on
testRunableProgress
- 非常实用的QT界面编程实例,实现了利用线程编程和进度条功能,相信对大家一定会有帮助的-Very practical instances of QT interface programming, the realization of the function of using thread programming and the progress bar, believe that will be helpful to all of you!!!!!!!!!!!
test_Progress
- 多线程进度条(真正的多线程实现) 通过进行间通信,实现的真正的多线程进度条 数据处理与进度条界面处于不同的进程,真正实现进度条的多线程 -ultithreaded progress bar (true multithreading) By performing communication, to achieve real progress multithreading Data processing and the progress bar interface in a di
lock和多线程
- C#,lock和多线程的简单例子,使用线程的好处·使用线程可以把占据长时间的程序中的任务放到后台去处理 ·用户界面可以更加吸引人,这样比如用户点击了一个按钮去触发某些事件的处理,可以弹出一个进度条来显示处理的进度 ·程序的运行速度可能加快 ·在一些等待的任务实现上如用户输入、文件读写和网络收发数据等,线程就比较有用了。在这种情况下可以释放一些珍贵的资源如内存占用等等。(A simple example of C#, lock, and multithreading, the b
MFC用户界面线程的创建
- 实现界面线程和工作线程,简单的文件拷贝,包括进度条、速度、时间的显示。(To achieve interface threads and work threads, simple file copy, including the progress bar, speed, time display.)