本文由PurpleSword(jzj1993)原创,转载请注明
原文网址 http://blog.csdn.net/jzj1993
1.px = Pixels,像素值
2.dp = dip = device independent pixel,设备独立像素(安卓专用虚拟像素单位)
3.density,屏幕密度
(1)近似换算关系 px = dip*...
分类:
移动开发 时间:
2014-09-04 22:22:50
阅读次数:
291
LeetCode: Maximal RectangleGiven a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.地址:htt...
分类:
其他好文 时间:
2014-09-03 22:36:37
阅读次数:
220
读取配置文件,如:independent_variable: A B C Ddependent_variable: Q S MQ = !(A | B)S = B & C | DM = Q ^ S输出:A B C D : Q S M0 0 0 0 : 1 0 10 0 0 1 : 1 1 ...
分类:
其他好文 时间:
2014-08-29 19:40:18
阅读次数:
181
Abstract. The natural parametric equations of a curve are parametric equations that represent the curve in terms of a coordinate-independent parameter...
分类:
其他好文 时间:
2014-08-25 22:34:44
阅读次数:
298
/*写一个程序可以对两个字符串进行测试,得知第一个字符串是否包含在第二个字符串中。如字符串”PEN”包含在字符串“INDEPENDENT”中*/#include #include void main(){ char a[100]; char b[100]; int i , j; ...
分类:
编程语言 时间:
2014-08-25 20:49:15
阅读次数:
229
My intuition is flood-fill the BFS solution, which is O(n^4); and then I figured out a DP solution which is O(n^4)..So I googled some hints: it can be...
分类:
其他好文 时间:
2014-08-24 09:08:32
阅读次数:
194
有几个概念以及相关公式先理解下:1、dp:device independent pixels(设备独立像素),是像素和密度的比dp = px / density2、dpi(dot per inch每英寸的点数)和ppi相等,是屏幕对角线的像素数和屏幕尺寸的比例dpi = ppi = (√(scree...
分类:
移动开发 时间:
2014-08-22 16:06:58
阅读次数:
250
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.思路:参见《浅谈用极大化思想解决最大子矩形问题》。这道题我不会,还...
分类:
其他好文 时间:
2014-08-21 22:45:04
阅读次数:
178
1. 独立成分分析(ICA)的起源:独立成分分析(Independent Component Analysis),最早应用于盲源信号分离(Blind Source Separation,BBS)。起源于“鸡尾酒会问题”,描述如下:在嘈杂的鸡尾酒会上,许多人在同时交谈,可能还有背景音乐,但人耳却能准确...
分类:
其他好文 时间:
2014-08-20 12:01:42
阅读次数:
594
中新网8月19日电 据美国《星岛日报》报道,正在竞选副州长职位的候选人吴修铭日前再下一城,之前已经决定为对手、州长柯谟团队的副州长候选人胡楚背书的西村独立民主党俱乐部(Village Independent Democrats)改变主意,决定取消之前的背书决定,而转为吴修铭背书。 西村独立民主...
分类:
其他好文 时间:
2014-08-19 18:56:15
阅读次数:
187