http://blog.csdn.net/youoran/article/details/10990815 Read More
posted @ 2015-12-27 19:17 chentianbao Views(106) Comments(0) Diggs(0) Edit
http://www.cnblogs.com/wuhenke/archive/2010/08/11/1797307.html Read More
posted @ 2015-12-26 11:51 chentianbao Views(103) Comments(0) Diggs(0) Edit
http://www.cppblog.com/silekey/articles/87108.html Read More
posted @ 2015-12-24 11:38 chentianbao Views(165) Comments(0) Diggs(0) Edit
这篇文章总结得很好http://blog.csdn.net/xiongxiao/article/details/3741731 Read More
posted @ 2015-12-14 10:48 chentianbao Views(175) Comments(0) Diggs(0) Edit
详情见链接http://blog.csdn.net/ithzhang/article/details/8769151 Read More
posted @ 2015-10-25 10:29 chentianbao Views(97) Comments(0) Diggs(0) Edit
http://m.blog.csdn.net/blog/wliyun123gx/39206009WaitForMultipleObjectshttp://www.cnblogs.com/gmh915/archive/2009/02/25/1945438.html Read More
posted @ 2015-10-22 10:09 chentianbao Views(143) Comments(0) Diggs(0) Edit
临界区设置锁,当有线程进入临界区后设置为锁止状态,其它线程访问同一临界区锁控制的变量时被阻塞。具体例程见以下链接:http://blog.csdn.net/ccrrt/article/details/8099297上述链接中同时涵盖了WaitForMultipleObjects()函数的使用范例。 Read More
posted @ 2015-09-18 14:35 chentianbao Views(256) Comments(0) Diggs(0) Edit
知识是从一本书上看到并总结的,书名:MFC Windows程序设计(第2版)。[美]Jeff Prosise著 北京博彦科技发展有限责任公司 译对于捕获窗口事件并添加事件处理函数的过程可以有以下两种方式的实现(以鼠标单击事件为例):1、 H文件添加:protected:afx_msg void O... Read More
posted @ 2015-09-15 17:14 chentianbao Views(269) Comments(0) Diggs(0) Edit
详见http://blog.csdn.net/laoyang360/article/details/46524519 Read More
posted @ 2015-09-10 14:40 chentianbao Views(210) Comments(0) Diggs(0) Edit
前人之述备矣,我所重复的一切都是冗余且没有意义的。详情请移步http://blog.csdn.net/richerg85/article/details/7471426对于上述内容的补充:WaitForSinglePbject()函数参数值的改变导致线程返回的机制。http://blog.csdn.... Read More
posted @ 2015-09-10 09:08 chentianbao Views(229) Comments(0) Diggs(0) Edit