码迷,mamicode.com
首页 >  
搜索关键字:density peaks    ( 329个结果
AN2820 Driving bipolar stepper motors using a medium-density STM32F103xx microcontroller
AN2820 Driving bipolar stepper motors using a medium-density STM32F103xx microcontrollerIntroductionThis application note describes how to achieve com...
分类:其他好文   时间:2015-08-21 19:01:20    阅读次数:185
R中的正态分布函数
norm表示正态分布:rnorm(x):表示生成随机x个正态分布的序列,randomdnorm(x):输出正态分布的概率密度函数,density function————plot(dnorm(x)),画出密度曲线pnorm(x):输出正态分布的分布函数,概率函数,probability functi...
分类:其他好文   时间:2015-08-18 11:28:26    阅读次数:8185
The partial charge density (1)
=============================================================================================The partial charge density corresponding to the band stru...
分类:其他好文   时间:2015-08-14 15:24:10    阅读次数:609
《第一行代码--Android》阅读笔记之界面设计
1.单位dp、dip、sp、pt、px、in、mm这里引用StackOverFlow上的一个解答:pxis one pixel.spis scale-independent pixels.dipis Density-independent pixels.(dip == dp is ture)Here...
分类:移动开发   时间:2015-08-11 20:53:50    阅读次数:275
如何在代码中设置以dp为单位的长度
获取当前屏幕的密度系数 ,并设置控件以dp为单位的长宽 float density = getResources().getDisplayMetrics().density; params = new LayoutParams((int) (10 * density), (int) (10 * de...
分类:其他好文   时间:2015-08-09 23:57:22    阅读次数:117
Android屏幕density, dip等相关概念总结
1、几个术语 VGA、HVGA、QVGA、WVGA、WQVGA 这些术语都是指屏幕的分辨率。 VGA:Video Graphics Array,即:显示绘图矩阵,相当于640×480 像素; HVGA:Half-size VGA;即:VGA的一半,分辨率为480×320; QVGA...
分类:移动开发   时间:2015-07-28 16:09:27    阅读次数:202
Peaks【遗留问题】
1 /// 2 /// Solution 3 /// 通过率 83/60 4 /// 5 /// 6 /// 7 public int solution(int[] A) 8 ...
分类:其他好文   时间:2015-07-26 05:55:06    阅读次数:115
BitmapFactory.Options详解
public?Bitmap inBitmap If set, decode methods that take the Options object will attempt to reuse this bitmap when loading content. public int inDensity The pixel density to use for the bitmap. pub...
分类:其他好文   时间:2015-07-25 15:24:03    阅读次数:146
Hadoop实现Clustering by fast search and find of density peaks (2)
本篇博客参考:Clustering by fast search and find of density peaks论文以及http://www.cnblogs.com/peghoty/p/3945653.html。 使用版本:Hadoop版本:2.6.0,Myeclipse:10.0 本地集群情况:node101  (主节点,namenode,datanode,ResourceManager,N...
分类:其他好文   时间:2015-07-24 18:32:48    阅读次数:138
转载:百为STM32开发板教程之十一——NOR FLASH
转载:http://bbs.21ic.com/icview-586199-1-1.html百为STM32开发板教程之十一——NOR FLASH参考文档:百为stm32开发板光盘\st官方参考资料\Application notes\AN2784 Using the high-density STM3...
分类:其他好文   时间:2015-07-16 00:23:00    阅读次数:391
329条   上一页 1 ... 19 20 21 22 23 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!