搜索资源列表
MultiThread9
- 多线程事例小程序,适合初学者学习多线程的相关知识,代码注释完整。
MultiThread9
- 多线程事例小程序,适合初学者学习多线程的相关知识,代码注释完整。-Examples of small multi-threaded program, suitable for beginners to learn the relevant knowledge multithreading, code integrity of the Notes.
MultiThread9
- 建立一个基于对话框的工程MultiThread9-Establishment of a dialog-based project MultiThread6 the dialog IDD_MULTITHREAD6_DIALOG a button IDC_UI_THREAD, heading for the user interface thread, right-click project and select the " New Cla
MultiThread9
- 使用CEvent类来实现线程间同步,在Dialog 界面上含一个按钮,两个编辑框。点击按钮,一个编辑框开始更新数据,等它更新完后会SetEvent以便第二个编辑框开始更新数据。-Using CEvent class to realize synchronization among threads.