码迷,mamicode.com
首页 >  
搜索关键字:low case    ( 12880个结果
POJ 2823 单调队列
Sliding Window Time Limit: 12000MS   Memory Limit: 65536K Total Submissions: 36469   Accepted: 10803 Case Time Limit: 5000MS Description An array of size n ≤ 106 is gi...
分类:其他好文   时间:2014-05-13 15:36:47    阅读次数:357
Spinner 简介
Spinner 提供了快速从一个数据集中选择一个值的方法,默认显示的是当前选择的值,点击可以显示下拉列表,用户可以列表中选择一个新值。spinner有两种显示模式dialog和dropdown,有不同的属性对应使用:spinner源码中的片段switch (mode) { case M...
分类:其他好文   时间:2014-05-12 00:32:02    阅读次数:412
设计模式中的六大设计原则之三,四
3.依赖倒置原则:High level modules should not depend upon low level modules. Both should depend upon abstractions. Abstractions should not depend upon details. Details should depend upon abstractions. 意思是:高...
分类:其他好文   时间:2014-05-11 22:15:36    阅读次数:326
POJ 3468 A Simple Problem with Integers(线段树)
题目链接:http://poj.org/problem?id=3468 A Simple Problem with Integers Time Limit: 5000MS   Memory Limit: 131072K Total Submissions: 56005   Accepted: 16903 Case Time Limit...
分类:其他好文   时间:2014-05-11 18:40:16    阅读次数:301
C语言之关键字
1. C99标准规定了如下关键字:auto _Bool break case char _Complexconst continue default restrict do ...
分类:编程语言   时间:2014-05-10 02:27:27    阅读次数:422
BC1.2的一些心得
什么叫DCD DataContact Detect(DCD)     1.首先是DCD 2.然后是Primary detection 3.然后是Secondary detection     检测充电的条件是VBUS>VOTG_SESS_VLD 检测流程 1.DCD 阶段 打开IDP_SRC与RDM_DWN,检测D+上的电压和VLGC_LOW比较.如果VDP小于VLG...
分类:其他好文   时间:2014-05-09 21:02:41    阅读次数:377
otg thinking
1.为了节电,某些设备在suspend的时候把vbus关掉   2.SRP作用是Bdevice可以请求A-device打开VBUS.     3.一般来说在enable PHY之后都需要打开ID的上拉电阻   即使PHY处于low power mode 也应该能检测到: a.remote wakeup信号。 b.ID变化的信号 (在Intel FFRD上...
分类:其他好文   时间:2014-05-09 20:45:37    阅读次数:281
How to Implement Bluetooth Low Energy (BLE) in Ice Cream Sandwich
ShareThis - By Vikas VermaBluetooth low energy (BLE) is a feature of Bluetooth 4.0 wireless radio technology, aimed at new, principally low-power and ...
分类:其他好文   时间:2014-05-09 10:07:10    阅读次数:448
嵌入式linux 内核关机函数实现
arch/arm/kernel/process.c实现pm_power_off=关机函数参考board-omap3touchbook.c文件中pm_power_off=omap3_touchbook_poweroff;staticvoidomap3_touchbook_poweroff(void) { intpwr_off=TB_KILL_POWER_GPIO; if(gpio_request_one(pwr_off,GPIOF_OUT_INIT_LOW,"DVIreset")<0..
分类:系统相关   时间:2014-05-09 07:03:00    阅读次数:470
sql server管理工具连接远程服务器sql azure出现异常关闭
我本机装了sqlserver2014开发版,我用ssms连接sqlazure没问题。今天装完最新vs2012/2013update后,启动ssms连接sqlazure就出现异常。我修复下管理工具也不行。其它机器上安装sqlserver管理工具都能连接上。打微软800-820-3800开case,人家拒绝开,他们居然说这是sqlazure问题,..
分类:数据库   时间:2014-05-09 06:50:50    阅读次数:395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!