-
-
-
-
Auto_Thread.rar
与轮询相对应的另外一种检测方式-多线程(multi-thread),本程序中,除了主线程以外,原来的应用程序还有线程在执行,形成了应用程学的多线程模式。
-
-
-
example-4.rar
... demonstrates the use of Semaphores,
Threads, and Timers.
Three "Filler" threads are created that loop waiting for a while
and then adding a value to the end of a circular buffer.
The main thread removes words from the buffer and prints them.
-
-
-
progress_ctrlx_src.zip
Progress Bar是讓使用者瞭解現狀的好方法!把控件放到CMyProgressForm 這個 CDialog 中, 那麼在使用時可以使用 Modeless 的方式, 把 Dialog 建立起來。當然了, 你的高耗時程式應該要用一條特別的 thread來執行,否則視窗根本不會繪圖。
-
-