码迷,mamicode.com
首页 >  
搜索关键字:maximal independent    ( 650个结果
二分图匹配
给定一个二分图G(V,E),V为顶点集,E为边集,在G的一个子图M中,M的边集E中的任意两条边都不依附于同一个顶点,则称M是一个匹配。 极大匹配(Maximal Matching)是指在当前已完成的匹配下,无法再通过增加未完成匹配的边的方式来增加匹配的边数。最大匹配(maximum matching ...
分类:其他好文   时间:2018-01-02 23:38:20    阅读次数:334
raid 简单了解
独立硬盘冗余阵列(RAID, Redundant Array of Independent Disks),旧称廉价磁盘冗余阵列(Redundant Array of Inexpensive Disks),简称磁盘阵列。其基本思想就是把多个相对便宜的硬碟组合起来,成为一个硬碟阵列组,使性能达到甚至超过 ...
分类:其他好文   时间:2017-12-26 18:04:09    阅读次数:156
centos7下kubernetes(3。部署kubernetes)
环境:三个centos7 K8s是Master;K8s01是node1;K8s02是node2 官方文档:https://kubernetes.io/docs/setup/independent/install-kubeadm/ 注意:kubernetes几乎所有的安装组件和docker 镜像都放在 ...
分类:Web程序   时间:2017-12-23 12:03:04    阅读次数:244
jvm实例的个数
Generally speaking, each application will get its own JVM instance and its own OS-level process and each JVM instance is independent of each other. Th ...
分类:其他好文   时间:2017-12-17 00:11:59    阅读次数:162
[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 follo ...
分类:编程语言   时间:2017-12-16 21:16:37    阅读次数:210
Spice协议初探
转载自 灵跃云 :原文链接 序 言 SPICE,即Simple Protocol for Independent Computing Environment(独立计算环境简单协议)是红帽企业虚拟化桌面版的主要技术组件之一,具有自适应能力的远程提交协议,能够提供与物理桌面完全相同的最终用户体验。借助支 ...
分类:其他好文   时间:2017-12-15 12:41:50    阅读次数:131
Spice协议初探
转载自 灵跃云 :原文链接 序 言 SPICE,即Simple Protocol for Independent Computing Environment(独立计算环境简单协议)是红帽企业虚拟化桌面版的主要技术组件之一,具有自适应能力的远程提交协议,能够提供与物理桌面完全相同的最终用户体验。借助支 ...
分类:其他好文   时间:2017-12-05 20:14:44    阅读次数:240
Leetcode 221: Maximal Square
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area. For example, given the following ma ...
分类:其他好文   时间:2017-12-02 11:13:43    阅读次数:174
Maximal Rectangle
Date: Nov. 8, 2017. Problem: https://leetcode.com/problems/maximal-rectangle/description/ Description: Given a 2D binary matrix filled with 0's and 1' ...
分类:其他好文   时间:2017-11-08 22:15:03    阅读次数:159
Leetcode:Maximal Rectangle
题目大意:给一个由0和1组成r行c列的矩阵M,找出其中面积最大的由1组成的矩形。 这道题目和之前一道提供高度计算最大矩形的题目Largest Rectangle in Histogram是一样的,这里也一块说一下。Largest Rectangle in Histogram这道题目提供若干宽度为1的 ...
分类:其他好文   时间:2017-11-02 22:30:12    阅读次数:260
650条   上一页 1 ... 17 18 19 20 21 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!