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
URAL:1017 Staircases
#include #include #definelllonglong #defineINF2139062143 #defineMAXN100005 usingnamespacestd;
lldp
kkkwjx
·
2014-02-25 22:00
openlldp-0.4alpha实现详解(七)——
lldp
_main,lldpneighbors模块
lldp
_main.c模块调用之前的各个模块的接口,实现
lldp
功能。使用select进行套接字的复用,每个一秒运行一次端口发送和接收状态机。
baidu20008
·
2014-02-24 11:00
linux
main
LLDP
openlldp-0.4alpha实现详解(六)——
lldp
_tlv、
lldp
_tlv_common、msap、
lldp
_neighbor模块
lldp
_tlv主要是用来创建各种
lldp
报文所需的tlv,并提供验证。而
lldp
_tlv_common模块则是对于标准tlv进行修整。
baidu20008
·
2014-02-24 11:00
linux
LLDP
openlldp-0.4alpha实现详解(五)——tx_sm模块
该模块主要是构建了要传输的
lldp
报文,以及发送状态机的运转。该处实现的bug之一,就是shutdown报文并没有构建正确。
baidu20008
·
2014-02-21 17:00
LLDP
tx_sm
openlldp-0.4alpha实现详解(四)——rx_sm模块
lldp
的接收状态机,参见
lldp
标准文档。该实现代码和标准文档基本一致,变量名和函数名都大部分相同。
baidu20008
·
2014-02-19 12:00
linux
LLDP
rx_sm
openlldp-0.4alpha实现详解(三)——
lldp
_linux_framer模块
该主要数
lldp
报文的缓存和缓存报文的发送,以及一些原始套接字的创建和本地基本信息的获取。
baidu20008
·
2014-02-19 11:00
linux
framebuffer
LLDP
poj-1095-Trees Made to Order
include #include #include #include #include #defineLLlonglong #defineMAXN550000000 usingnamespacestd;
LLdp
rowanhaoa
·
2014-02-14 00:00
openlldp-0.4alpha实现详解(二)
lldp
_debug模块包含了调试信息打印接口。
lldp
_neighbor模块包含了获取系统信息以及提取
lldp
邻居信息接口。lldpneighbors模块为查看邻居信息的小工具。m
baidu20008
·
2013-12-13 11:00
LLDP
实现详解
openlldp-0.4alpha实现详解(一)
LLDP
协议由802.1ab所定义。它是一个二层协议,一般称之为数据链路发现协议。这里对于该协议的实现原理不做详细介绍。
baidu20008
·
2013-12-13 11:00
LLDP
实现详解
hdu 4248 A Famous Stone Collector dp+组合数学
#include #include #include #definelllonglong usingnamespacestd; constintmaxn=1e4+9,mod=1e9+7;
lldp
[maxn
yrleep
·
2013-11-19 23:00
light oj 1147 背包dp+状态压缩 好题
题意:n个物品(2 #include #include #include usingnamespacestd; typedeflonglongll; intn,a[101]; intsum,m,s;
lldp
c3568
·
2013-11-07 21:00
ZOJ 2630 Plane Partition(轮廓线 状态压缩DP)
题意:给你一个a*b的矩阵,往里面填充非负整数且满足x(i,j) #include typedeflonglongll; constintmaxn=6000000;
lldp
[maxn]; inta
u010710717
·
2013-10-06 21:00
poj-3254-Corn Fields-状态压缩DP
结果忘记判断可不可存在WA了多次#include #include #include #include usingnamespacestd; #defineMOD100000000 #definell__int64
lldp
rowanhaoa
·
2013-09-18 22:00
数据链路层学习之
LLDP
一、
LLDP
协议概述随着网络技术的发展,接入网络的设备的种类越来越多,配置越来越复杂,来自不同设备厂商的设备也往往会增加自己特有的功能,这就导致在一个网络中往往会有很多具有不同特性的、来自不同厂商的设备
goodluckwhh
·
2013-09-02 20:36
网络协议&网络编程
数据链路层学习之
LLDP
一、
LLDP
协议概述 随着网络技术的发展,接入网络的设备的种类越来越多,配置越来越复杂,来自不同设备厂商的设备也往往会增加自己特有的功能,这就导致在一个网络中往往会有很多具有不同特性的、来自不同厂商的设备
goodluckwhh
·
2013-09-02 20:00
tlv
LLDP
链路层链路发现协议
HDU4532(组合DP)
usingnamespacestd; typedeflonglongLL; constLLMOD=1000000007; LLa[550]; LLA[550]; LLC[550][550];
LLdp
ACdreamers
·
2013-08-25 15:00
hdu 3555 Bomb 数位dp
#include #include #include #include #include usingnamespacestd; #defineLL__int64
LLdp
[22][3]; intmain
a601025382s
·
2013-08-20 10:00
数位dp
关于
LLDP
LLDP
是LinkLayerDiscoveryProtocol链路层发现协议的简称,几乎所有以太网交换机都内置了这个功能。
neterpaole
·
2013-08-08 12:00
NEFU705(数论+DP)
#include #include usingnamespacestd; typedeflonglongLL; constintN=1001000; constintMOD=20000003;
LLdp
ACdreamers
·
2013-08-04 19:00
zoj 3725 DP排列
include #include usingnamespacestd; #definelllonglong #definemod1000000007 #defineN100500 lltwo[N];
lldp
Jackyguo1992
·
2013-07-16 20:00
sgu 222 - Little Rooks 简单的状态压缩DP
include #defineoo1000000007 #definelllonglong #definepiacos(-1.0) #defineMAXN505 usingnamespacestd;
lldp
kk303
·
2013-07-14 20:00
CF314-C Sereja and Subsequences
include usingnamespacestd; #definelllonglong #defineN100500 #definemod1000000007 intn; lla[N];intidx[N];
lldp
Jackyguo1992
·
2013-06-09 21:00
zoj 3494
defineN2010 typedeflonglongll; usingnamespacestd; chars[210]; intnext[N][2],nextd[N][10],pos,flag[N],fail[N];
lldp
waitfor_
·
2013-04-28 17:00
SGU 492 经典数位dp
最大时对应的答案的范围原来1000000000000000000 #include #include #include #include usingnamespacestd; #definelllonglong
lldp
Jackyguo1992
·
2013-04-28 04:00
POJ 2411 Mondriaan's Dream 贴砖块类状态压缩DP入门
#include #include #include usingnamespacestd; #defineLLlonglong intn,m;
LLdp
[13][2666]; LLcnt; intx,M
c3568
·
2013-04-19 17:00
POJ 2411 记录状态的dp
#include #include #include #include #include #include #include usingnamespacestd; #definelllonglong
lldp
Jackyguo1992
·
2013-04-18 16:00
POJ 3254
include #include #include #include #include usingnamespacestd; #definemod100000000 #definelllonglong
lldp
Jackyguo1992
·
2013-04-18 13:00
POJ 1322 概率DP
#include #include #defineLL__int64 constintLMT=55;
LLdp
[LMT][LMT]; boolis[LMT][LMT]; voidinit(void
cqlf__
·
2013-04-14 20:00
POJ 1189 钉子和小球
#include #include #defineLL__int64 //LL(1)<
LLdp[LMT][LMT]; boolis[LMT][LMT]
cqlf__
·
2013-04-14 20:00
Beta Round #43 (ACM-ICPC Rules), problem: (E) Comb 优先队列+晦涩题意
c2 #include #include #include #defineLLlonglong #defineeps-1e17 usingnamespacestd; constintLMT=1502;
LLdp
cqlf__
·
2013-02-25 13:00
Codeforces Beta Round #9 (Div. 2 Only), problem: (D) How many trees? DP
然后再枚举左右子树的深度节点数即可#include #include #include #defineLLlonglong constintLMT=40; usingnamespacestd; intn,h;
LLdp
cqlf__
·
2013-02-18 21:00
UVA 116 Unidirectional TSP
走到最右边需要的最小花费 #include#include#include#include#includeusingnamespacestd;#defineLLlonglong#defineinf1e16
LLdp
dheyuan
·
2013-02-04 14:16
6+
UVA 116 Unidirectional TSP
走到最右边需要的最小花费 #include#include#include#include#includeusingnamespacestd;#defineLLlonglong#defineinf1e16
LLdp
dheyuan
·
2013-02-04 14:13
6+
UVA 11137 Ingenuous Cubrency
typedeflonglongintLL; intV[30]; LLf[100010]; voidinit() { memset(f,0,sizeof(f)); f[0]=1; } intn,C;
LLdp
Wall_F
·
2013-01-04 14:00
POJ 1189 钉子和小球 (DP)
include #include #include #include #include #include usingnamespacestd; #defineLLlonglong intp[59][59];
LLdp
binwin20
·
2012-12-20 17:00
dp
dp
codeforces 118D Caesar's Legions 背包问题
#include #definemod100000000 #defineLLlonglong
LLdp
[2][202][102]; intmain(void) { intn1,n2,k1,k2; inti
cqlf__
·
2012-11-11 21:00
VMware FCoE
配置FCoE交换机端口:•SpanningTreeProtocol(STP):Disabled•
LLDP
:Enabled.•PFC:
hj192837
·
2012-10-15 21:20
FCoE
zoj 1196 Fast Food
include #include usingnamespacestd; constintmaxn=210; constintinf=0x3fffffff; typedeflonglongll;
lldp
struggle_mind
·
2012-09-29 11:00
distance
:整数中1出现的次数
个自由位pos之前的1的个数为sum的解我还专门给编写了check程序#include #include #include usingnamespacestd; typedeflonglongll;
lldp
struggle_mind
·
2012-09-19 16:00
SGU 131 Hardwood floor
#include #include #defineLLlonglong
LLdp
[10][530]; int
cqlf__
·
2012-09-15 20:00
【数位DP】 hdu3555 Bomb
pid=3555题意:给你一个数字N(1 #include usingnamespacestd; #defineLLlonglong chars[25];
LLdp
[25][3][2]; /* dp[k
ACM_Ted
·
2012-08-22 00:00
hdu4345 Permutation-----多校联合五
include #definell__int64 usingnamespacestd; constintN=1000; intprime[N]={0},num=1; intisprime[N]={1,1};
lldp
qiqijianglu
·
2012-08-08 08:00
ini
HDU_3709 Balanced Number 数位dp
0 #include typedef__int64LL; LLx,y; intdigit[22],pos;
LLdp
[22][22][1600]; LLdfs(intpos,intpivot,ints
ivan_zjj
·
2012-08-05 21:00
PIVOT
10723 - Cyborg Genes
maxn],fd[maxn][maxn],ls1,ls2; chars1[maxn],s2[maxn]; LLmax(LLa,LLb) { if(a>b)returna; elsereturnb; }
LLdp
cqjianx
·
2012-08-02 08:00
FZU 2079 最大获利
1= #include #include typedeflonglongll; intn,m; inta[20010]; structItem{ intl,r; llv; }item[20010];
lldp
waitfor_
·
2012-04-29 13:00
【树形dp统计距离为k的点对】VK Cup 2012 Round 1 D. Distance in Tree
http://codeforces.com/contest/161/problem/D树形dp,很优美,利用了树的性质和dfs回溯...注意以防重复,所以要把计数提前到更新操作前#defineN50005
LLdp
leolin_
·
2012-03-12 17:00
【dp】Codeforces Round #110 (Div. 1) C
codeforces.com/contest/156/problem/C可以发现所有可以转化的串的字符总和都相同,所以可以先预处理求出长度为i总和为j的字符串有多少个,转移方程很容易写#defineMOD1000000007
LLdp
leolin_
·
2012-03-01 22:00
刚装的fedora16测试时出现莫名包
刚装好Fedora16后,新插入了一个网卡,对其进行automationtest时发现就算我没有给它发包时它自己本身还是会发包出来,然后用wireshark对其抓包发现是
lldp
和dhcp的问题。
qiuliangflash
·
2012-02-22 16:54
职场
休闲
主动发包
刚装的fedora16测试时出现莫名包
刚装好Fedora16后,新插入了一个网卡,对其进行automationtest时发现就算我没有给它发包时它自己本身还是会发包出来,然后用wireshark对其抓包发现是
lldp
和dhcp的问题。
qiuliangflash
·
2012-02-22 16:54
职场
休闲
主动发包
uva 10313 Pay the Price
#include #include usingnamespacestd; constintN=305; #defineLLlonglong LLmap[N][N]; boolvis[N][N];
LLdp
shiqi_614
·
2011-11-22 21:00
c
n2
上一页
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
其他