码迷,mamicode.com
首页 >  
搜索关键字:maximal independent    ( 650个结果
【HDU4348】【主席树】To the moon
Problem DescriptionBackgroundTo The Moon is a independent game released in November 2011, it is a role-playing adventure game powered by RPG Maker.The...
分类:其他好文   时间:2015-03-13 22:10:00    阅读次数:209
[LeetCode] Maximal Rectangle 最大矩形
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 Hist...
分类:其他好文   时间:2015-03-09 07:01:30    阅读次数:140
部署mongodb中需要注意的调参
部署mongodb的生产服务器,给出如下相关建议:使用虚拟化环境;系统配置 1)推荐RAID配置RAID(Redundant Array of Independent Disk,独立磁盘冗余阵列)是一种可以让我们把多块磁盘当做单独一块磁盘来使用的技术。可使用它来提高磁盘的可靠性或者性能,或...
分类:数据库   时间:2015-03-02 16:22:58    阅读次数:207
RAID与双机热备简单介绍与区别
一.RAID技术详解RAID是英文Redundant Array of Independent Disks的缩写,翻译成中文意思是“独立磁盘冗余阵列”,有时也简称磁盘阵列(Disk Array)。 简单的说,RAID是一种把多块独立的硬盘(物理硬盘)按不同的方式组合起来形成一个硬盘组(逻辑硬盘),从...
分类:其他好文   时间:2015-02-28 15:57:02    阅读次数:189
POJ 题目3305Surveillance(数学几何,三分)
Surveillance Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 274   Accepted: 92 Description See.Eye.A, the world's biggest independent intelligence agency, i...
分类:其他好文   时间:2015-02-23 15:32:46    阅读次数:188
UVA 10305- Ordering Tasks(经典拓扑排序)
Problem F Ordering Tasks Input: standard input Output: standard output Time Limit: 1 second Memory Limit: 32 MB   John has n tasks to do. Unfortunately, the tasks are not independent and the ex...
分类:编程语言   时间:2015-02-15 09:27:11    阅读次数:249
android长度单位及内外间距属性(盒子模型)设置
dpi:一英寸内有多少个像素点。 px :像素,屏幕上的点,不推荐使用这种单位。 dp :dp=dip(device independent pixels)设备独立像素,方便在不同分辨率的手机上显示效果一致,一般设置宽度及高度用。换算公式: ...
分类:移动开发   时间:2015-02-12 00:50:56    阅读次数:509
u-boot-2014.10移植第24天----nand flash启动(二)
nand flash启动 比较新的u-boot版本包括u-boot-2014版本的都是用重定向的机制,而且用到了代码位置无关的技术,在u-boot连接时使用了-pie选项:-pie :Produce a position independent executable on targets which support it. For predictable results,you must also...
分类:其他好文   时间:2015-02-11 09:24:09    阅读次数:156
LIS问题分析
题目来源,待字闺中,原创@陈利人 ,欢迎大家继续关注微信公众账号“待字闺中”原题这个LIS问题,可不是Longest Increasing Subsequence,而是Largest Independent Set,含义例如以下:给定一棵二叉树,找到满足例如以下条件的最大节点集合:集合中的随意两个节...
分类:其他好文   时间:2015-02-10 20:07:30    阅读次数:194
leetcode[85]Maximal Rectangle
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.class Solution {public:int larges...
分类:其他好文   时间:2015-02-09 15:29:48    阅读次数:125
650条   上一页 1 ... 51 52 53 54 55 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!