码迷,mamicode.com
首页 >  
搜索关键字:maximal independent    ( 650个结果
Spoj NSUBSTR - Substrings
题目描述 You are given a string S which consists of 250000 lowercase latin letters at most. We define F(x) as the maximal number of times that some string ...
分类:其他好文   时间:2018-02-21 20:47:43    阅读次数:137
vim中文帮助文档的安装
使用:help打开vim的帮助文档发现全是苦逼的英文,下面提供中文帮助文档的安装方法: 首先去网址http://vimcdoc.sourceforge.net/ 在其中选择“Latest platform independent tarball,including an Linux/BSD inst ...
分类:系统相关   时间:2018-02-21 12:49:41    阅读次数:255
【Vj作业】【拓扑排序经典理解题】Ordering Tasks 1、Kahn算法;2、基于DFS的算法。
2018-02-13 链接 https://cn.vjudge.net/contest/211129#problem/D John has n tasks to do. Unfortunately, the tasks are not independent and the execution of ...
分类:编程语言   时间:2018-02-13 14:08:56    阅读次数:220
使用 RAID 与 LVM 磁盘阵列技术
1.RAID(独立冗余磁盘阵列,Redundant Arrays of Independent Disks) RAID技术通过把多个硬盘设备组合成一个容量更大、安全性更好的磁盘阵列,并把数据切割成多个区段后分别存放在各个不同的物理硬盘设备上,然后利用分散读写技术来提升磁盘阵列整体的性能,同时把多个重 ...
分类:其他好文   时间:2018-02-10 00:03:47    阅读次数:187
Permute Digits
You are given two positive integer numbers a and b. Permute (change order) of the digits of a to construct maximal number not exceeding b. No number i ...
分类:其他好文   时间:2018-01-27 00:30:48    阅读次数:183
Dell服务器配置RAID
RAID全称为独立磁盘冗余阵列(Rdeundant Array of Independent Disks),基本思想就是把 多个相对便宜的硬盘组合起来,成为一个硬盘阵列组,使性能达到甚至超过一个价格昂贵、 容量巨大的硬盘。RAID通常被用在服务器电脑上,使用完全相同的硬盘组成一个逻辑扇区, 因此操作系统只会把它当做一个硬盘。 RAID分为不同的等级,各个不同的等级均在数据可靠性及读写性能上做了不同的权衡。 在实际应用中,可以依据自己的实际需求选择不同的RAID方案。
分类:其他好文   时间:2018-01-15 18:47:31    阅读次数:162
(转)磁盘阵列RAID原理、种类及性能优缺点对比
磁盘阵列RAID原理、种类及性能优缺点对比 原文:http://www.cnblogs.com/chuncn/p/6008173.html 磁盘阵列(Redundant Arrays of Independent Disks,RAID) 1. 存储的数据一定分片; 2. 分基于软件的软RAID(如m ...
分类:其他好文   时间:2018-01-12 01:31:41    阅读次数:235
SPOJ 8222 Substrings 后缀自动机
You are given a string S which consists of 250000 lowercase latin letters at most. We define F(x) as the maximal number of times that some string with ...
分类:其他好文   时间:2018-01-11 20:27:39    阅读次数:155
AI - First-order logic
Representation revisited Knowledge representation languages should be declarative, compositional, expressive, context independent, and unambiguous. 2. ...
分类:其他好文   时间:2018-01-09 14:48:08    阅读次数:259
线代笔记 #03# 张成空间
源: 线性代数的本质 1、线性组合(linear combination) 2、张成空间(span) “缩放向量并且相加”这一概念至关重要 如何进行几何想象 两个不共线向量张成二维空间,三个不共面向量张成三维空间。 3、线性无关(linearly independent) 不论是张成空间还是线性相关 ...
分类:其他好文   时间:2018-01-05 22:02:02    阅读次数:252
650条   上一页 1 ... 16 17 18 19 20 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!