码迷,mamicode.com
首页 >  
搜索关键字:gadget    ( 82个结果
UVA - 839
Not so MobileBefore being an ubiquous communications gadget, amobilewas just a structure made of strings and wires suspending colourfull things. This ...
分类:其他好文   时间:2014-11-26 12:49:07    阅读次数:222
Not so Mobile
Not so Mobile Before being an ubiquous communications gadget, a mobile was just a structure made of strings and wires suspending colourfull things. This kind of mobile is usually found h...
分类:其他好文   时间:2014-11-21 23:21:20    阅读次数:213
linux kernel的cmdline参数解析原理分析
依据我的思路(时间顺序,如何开始,如何结束),首先看kernel下2种参数的注册。 第一种是kernel通用参数,如console=ttyS0,115200 root=/rdinit/init等。这里以console为例。 第二种是kernel下各个driver中需要的参数,在写driver中,如果需要一些启动时可变参数。 可以在driver最后加入module_param()来注册一个参数,kernel启动时由cmdline指定该参数的值。 这里以drivers/usb/gadget/serial.c中...
分类:系统相关   时间:2014-11-15 10:08:29    阅读次数:1331
The importance of high-quality sand making machine industry in the Sand
but the introduction of new vertical roller mill every single gadget, technical achievements, innovation necessitates a process of improvement, so lon...
分类:系统相关   时间:2014-10-15 20:25:11    阅读次数:230
Linux USB gadget 网络体验
平台:Mini2440系统:linux-2.6.32.2主机:Windows配置USB gadget功能中的usbnet时,主要工作是加载g_ether.ko模块,但是试了好几次插到电脑上,都是没反应,windows识别不到设备,查 阅资料后才知道是USB接口的上拉问题,mini2440通过GPC5...
分类:系统相关   时间:2014-09-15 04:30:48    阅读次数:321
Linux USB gadget 网络体验
平台:Mini2440 系统:linux-2.6.32.2 主机:Windows 配置USB gadget功能中的usbnet时,主要工作是加载g_ether.ko模块,但是试了好几次插到电脑上,都是没反应,windows识别不到设备,查阅资料后才知道是USB接口的上拉问题,mini2440通过GPC5来上拉USB接口,只有这样主机才能识别到设备并提示安装设备。整合了资料后解决了问题,下面是...
分类:系统相关   时间:2014-09-14 19:23:37    阅读次数:415
uva 839 - Not so Mobile
Not so MobileBefore being an ubiquous communications gadget, a mobile was just a structure made of strings and wires suspending colourfull things. Th....
分类:其他好文   时间:2014-08-15 12:39:28    阅读次数:249
javascript私有静态成员
就私有静态成员而言,指的是成员具有如下属性:1.以同一个构造函数创建的所有对象共享该成员。2.构造函数外部不可访问该成员。//构造函数var Gadget = (function(){//静态变量/属性var counter = 0, NewGadGet; NewGadget = fun...
分类:编程语言   时间:2014-08-06 17:27:21    阅读次数:228
javascript公有静态成员
公共静态成员在javascript中并没有特殊语法来表示静态成员。但是可以通过使用构造函数向其添加属性这种方式。板栗: //构造函数 var Gadget = function(){}; //静态方法 Gadget.isShiny = function(){ return 'you bet';...
分类:编程语言   时间:2014-08-06 14:45:31    阅读次数:276
Linux usb gadget configfs用法
USB,configfs...
分类:系统相关   时间:2014-07-28 16:22:53    阅读次数:1019
82条   上一页 1 ... 6 7 8 9 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!