码迷,mamicode.com
首页 >  
搜索关键字:density peaks    ( 329个结果
Clustering by fast search and find of density peaks代码详解
发表在2014年Science上的聚类方法Clustering by fast search and find of density peaks,不在这赘述介绍了,其matlab代码详细注释下面给出,如果想看该方法的详细解释说明,推荐在阅读原文的基础上,参考这位博主的博文 http://blog.csdn.net/itplus/article/details/38926837 本文版权...
分类:其他好文   时间:2015-04-21 09:37:43    阅读次数:375
getDimension,getDimensionPixelOffset和getDimensionPixelSize的一点说明
getDimension和getDimensionPixelOffset的功能类似,都是获取某个dimen的值,但是如果单位是dp或sp,则需要将其乘以density如果是px,则不乘。并且getDimension返回float,getDimensionPixelOffset返回int.而getDi...
分类:其他好文   时间:2015-04-16 12:07:24    阅读次数:161
【Qt编程】设计ColorBar颜色栏
画过图的都知道,我们常常用颜色的深浅来表示值的大小,在Matlab作图中,我们使用的是colorbar这个函数来给出颜色的直观参考。下面给出Matlab的示例:在Matlab命令窗口输入: figure surf(peaks) colorbar 可以得到的图像如下: 通过右击该颜色栏,可以选择不同的颜色,当选择jet后,可以得到如下的图像: 那上面的示例...
分类:其他好文   时间:2015-04-09 11:53:25    阅读次数:2278
整理ldpi,mdip,hdpi,xhdpi及对应density
drawable                       h*w            density drawable-ldpi          320*240           120   (0.75) drawable-mdpi        480*320          160   (1) drawable-hdpi         800*480           2...
分类:其他好文   时间:2015-04-08 11:00:50    阅读次数:92
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. publ...
分类:其他好文   时间:2015-04-08 07:59:22    阅读次数:90
ZOJ 3708 Density of Power Network(水题)
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3708 题意:     题意挺简单的,就是数一下有多少种线路,并处以公交车的数量。题目的图很吓人,如果被这唬了的话就惨了,省赛的时候每道题都应该仔细看过,以免造成不必要的损失。 解法一:      队友用的方法是用一张二维图来表示,如果对应位置已经被标记过了...
分类:Web程序   时间:2015-04-07 09:58:05    阅读次数:157
[LeetCode]Find Peak Element
A peak element is an element that is greater than its neighbors. Given an input array where num[i] ≠ num[i+1], find a peak element and return its index. The array may contain multiple peaks,...
分类:其他好文   时间:2015-04-05 17:31:44    阅读次数:108
数理统计习题二
{\bf Question 2:\ }Suppose that $X$ has density function\[f_\theta(x) = \frac{x^{\theta-1} e^{-x}}{\Gamma(\theta)} I \{ x>0\}.\]Find expressions for t...
分类:其他好文   时间:2015-04-01 17:24:12    阅读次数:118
数理统计习题一
{\bf Question 1:}Let $X\sim f_\theta(x)$ for some density function $f_\theta(x)$ and define\[I(\theta) = E_\theta\left[ \left( \frac{\partial}{\partia...
分类:其他好文   时间:2015-04-01 16:43:40    阅读次数:288
Leetcode: Find Peak Element
题目: A peak element is an element that is greater than its neighbors.Given an input array where num[i] ≠ num[i+1], find a peak element and return its index.The array may contain multiple peaks, in that...
分类:其他好文   时间:2015-03-30 01:42:48    阅读次数:149
329条   上一页 1 ... 22 23 24 25 26 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!