Given a sequence of K integers { N?1??, N?2??, ..., N?K?? }. A continuous subsequence is defined to be { N?i??, N?i+1??, ..., N?j?? } where 1. The Max ...
分类:
其他好文 时间:
2019-08-03 11:06:46
阅读次数:
94
K - The Unique MST 题目链接:https://vjudge.net/contest/66965#problem/K 题目: 给定连接的无向图,告诉它的最小生成树是否唯一。 定义1(生成树):考虑连通的无向图G =(V,E)。 G的生成树是G的子图,比如T =(V',E'),具有以下 ...
分类:
其他好文 时间:
2019-08-02 14:35:35
阅读次数:
93
操作系统版本: [root@node named]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.6 (Santiago) Linux下设置DNS的位置主要是, 1网卡设置配置文件里面DNS服务器地址设置, 2. ...
分类:
系统相关 时间:
2019-08-02 13:07:51
阅读次数:
145
ubuntu查看系统资源占用(内存,cpu和进程) ubuntu查看系统资源占用(内存,cpu和进程) https://www.cnblogs.com/hanlong/p/5757075.html 1 top 查看ubuntu的资源占用的命令为$: top 说明:top命令就可以查看内存,cpu和进 ...
分类:
系统相关 时间:
2019-07-31 13:12:25
阅读次数:
89
题面 https://www.luogu.org/problemnew/show/CF125E 题解 ...
分类:
其他好文 时间:
2019-07-31 12:53:11
阅读次数:
62
博文大纲:一、什么是MSTP?二、MSTP的基本原理是什么?1.MSTP的网络层次。2.MST域。3.MSTI。4.端口角色。5.MSTP的端口状态。三、MSTP的保护功能。1.BPDU保护。2.根保护。3.环路保护。4.TC保护。四、MSTP的配置过程。一、什么是MSTP?MSTP是一个共有的生成树协议,在实际生产环境中得到广泛的应用。MSTP(MultipleSpanningtreeAlgor
分类:
其他好文 时间:
2019-07-31 11:16:16
阅读次数:
2178
Problem Description There are n planets in the MOT galaxy, and each planet has a unique number from 1~n. Each planet is connected to other planets thr... ...
分类:
其他好文 时间:
2019-07-30 21:38:21
阅读次数:
102
四种智能指针的讲解(auto_ptr, second_ptr, shared_ptr, weak_ptr),包含源代码:https://blog.csdn.net/sinat_36118270/article/details/69061348 shared_ptr, unique_ptr, weak ...
分类:
编程语言 时间:
2019-07-29 17:36:30
阅读次数:
172
本章开始分析ChannelHandler实现代码。ChannelHandler是netty为开发者提供的实现定制业务的主要接口,开发者在使用netty时,最主要的工作就是实现自己的ChannelHandler。ChannelHandler在设计上需要和ChannelPipeline配合共同实现pip ...
分类:
Web程序 时间:
2019-07-29 16:17:32
阅读次数:
152
题目描述 Each of Farmer John's N (4 <= N <= 16) cows has a unique serial number S_i (1 <= S_i <= 25,000). The cows are so proud of it that each one now we ...
分类:
其他好文 时间:
2019-07-28 15:29:16
阅读次数:
73