搜索资源列表
NetHomework5
- 使用WinForm控件建立一个窗口,在窗口中放置3个进度条。实现后一个进度条是前一个进度条速度的1/10。如第一个进度条前进100 时,第二个进度条前进10 ,第三个进度条前进1 。 3.第一、二个进度条循环读取,直到第三个进度条达到100 时结束。进度条通过线程间的同步控制速度, 实现了进度条的开启、暂停、重启功能。 -WinForm controls to create a window in the window placed three of the progress bar
Thread
- 为3个进度条设置速度不同的三个线程,通过线程同步控制速度-Set the speed of the progress bar for three different three threads, thread synchronization speed control