搜索资源列表
CHAP06
- 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高第六章的代码,其中包含如下程序的代码。 6.1 隐式调用动态链接库 6.2 显式调用动态链接库 6.3 创建Win32 DLL实例 6.4 线程间的通讯 6.5 线程间的优先级 6.6 线程间的同步 6.7 创建子进程 6.8 进程间共享数据
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