码迷,mamicode.com
首页 >  
搜索关键字:maximal independent    ( 650个结果
85. Maximal Rectangle
85. Maximal Rectangle Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area. For exampl ...
分类:其他好文   时间:2016-12-12 14:08:17    阅读次数:154
RAID简述
RAID:Redundant Arrays of Independent Disks(独立冗余磁盘阵列) ①磁盘阵列是由很多价格较便宜的磁盘,组合成一个容量巨大的磁盘组,利用个别磁盘提供数据所产生加成效果提升整个磁盘系统效能。利用这项技术,将数据切割成许多区段,分别存放在各个硬盘上。 ②磁盘阵列还能 ...
分类:其他好文   时间:2016-12-10 13:40:38    阅读次数:249
RAID详解[RAID0/RAID1/RAID10/RAID5]
一.RAID定义RAID(Redundant Array of Independent Disk 独立冗余磁盘阵列)技术是加州大学伯克利分校1987年提出,最初是为了组合小的廉价磁盘来代替大的昂贵磁盘,同时希望磁盘失效时不会使对数据的访问受损 失而开发出一定水平的数据保护技术。RAID就是一种由多块 ...
分类:其他好文   时间:2016-12-10 09:16:46    阅读次数:221
[转]独立成分分析(Independent Component Analysis)
原文地址:http://www.cnblogs.com/jerrylead/archive/2011/04/19/2021071.html 独立成分分析(Independent Component Analysis) 1. 问题: 1、上节提到的PCA是一种数据降维的方法,但是只对符合高斯分布的样本 ...
分类:其他好文   时间:2016-12-06 13:31:40    阅读次数:191
九. RAID (Redundant Arrays of Independent Disk)
RAID作用,RAID级别,RAID实现方式,mdadm 1. RAID作用 提高I/O能力: 磁盘并行读写 提高耐用性:磁盘冗余 2. RAID级别 常用级别RAID0,RAID1,RAID5,RAID10,RAID50,JBOD RAID-0 条带卷 strip, 将数据分割成chunk存在不同 ...
分类:其他好文   时间:2016-12-05 19:45:26    阅读次数:229
HDU4348 To the moon
Time Limit: 2000MS Memory Limit: 65536KB 64bit IO Format: %I64d & %I64u Description Background To The Moon is a independent game released in November ...
分类:其他好文   时间:2016-11-23 19:24:30    阅读次数:312
array / matrix subarray/submatrix sum
Maximal Subarray Sum : O(n) scan-and-update dynamic programming,https://en.wikipedia.org/wiki/Maximum_subarray_problem, https://leetcode.com/problems/ ...
分类:其他好文   时间:2016-11-07 07:49:08    阅读次数:203
leetcode 85 Maximal Rectangle ----- java
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area. For example, given the following ...
分类:编程语言   时间:2016-10-19 13:20:22    阅读次数:175
CodeForces 731C C - Socks 并查集
Description Arseniy is already grown-up and independent. His mother decided to leave him alone for m days and left on a vacation. She have prepared a ...
分类:其他好文   时间:2016-10-17 07:08:21    阅读次数:262
Questions that are independent of programming language. These questions are typically more abstract than other categories.
Questions that are independent of programming language. These questions are typically more abstract than other categories. Free Language Agnostic Prog ...
分类:其他好文   时间:2016-10-17 00:16:47    阅读次数:222
650条   上一页 1 ... 27 28 29 30 31 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!