网易公开课,第15课 notes,11 参考, PCA本质是旋转找到新的基(basis),即坐标轴,并且新的基的维数大大降低 ICA也是找到新的基,但是目的是完全不一样的,而且ICA是不会降维的 对于ICA,最经典的问题,“鸡尾酒会”问题 在鸡尾酒会,上很多人同时在说话,还有背景音乐,如果我们放若干...
分类:
其他好文 时间:
2014-08-15 17:33:09
阅读次数:
197
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.参考“Largest Rectangle in Histogram...
分类:
其他好文 时间:
2014-08-15 12:45:58
阅读次数:
162
WindowsServer2012支持最多32块网卡组成“双活”模式,实现吞吐量32倍的增长。成组模式:Switch-independent(交换机独立):这是配置时的默认值,此模式不要求交换机参与组合配置,由于独立模式下的交换机不知道网卡是主机上组合一部分,teaming组中的网卡可以连接到不同的交..
磁盘阵列(Redundant Arrays of independent Disks,RAID),有“价格便宜具有冗余能力的磁盘阵列”之意。原理是利用数组方式来作磁盘组,配合数据分散排列的设计,提升数据的安全性。磁盘阵列是由很多价格较便宜的磁盘,组合成一个容量巨大的磁盘组,利用个别磁盘提供数据所产生...
分类:
其他好文 时间:
2014-07-31 23:31:20
阅读次数:
263
先介绍一下这几个单位:
px : pixels(像素),对应屏幕上的实际像素点。
dip :device independent pixels,与密度无关的像素,基于屏幕密度的抽象单位。在每英寸160点的显示器上,
1dp = 1px ,即1 :1关系。(dp 就是 dip)
sp : scaled pixels(放大像素).与密度和字体缩放度无关的像素。 主要用于字体显示...
分类:
移动开发 时间:
2014-07-30 10:01:57
阅读次数:
258
有必要了解的 Android中常见的单位 dip, dp, px, sp之间的区别:dip: device independent pixels(设备独立像素). 不同设备有不同的显示效果,这个和设备硬件有关,一般我们为了支持WVGA、HVGA和QVGA 推荐使用这个,不依赖像素。px: pixel...
分类:
移动开发 时间:
2014-07-30 09:47:43
阅读次数:
443
题目:Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.题解:这道题可以应用之前解过的Largetst Recta....
分类:
编程语言 时间:
2014-07-26 09:55:57
阅读次数:
301
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.题解,很巧妙的一道题,对于一个0-1矩阵,它的每一行及以上都可以看...
分类:
其他好文 时间:
2014-07-25 10:53:01
阅读次数:
292
A method of transferring data between a software defined network (SDN) and an information-centric network (ICN), wherein the method comprises receivin...
分类:
Web程序 时间:
2014-07-25 03:09:19
阅读次数:
466
一、基本概念dip : device independent pixels ,设备无关像素。既然是设备无关,我还是觉得device靠谱。dp :就是dippx : 像素不多说 dpi :dots per inch , 直接来说就是一英寸多少个像素点。常见取值 120,160,...
分类:
其他好文 时间:
2014-07-14 17:48:45
阅读次数:
347