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
structe
HDU1162
constintmaxn=105;constintmaxm=5010;structPoint{ doublex,y; Point(double_x=0,double_y=0):x(_x),y(_y){}};
structE
efine_dxq
·
2015-08-12 16:00
ACM
图论
HDU
并查集
kruskal
hdu5316线段树
include usingnamespacestd; typedeflonglongLL; constintmaxn=100002; constLLinf=-1000000000000008L;
structE
u013491262
·
2015-07-29 11:00
poj 1144求割点个数
#include #include #include usingnamespacestd; inthead[105],cnt,p[105],ans[105],dfs_clock;
structE
{ intto
u014679804
·
2015-06-12 19:00
poj 1523 SPF
大白书P313#include #include #include usingnamespacestd; inthead[1005],cnt,p[1005],ans[1005],dfs_clock;
structE
u014679804
·
2015-06-12 18:00
【BZOJ】【P2597】【Wc2007】【剪刀石头布】【题解】【费用流】
archives/958话说lrj的费用流模板常数真是一坨翔,好在氧气+linux+神评测机让我卡时过了Code: #include usingnamespacestd; constintmaxn=20010;
structe
u012732945
·
2014-12-21 11:00
bzoj
BZOJ 1196 HNOI2006 公路修建问题 二分答案+Kruskal
验证先连一级边看能不能连出k条,再连剩余的边看看能不能得到最小生成树#include #include #include #include #defineM10100 usingnamespacestd;
structe
PoPoQQQ
·
2014-11-23 11:00
kruskal
bzoj
二分答案
BZOJ1196
UVA610 - Street Directions(Tarjan)
代码:#include #include #include #include #include #include usingnamespacestd; constintMAXN=10005;
structE
u011345461
·
2014-10-13 15:00
【BZOJ】【P1797】【AHOI2009】【最小割】【题解】【最大流+SCC】
include #include #include #include #include #include #include usingnamespacestd; constintmaxn=4010;
structe
u012732945
·
2014-06-03 07:00
bzoj
省选
hdu 4424 Conquer a New Region 并查集
include #include usingnamespacestd; constintmaxn=2e5+9; intn; intfa[maxn]; longlongsum[maxn],son[maxn];
structE
yrleep
·
2013-11-04 20:00
ZOJ 3496 二分+上下界网络流
usingnamespacestd; constintmaxn=510; constintinf=100000000; constintmaxm=20004; typedeflonglongLL;
structE
c3568
·
2013-10-25 20:00
POJ 2031 BUilding a Space Station 两点间距离 + 最小生成树
include #include #include #include #include usingnamespacestd; structP { doublex,y,z,r; }p[110];
structE
u012161037
·
2013-10-12 08:00
tarjan缩点建图以及双联通求割点,桥模版
defineM1007usingnamespacestd;intdfn[M],low[M],head[M],vis[M],stack[M],belong[M];intn,m,cnt,scnt,begin,num;intg[M][M],in[M];
structE
ACBoy_lhc
·
2013-09-16 21:50
比赛&模板
zoj 1508 Intervals 差分约束系统
#include #include intn,dist[50010];
structe
{ intu,v,w; }edges[50010]; intmn,mx; boolbellman() { i
KIDGIN7439
·
2013-08-17 19:00
2sat 题目练习
2011/07/30/2-sat.html hdu3062:裸的,(基本的2选一,限制的2选1,如果能在限制的条件下实现基本的2选1表示题目有解),代码如下:#include #include
structE
laziercs
·
2013-06-30 14:00
ZOJ 1854 Election
include #include #include #include #include #include #include #include #include usingnamespacestd;
structE
lmyclever
·
2013-03-22 16:00
ZOJ 1838 Crypt Kicker II
#include usingnamespacestd; charp[]="thequickbrownfoxjumpsoverthelazydog"; intplen; charmmap[26];
structE
lmyclever
·
2013-03-22 14:00
九度教程76题:最短路
每组数据第一行是两个整数N、M(N #include usingnamespacestd;
structE
{ intnext; intcost; }; v
ZPF1989
·
2013-03-20 11:00
九度教程76题:最短路
每组数据第一行是两个整数N、M(N #include usingnamespacestd;
structE
{ intnext; intcost; }; v
ZPF1989
·
2013-03-20 11:00
HDU1532 最大流-模板题
usingnamespacestd; constintMAXN=10000; constintINF=0x3f3f3f3f; intmin(inta,intb){ returna }
structE
·
2013-02-09 08:00
HDU
jobdu 2 成绩排序
输入: 测试数据有多组,每组输入第一行有一个整数N(N #include #include usingnamespacestd;
structE
{ charname[101]; intage;
xtzmm1215
·
2013-02-06 17:00
hdu 4280
+GAP+当前弧优化 //时间为3877ms #include #include #defineVM100010 #defineEM400010 constintinf=0x3f3f3f3f;
structE
SprintfWater
·
2012-12-30 13:00
hdu4324
include"stdlib.h" #include"queue" #defineN2011 usingnamespacestd; intn; charmap[N][N]; intindegree[N];
structE
Ice_Crazy
·
2012-12-13 11:00
彻底弄清几乎每次必考的sizeof关键字
structA {}; structB { charc; inti; }; structC { inti; charc; }; structD { charc1; charc2; inti; };
structE
stpeace
·
2012-11-17 19:00
hdu 1532
#include #include #include usingnamespacestd; constintVM=220,EM=20500,INF=0x3f3f3f3f;
structE
{
sdjzujxc
·
2012-11-06 19:00
libevent简单应用_2
#include #include voidcb(evutil_socket_tsock,shortwhat,void*arg) { printf("functioncbiscalled\n");
structe
mafuli007
·
2012-10-19 18:00
何时调用构造函数,复制构造函数,析构函数
structE
{ //默认的构造函数 E(){coutevec(3);//调用默认构造函数 //创建一个临时值E对象 //然后调用复制构造函数将临时值E对象复制到Vector容器evec的每个元素 /
A_sungirl
·
2012-09-03 17:00
struct
vector
delete
fun
my ability is poor!
include #include #include usingnamespacestd; #defineM10000 intprime[M]; boolis[M]; intfactor[20];
structE
gongqian12345
·
2012-03-23 20:00
poj 1258 Agri-Net--Prim和Kruskal算法
; voidgeng(intj)//更新剩余节点到树的最小距离 { intmax=999999999,i; for(i=1;i #include intmap[110][110],set[110];
structe
qq172108805
·
2011-08-08 18:00
copy_e820_map() 函数
copy_e820_map()函数函数原型为:staticint__initsanitize_e820_map(
structe
820entry*biosmap,char*pnr_map)其主要操作为:·
lcw_202
·
2010-10-21 10:00
图形
C语言库函数理解
include intmain(void) { charlabel[20]; charname[20]; intentries=0; intloop,age; doublesalary;
structE
dp__mcu
·
2008-12-25 19:00
c
Stream
struct
Integer
input
语言
关于结构体与字节对齐
includeusingnamespacestd;structA{ inta; intb; intc;};structB{};structC{ chara; inti;};structD{ inti; chara;};
structE
More than C++
·
2008-07-20 01:00
上一页
1
2
3
下一页
按字母分类:
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
其他