Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Thread synchronization method
5.0
Effective synchronization between threads is very important. In this program, four methods are used to solve the problem of thread synchronization. It includes critical area, mutual exclusion, signal lamp, event and so on.
plstudio1@eyou.com
2016-08-23
3
1
User interface thread
4.0
User interface thread: use user interface thread to realize the effect of software title. Different from worker thread, user interface thread is usually used to process user input and respond to user generated messages.
plstudio1@eyou.com
2016-08-23
0
1
The process manager
4.0
Using VC to achieve similar with Task Manager process management. Including process display, process termination, and other functions. Also includes the display of a particular thread, covered by the particular process module information extraction, and other functions.
plstudio1@eyou.com
2016-08-23
1
1
No more~