Description:Linda is a shopaholic. Whenever there is a discount of the kind where you can buy three items and only pay for two, she goes completely ma...
分类:
其他好文 时间:
2015-12-14 20:55:30
阅读次数:
268
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矩阵中的最大矩形区域:DP问题,可以使用数组记下当前行位...
分类:
其他好文 时间:
2015-12-08 23:48:48
阅读次数:
203
A Universal Asynchronous Receiver and Transmitter (UART) in Exynos 4412 SCP provide four independent Exynos 4412 SCP的UART提供了4个异步串口通道(ch0~3)。还...
分类:
其他好文 时间:
2015-12-07 22:46:22
阅读次数:
639
RAID是英文Redundant Array of Independent Disks(独立磁盘冗余阵列),简称磁盘阵列。下面将各个级别的RAID介绍如下。一、为什么使用Raid?1、对磁盘高速存取(提速):RAID将普通硬盘组成一个磁盘阵列,在主机写入数据,RAID控制器把主机要写入的数据分解为多...
分类:
其他好文 时间:
2015-11-30 00:39:45
阅读次数:
273
RAID是英文Redundant Array of Independent Disks(独立磁盘冗余阵列),简称磁盘阵列。下面将各个级别的RAID介绍如下。RAID0条带化(Stripe)存储。理论上说,有N个磁盘组成的RAID0是单个磁盘读写速度的N倍。RAID 0连续以位或字节为单位分割数据,并...
分类:
其他好文 时间:
2015-11-29 18:10:17
阅读次数:
189
BMP到底是何方神圣? BMP文件格式,又称为Bitmap(位图)或是DIB(Device-Independent Device, 设备无关位图),是Windows系统中广泛使用的图像文件格式。由于它可以不作任何变换 地保存图像像素域的数据,因此成为我们取得RAW数据的重要来源。Windows的图....
分类:
其他好文 时间:
2015-11-25 10:09:00
阅读次数:
128
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing all 1's and return its area.For example, given the following matr...
分类:
其他好文 时间:
2015-11-19 00:33:41
阅读次数:
144
本文为个人博客备份文章,原文地址:http://validvoid.net/win2d-dpi-dips/本文旨在解释物理像素与设备独立像素(DIPs, device independent pixels)之间的区别,以及 Win2D 如何处理 DPI (dots per inch/每英寸点数)。W...
参考资料:1.-fpicGenerate position-independent code (PIC) suitable for use in a shared library, if supported for the target machine. Such code accesses all...
分类:
系统相关 时间:
2015-11-17 12:36:03
阅读次数:
177
原文地址:http://blog.csdn.net/chenyufei1013/article/details/8363619摘要 本文介绍了android单位dp,dip的概念,并给出了它的确切含义。概述 Android中,dp是Density-independent Pixels简写,...
分类:
其他好文 时间:
2015-11-11 22:08:47
阅读次数:
259