码迷,mamicode.com
首页 >  
搜索关键字:format release    ( 24203个结果
我的第一个Linux 驱动模块编程实验
2014.04.28module 首测1)环境:Centos release 6.5 (Final) kernel: 2.6.32-358.23.2.e16.centos.plus.i6862)源文件及Makefile源文件:是一个入门的Hello.c文件,网上到处可以找得到。Makefile...
分类:系统相关   时间:2014-04-29 17:25:50    阅读次数:634
Conceptual blockbusting- chap2 perceptual blocks
Page 30Perceptual blocks are obstacles that prevent the problem-solver from clearly perceiving either the problem itself or the information needed to ...
分类:其他好文   时间:2014-04-28 00:54:37    阅读次数:403
自定义提示框
思路利用VA_LIST可变参数,自定义欲提醒信息。 1 // 信息提示框 2 void CDECL AlertBox(TCHAR *Format, ...) 3 { 4 TCHAR buf[1024]; 5 va_list pArglist; 6 va_start(pArgl...
分类:其他好文   时间:2014-04-27 21:34:07    阅读次数:459
24203条   上一页 1 ... 2419 2420 2421
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!