码迷,mamicode.com
首页 >  
搜索关键字:redundant    ( 285个结果
MPTCP iperf 发包方式
之前用的发包方式是发送大文件,用NC监测。 今天改了另外一种发包方式iperf,简单记录下。 iperf发包,具体方法: 1.在终端中运行拓扑脚本: 运行py脚本:sudo python topy.py -p [path_manager] -s [scheduler] -f [subflows_nu ...
分类:其他好文   时间:2018-03-14 18:05:42    阅读次数:288
无向图缩点poj3177 Redundant Paths
http://poj.org/problem?id=3177 题意:有n个牧场,互相连通,现在要求使得任意两个牧场之间至少有两条道路可走,求至少需要修多少条新的路 求出双连通分量中,度为1的个数ans,答案即为(ans+1)/2 ...
分类:其他好文   时间:2018-03-12 16:53:36    阅读次数:185
RAID技术
磁盘阵列(Redundant Arrays of Independent Disks,RAID),有“独立磁盘构成的具有冗余能力的阵列”之意。 磁盘阵列是由很多价格较便宜的磁盘,组合成一个容量巨大的磁盘组,利用个别磁盘提供数据所产生加成效果提升整个磁盘系统效能。利用这项技术,将数据切割成许多区段,分 ...
分类:其他好文   时间:2018-03-12 13:26:40    阅读次数:230
洛谷P2860 [USACO06JAN]冗余路径Redundant Paths(tarjan求双联通分量)
题目描述 In order to get from one of the F (1 <= F <= 5,000) grazing fields (which are numbered 1..F) to another field, Bessie and the rest of the herd ar ...
分类:移动开发   时间:2018-02-27 16:01:12    阅读次数:201
RAID (廉价冗余磁盘阵列)
RAID廉价磁盘冗余阵列(Redundant Array of Inexpensive Disks)RAID 包含一组或者一个集合甚至一个阵列。使用一组磁盘结合驱动器组成 RAID 阵列或 RAID 集。将至少两个磁盘连接到一个 RAID 控制器,而成为一个逻辑卷,也可以将多个驱动器放在一个组中。一组磁盘只能使用一个 RAID 级别。使用 RAID 可以提高服务器的性能。不同 RAID 的级别,性
分类:其他好文   时间:2018-02-26 11:21:33    阅读次数:208
POJ 3177 - Redundant Paths - 双连通分量
题目大意: 给定一个N个点,M条边的无向连通图(可能有重边),要求让任意两点间都有两条或以上的路径,且这些路径没有公共边。问至少需要加多少条边? N<=5e3,M<=1e4。 求双连通分量并缩点。详见:https://www.cnblogs.com/frog112111/p/3367039.html ...
分类:其他好文   时间:2018-02-18 12:37:20    阅读次数:134
[LeetCode] Redundant Connection II 冗余的连接之二
In this problem, a rooted tree is a directed graph such that, there is exactly one node (the root) for which all other nodes are descendants of this n ...
分类:其他好文   时间:2018-02-12 22:58:14    阅读次数:291
BZOJ1718 [Usaco2006 Jan] Redundant Paths 分离的路径
求边双联通分量,然后组成一颗树,叶子结点两两配对即可。 By:大奕哥 ...
分类:其他好文   时间:2018-02-11 22:39:57    阅读次数:208
使用 RAID 与 LVM 磁盘阵列技术
1.RAID(独立冗余磁盘阵列,Redundant Arrays of Independent Disks) RAID技术通过把多个硬盘设备组合成一个容量更大、安全性更好的磁盘阵列,并把数据切割成多个区段后分别存放在各个不同的物理硬盘设备上,然后利用分散读写技术来提升磁盘阵列整体的性能,同时把多个重 ...
分类:其他好文   时间:2018-02-10 00:03:47    阅读次数:187
LN : leetcode 684 Redundant Connection
lc 684 Redundant Connection [684 Redundant Connection][1] In this problem, a tree is an undirected graph that is connected and has no cycles. The give ...
分类:其他好文   时间:2018-01-29 11:33:28    阅读次数:155
285条   上一页 1 ... 9 10 11 12 13 ... 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!