题目链接:https://leetcode.com/problems/maximal-square/
题目:
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...
分类:
其他好文 时间:
2016-05-31 06:29:17
阅读次数:
172
RAID:RedundantArraysofInexpensive(Independent)DisksBerkeley:AcaseforRedundentArraysofInexpensiveDisksRAIDRAID的优势:提高IO能力,磁盘并行读写提高耐用性,磁盘冗余来实现级别:多块磁盘组织在一起的工作方式有所不同RAID实现的方式:外接式磁盘阵列:通过扩展卡提供..
分类:
系统相关 时间:
2016-05-16 17:55:32
阅读次数:
328
RAID磁盘的性能 1.定位
2.旋转
3.命令队列
4.数据库传输
HBA:基于主机的适配器
RAID:Redundent Array of Inexpensive Disks 廉价磁盘阵列
Independent 独立磁盘阵列Level:仅用于标识磁盘组合方式的不同,不能取代数据备份 raid0:提高读...
分类:
系统相关 时间:
2016-05-12 22:52:23
阅读次数:
225
#include
#include
//Can only be used in independent situation;
//#define getmem(type) (type*)malloc(sizeof(type))
#define buffersize 5
int processnum=0;//the num of processes
struct pcb { /* 定义进...
分类:
系统相关 时间:
2016-05-12 11:50:42
阅读次数:
229
一、Stun 用stund-0.97客户端来测试本机的NAT类型。 zlz@freescale:~/study/stund$ ./client stun.ekiga.net STUN client version 0.97 Primary: Independent Mapping, Port Dep ...
分类:
其他好文 时间:
2016-05-11 19:30:34
阅读次数:
314
题目: 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 ...
分类:
编程语言 时间:
2016-05-11 01:03:38
阅读次数:
254
unit variance 方差为1 unit variance Gaussian 标准正太分布 高斯分布 conditionally independent 条件独立 ...
分类:
其他好文 时间:
2016-05-10 12:26:05
阅读次数:
395
To the moon Problem Description BackgroundTo The Moon is a independent game released in November 2011, it is a role-playing adventure game powered by ...
分类:
其他好文 时间:
2016-05-07 22:05:19
阅读次数:
246
理想的特征应该:
1) Informative,有信息;
2) Independent,与其他特征相独立;
3) Simple,容易理解...
分类:
其他好文 时间:
2016-04-29 15:55:19
阅读次数:
205