码迷,mamicode.com
首页 >  
搜索关键字:RIP    ( 12886个结果
ADC
#include "sys.h" #include "delay.h" #include "adc.h" //PF6 ADC3 通道4 void my_adc3_init() { ADC_InitTypeDef ADC_InitStruct; GPIO_InitTypeDef GPIO_InitSt... ...
分类:其他好文   时间:2016-12-24 16:55:10    阅读次数:243
linux系统硬件配置查看方法
一:查看cpu more /proc/cpuinfo | grep "model name" grep "model name" /proc/cpuinfo 如果觉得需要看的更加舒服 grep "model name" /proc/cpuinfo | cut -f2 -d: 二:查看内存 grep ...
分类:系统相关   时间:2016-12-24 16:37:52    阅读次数:172
Javascript、Jquery获取浏览器和屏幕各种高度宽度
Javascript: IE中:document.body.clientWidth ==> BODY对象宽度document.body.clientHeight ==> BODY对象高度document.documentElement.clientWidth ==> 可见区域宽度document.d ...
分类:编程语言   时间:2016-12-24 14:24:25    阅读次数:232
this的指向(慢慢添加)
this的指向: 1.行间调用函数: ...
分类:其他好文   时间:2016-12-24 14:19:37    阅读次数:151
Linux下安装webstorm
Linux下安装webstorm 1--在webstorm官网里面下载最新的版本 WebStorm-11.0.3.tar.gz 2--创建webstorm的安装目录 #mkdir /usr/webstorm 3--解压 # tar zxvf WebStorm-11.0.3.tar.gz -C /us ...
分类:Web程序   时间:2016-12-24 14:07:05    阅读次数:183
缓速动画原理
600 ...
分类:其他好文   时间:2016-12-24 13:40:45    阅读次数:146
【JavaScript忍者秘籍】
...
分类:编程语言   时间:2016-12-24 11:33:40    阅读次数:162
cordova iOS blank iframe iphone iframe 白屏 ios iframe 白屏
(1)解决方案 http://stackoverflow.com/questions/36572537/cordova-ios-blank-iframe/36587026 在 index.html中配置meta <meta http-equiv="Content-Security-Policy" c ...
分类:移动开发   时间:2016-12-24 02:23:48    阅读次数:263
BZOJ 4668: 冷战
Description 在一个图上,在两个点间连一条边,问这两个点最早在什么时候联通. Sol 并查集+启发式合并. 按秩合并的并查集...我也不知道什么是按秩合并,反正就跟启发式合并差不多,合并的时候将小的往大的里和,因为每次增长都是小集合倍数的两倍以上,所以层数不超过 \(log n\) 然后连 ...
分类:其他好文   时间:2016-12-23 22:47:19    阅读次数:221
matches field ID value 17.9.1 The LABEL element
https://www.w3.org/TR/html401/interact/forms.html#edef-LABEL ...
分类:其他好文   时间:2016-12-23 21:55:41    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!