搜索资源列表
MulThread
- 进度条控件的多线程实现程序-progress of the control procedures, multithreading
ShowProgress
- 利用线程在程序繁忙时显示进度条实例,VC初学者从中可学到多线程的处理方法,有经验的开发者也可将其用到自己的程序中。
WebProgress
- web进度条,使用多线程进行进度条运行。
MutiThread
- 多线程同步控制.rar:一个运行在PDA上的多线程程序,用线程控制(1)通过PDA接收GPS信号,(2)进度条的应用,(3)时钟的应用,运行和测试环境:VS2005+多普达8125
multi_thread
- 多线程编程。利用线程启动多个窗口,并启动窗口进度条。将数字框的值作为运行延迟
wr
- 读者--写者问题,MFC完成的多线程,虽然简单,但功能具全,可以将显示该成进度条,复选框
multipleThread.rar
- 本论文是关于用互斥量实现多线程,文章以进度条的读取为例子进行详细阐述,对于有意学习多线程编程的程序员有一定的帮助作用,This paper is about the amount of use of mutually exclusive multi-thread, the progress of the article to be read as an example for details, who intend to study multi-threaded programming to h
Multi-threads-progress
- 多线程进度条显示,对于界面编程具有参考价值!-Multi threads progress
MultiThread.rar
- VC多线程,用线程控制进度条,可以设置季度条的时间,MultiThread
MultiThread
- 本程序是一个多线程实例,界面中包含了三个进度条。-This procedure is a multi-threaded example, the interface includes three progress bar.
progressThread
- 一个由多线程实现的进度条程序,每个线程控制一个进度条的进度速率。一个学习多线程和进度条progress控件的好程序!-Implemented a progress bar multi-threaded program, each thread a progress bar control the progress rate. A learning multi-thread and a good progress bar progress control program!
duoxiancheng
- 用多线程保存文件。保存同时显示进度条、对话框大小可变-failed to translate
MT
- VS2008一个简单的多线程例子:工作者线程控制精度条进度。-VS2008 a simple multi-threaded example: worker thread control accuracy of the progress section.
Genius
- 多线程的演示程序,在对话框应用程序中创建3个线程,通过进度条来显示进度条的处理-multi-thread demo program
MyTimer
- 自己做的多线程例子,让进度条滚动,非常有参考意义-mul threading!!!
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
HomeWork_Thread
- 利用三个进度条,显示多线程操作的进度,用JAVA编写的,只是个简单的应用-Using three progress bar shows the progress of multi-threaded operation, prepared with JAVA, just a simple application
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
argvikv
- vc下自己写的在多文档程序中在状态栏中添加进度条实例程序,()