E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
lldp
华为交换机发现邻居操作,查看端口和ip
原文:http://support.huawei.com/ecommunity/bbs/10187003.html整理:公有
LLDP
syslldpenable //开启displldpneibr //
麦林泡泡
·
2015-09-03 19:16
Enable
信息
组网
华为交换机
网络管理员
UESTC 250 windy数(数位DP)
问在A和B之间,包括A和B,总共有多少个windy数Input包含两个整数A和B满足1 #include #include usingnamespacestd; typedeflonglongll;
lldp
V5ZSQ
·
2015-09-02 08:00
CF372C Watching Fireworks is Fun(dp+双端队列)
definempmake_pair #defineaafirst #definebbsecond #definelllonglong #definepiipair usingnamespacestd; dequeq;
lldp
cacyth
·
2015-09-01 20:00
POJ 2231 Moo Volume(dp)
include #include usingnamespacestd; #defineINF(1<<29) #definemaxn10005 typedeflonglongll; inta[maxn];
lldp
V5ZSQ
·
2015-08-27 09:00
LLDP
(链路层发现协议)
LLDP
链路层发现协议(
LLDP
)是一个厂商无关的二层协议,它允许网络设备在本地子网中通告自己的设备标识和性能。
luosongtao
·
2015-08-23 11:48
通信
接口
能力
网络管理
通告
LLDP
(链路层发现协议)
LLDP
链路层发现协议(
LLDP
)是一个厂商无关的二层协议,它允许网络设备在本地子网中通告自己的设备标识和性能。
luosongtao
·
2015-08-23 11:48
接口
通信
能力
网络管理
通告
poj3286--How many 0's?(数位dp)
#include #include #include usingnamespacestd; #defineLL__int64
LLdp
[12][10],num[12]; voidinit(){ inti
u013015642
·
2015-08-18 10:00
【HDOJ 3555】Bomb
记忆化109…有毒TOT代码如下:#include #include #include #definelllonglong #definesc"%I64d" usingnamespacestd;
lldp
ChallengerRumble
·
2015-08-18 09:00
数位dp
HDU4689Derangement (动态规划)
a[i] #include #include #include usingnamespacestd; constintmaxn=30; typedeflonglongLL;
LLdp
[maxn][
u013790563
·
2015-08-17 14:00
HDU 3045 MAX Average Problem
#include #include #include #include #include usingnamespacestd; #definelllonglong constintN=500005;
lldp
Mr_Xujh
·
2015-08-13 20:00
HDU
斜率优化DP
【DP】 HDOJ 5370 Tree Maker
505; constintmod=1e9+7; structnode { intsize; node*fa,*ch[2]; }pool[maxn],*tail,*root; LLh[maxn];
LLdp
blankcqk
·
2015-08-12 19:00
dp
POJ 1384 Piggy-Bank(DP完全背包)
include #include #include #defineLLlonglong usingnamespacestd; //很简单的完全背包问题,MLE了 //复习了一下空间的优化^_^~~
LLdp
acraz
·
2015-08-09 10:00
【数论+dp】codeforces559C Gerald and Giant Chess
defineLLlonglongint #defineMAXN2050 #defineMAXM200050 #definemod1000000007 usingnamespacestd; inth,w,n;
LLdp
cqbztsy
·
2015-08-08 21:00
dp
数论
【NTT】 HDOJ 5322 Hope
usingnamespacestd; typedeflonglongLL; constintmod=998244353; constintmaxn=300005; LLf[maxn]; LLg[maxn];
LLdp
blankcqk
·
2015-07-29 18:00
ntt
gym 100496 House of Representatives(树形dp)
然后第二遍把根轮换一下,最后比较距离的大小,最小即所求#include #include #include usingnamespacestd; typedeflonglongll; #defineN1111111
lldp
u013076044
·
2015-07-14 10:00
hdu 4084
include #include usingnamespacestd; typedeflonglongll; constintN=105; constintMOD=1e9+7; intn,m,c,d;
lldp
u013076044
·
2015-07-12 10:00
poj2663 Tri Tiling dp 水题
4,6,8......为2种情况#include#include#includeusingnamespacestd;constintmaxn=40;typedeflonglongll;lla[maxn];
lldp
cq_pf
·
2015-05-12 22:00
石子归并
include #include #include #include #definelllonglong usingnamespacestd; intx[301]; intstone[301][301];
lldp
cacyth
·
2015-05-03 21:00
507D (数位DP)
k整除、被k除余j、位数为i的数的个数dp[1][i][j]存在能整除k的后缀、被k除余j、位数为i的数的个数*/#includeusingnamespacestd;typedef__int64LL;
LLdp
u014679804
·
2015-03-26 09:00
HDU:1024 Max Sum Plus Plus(动态规划)
=max(dp[i][j-1],max{dp[i-1][k],i-1 #include #include #include usingnamespacestd; typedeflonglongLL;
LLdp
kkkwjx
·
2015-03-25 11:00
动态规划
HDU
hdu 5188 zhx and contest (map+dp)
include #include #include usingnamespacestd; #defineB(x)(1a)a=b;} constintoo=0x3f3f3f3f; constllOO=1
LLdp
My_ACM_Dream
·
2015-03-14 22:00
LLDP
链路层发现协议
LLDPLLDP简介定义
LLDP
(
LLDP
,LinkLayerDiscoveryProtocol,链路层发现协议)是IEEE802.1AB中定义的第二层发现协议。
jojoquant
·
2015-03-09 11:19
hdu 5119 循环数组+简单dp
就是数据量大要用循环数组存#include #include #include #include #defineMAX2000000 usingnamespacestd; typedeflonglongLL;
LLdp
qq_24451605
·
2015-01-30 01:00
C++
动态规划
UVA 11137 Ingenuous Cubrency(完全背包)
coin[i]]+=dp[j];#include #include usingnamespacestd; typedeflonglongll; constintN=20000; intcoin[25];
lldp
HelloWorld10086
·
2015-01-29 17:00
uva
11137
poj 3252 数位dp (数位统计)
了好多次.........dp解法:#include #include #include #include #defineMAX40 usingnamespacestd; typedefintLL;
LLdp
qq_24451605
·
2015-01-29 12:00
C++
动态规划
数位统计
(5119)HDU-类背包
#include#include#include#include#include#definell__int64#defineMAX1000009usingnamespacestd;inta[50];
lldp
wang57389675
·
2015-01-17 11:00
hdu 5151 Sit sit sit(DP)
#include usingnamespacestd; constintmaxn=105; typedeflonglongll; constllmod=1e9+7; intN,v[maxn];
lldp
u011328934
·
2015-01-03 21:00
7. ARP!
这里有兄弟可能会想到DHCP,
LLDP
,甚至会想到IPv6的邻居发现,博主会在以后的文章中详细讨论它们,这次
xinwu
·
2014-12-23 06:51
UVA10943 - How do you add?(DP)
代码:#include #include constintmaxn=105; constintMOD=1e6; typedeflonglongll;
lldp
[maxn][maxn]; intN,K
u012997373
·
2014-11-14 19:00
Ural 1017 Staircases(DP)
include #include #include #include #include usingnamespacestd; constintINF=0x3f3f3f3f; #defineLLlonglong
LLdp
u013013910
·
2014-10-05 10:00
编程
算法
dp
C语言
ACM
Ural 1009 K-based Numbers(DP)
include #include #include #include #include #include #include usingnamespacestd; #defineLLlonglong
LLdp
u013013910
·
2014-10-03 16:00
编程
算法
dp
C语言
ACM
HDU 3625 Examining the Rooms 第一类斯特林数
最多可以暴力打开k次对于一个环暴力一次n个数排成i个(i #include usingnamespacestd; typedef__int64LL;
LLdp
[22][22]; LLf[22]; intmain
u011686226
·
2014-09-28 14:00
多校第七场 DP+map模拟
include #include #include #include #include #include #include typedeflonglongLL; usingnamespacestd;
LLdp
u011466175
·
2014-08-16 11:00
HDU 4944 FSF’s game 规律题
include #include #include usingnamespacestd; #definemod4294967296 #defineN500010 typedeflonglongll;
lldp
qq574857122
·
2014-08-12 21:00
uva 437 The Tower of Babylon(动态规划 嵌套矩形问题最长路)
typedeflonglongll; structsoli { lla,b,c; }s[40]; intn; lld[40][3]; intvis[40][3]; llanswer[40][3];
lldp
u013382399
·
2014-08-07 16:00
动态规划
UVa 10910 - Marks Distribution
表示前i个课程总分为j的情况有多少还是记忆化搜索用得顺手╰( ̄▽ ̄)╭代码#include #defineLLlonglong usingnamespacestd; constintMAXN=70;
LLdp
u014247806
·
2014-08-05 20:00
ACM
uva
hdu 4901 The Romantic Hero
usingnamespacestd; #definelllonglong constllmod=1e9+7; constintmaxa=1024+10; constintmaxn=1000+10;
lldp
1
Baoli1008
·
2014-08-01 18:00
dp
动态规划
【分治思想】12627 Erratic Expansion
include #include #include #include #include #include #include usingnamespacestd; typedeflonglongLL;
LLdp
u013451221
·
2014-07-25 15:00
HDU3555——Bomb(数位DP)
递推式:#include #include #include #include typedef__int64LL; usingnamespacestd;
LLdp
[25][3]; voidInit()
u014141559
·
2014-07-23 10:00
hdu 4828 Grids(拓展欧几里得+卡特兰数)
#include #include typedeflonglongll; constintN=1000005; constllMOD=1e9+7;
lldp
[N]; llextendGcd(lla
u011328934
·
2014-06-25 23:00
hdu 4815
typedeflonglongLL; intx[48];
LLdp
[40008]; intnum[400
u013491262
·
2014-06-17 14:00
uva 12034 - Race(dp计数)
=(dp[i−1][j]+dp[i−1][j−1])∗j#include #include typedeflonglongll; constintN=1005; constllMOD=10056;
lldp
u011328934
·
2014-05-25 23:00
链路层发现协议
LLDP
链路层发现协议(
LLDP
)是一个厂商无关的二层协议,它允许网络设备在本地子网中通告自己的设备标识和性能。
1876645883
·
2014-05-23 22:08
接口
通信
能力
网络管理
通告
一些以太网非核心功能的标准
这里收集了一些以太网的非核心功能对应的标准,如PoE供电,
LLDP
邻居发现等。这些内容已经归并到IEEEStd802.3-2012标准文档。
cafe007
·
2014-04-28 23:36
以太网
数位dp总结
的个数typedeflonglongLL; constintMax_N=20;
LLdp
[Max_N][Max_N]; intbit[Max_N];
LLDP
(intpos,intpre,intisend
u013491262
·
2014-04-14 16:00
【数论基础算法合集】
include #include #include #include #include usingnamespacestd; typedeflonglonglld; lldpower(lldx,lldk,
lldp
u012732945
·
2014-04-11 07:00
算法
CF 240 D. Mashmokh and ACM
/contest/415/problem/D题意:给出n和k,求长度为k的序列个数,序列满足1 #include #defineLL__int64 constintmod=1000000007;
LLdp
u013081425
·
2014-04-09 16:00
dp
HDU 3555 数位DP
与hdu2089相似直接套模板,注意用__int64#include #include #include usingnamespacestd; #definell__int64 inta[100];
lldp
u012861385
·
2014-04-08 19:00
【SDN】Openflow协议中对
LLDP
算法的理解--如何判断非OF区域的存在
【【Discovery】】
LLDP
用于通告自己的信息,没有传递性,即经过一个设备后会“消耗掉”,不会继续转发。
hepkl
·
2014-04-07 14:35
discovery
Openflow
SDN
【SDN】Openflow协议中对
LLDP
算法的理解--如何判断非OF区域的存在
【【Discovery】】
LLDP
用于通告自己的信息,没有传递性,即经过一个设备后会“消耗掉”,不会继续转发。
hepkl
·
2014-04-07 14:35
Discovery
openflow
sdn
LLDP
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他