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
edges
HDOJ 5425 Rikka with Tree II
typedeflonglongLL; constintmaxn=100005; constintmaxm=200005; structEdge { intv; Edge*next; }*H[maxn],E[maxm],*
edges
blankcqk
·
2015-09-01 14:00
2015 多校联赛 ——HDU5416(异或)
CRBhasatree,whoseverticesarelabeledby1,2,…,N.TheyareconnectedbyN–1
edges
.Eachedgehasaweight.Foranytwoverticesuandv
Tyuio28
·
2015-08-31 03:22
ACM/ICPC
hdu5422#53-div2-1Rikka with Graph
sohegivesRikkasomemathtaskstopractice.Thereisoneofthem:Yutahasanon-directgraphwith nn verticesand mm
edges
.Thelengthofeach
zhou_yujia
·
2015-08-29 21:00
HDU
BestCoder
思维题
HDOJ 5416 CRB and Tree
typedeflonglongLL; constintmaxn=100005; constintmaxm=200005; structEdge { intv,w; Edge*next; }E[maxm],*H[maxn],*
edges
blankcqk
·
2015-08-25 10:00
HDU 5416 CRB and Tree(dfs+邻接表)——多校练习10
(Java/Others)ProblemDescriptionCRBhasatree,whoseverticesarelabeledby1,2,…, N.Theyareconnectedby N –1
edges
.Eachedgehasaweight.For
queuelovestack
·
2015-08-21 11:00
ACM
异或运算
DFS
邻接表
uva 1658 Admiral 最小费最大流
#include usingnamespacestd; constintN=1024*4; constintinf=1
edges
; vectorG[N]; intn,m; intinq[N],p[N],
xinag578
·
2015-08-18 22:00
poj 3469 Dual Core CPU 最大流最小割定理
#include #include #include #include usingnamespacestd; constintN=200000+5; constintinf=1
edges
; vectorG
xinag578
·
2015-08-16 13:00
poj 1637 Sightseeing tour 混和欧拉图 dinic
102400000,102400000") #include #include #include #include usingnamespacestd; constintN=1024; constintinf=1
edges
xinag578
·
2015-08-13 19:00
hdu 1532 Drainage Ditches 最大流 dinic算法
#include #include #include #include usingnamespacestd; constintN=1024; constintinf=1
edges
; vectorG[N]
xinag578
·
2015-08-12 13:00
【二分匹配】 [网络流24题] 最小路径覆盖问题
typedeflonglongLL; constintmaxn=305; constintmaxm=20005; structEdge { intv; Edge*next; }E[maxm],*H[maxn],*
edges
blankcqk
·
2015-08-10 10:00
二分匹配
[数据结构]最小生成树
数据结构声明: structGraph { intvertexes[MAX]; intarc[MAX][MAX]; intsum_vertexes,sum_
edges
; };构造图:voidcreateG
ER_Plough
·
2015-08-09 08:00
C++
最小生成树
图
Prim
kruskal
2015 多校联赛 ——HDU5348(搜索)
MZLhatestheendlessloopdeeply,andhecommandsyoutosolvethisproblemtoendtheloop.Youaregivenanundirectedgraphwith n vertexsand m
edges
.Pleasedirectalltheedgessothatforeveryver
Fun_Zero
·
2015-08-05 11:00
搜索
HDU
2015联赛
opencv copyto函数
后面一个参数可以表示复制的部分,如上面的代码src.copyTo(dst,detected_
edges
); 是将src中detected_
edges
矩阵对应的非零部分(即边缘检测结果)复制到dst中。
qq_18343569
·
2015-07-31 20:00
Codeforces Round #286 (Div. 2) B. Mr. Kitayuta's Colorful Graph dfs
代码如下:#include #include usingnamespacestd; #defineN105 inthead[N][N],idx; structEdge{ intto,next; }
edges
ww32zz
·
2015-07-30 12:00
搜索
图论
DFS
codeforces
【图论】【启发式搜索】[POJ 2449]Remmarguts' Date
#include usingnamespacestd; constintMAXN=1000; constintMAXM=100000; structnode{ intv,w; node*next; }
Edges
JeremyGJY
·
2015-07-23 17:00
图论
启发式搜索
poj1737 组合dp
id=1737DescriptionAnundirectedgraphisasetVofverticesandasetofE∈{V*V}
edges
.Anundirectedgraphisconnectedifandonlyifforeverypair
u013573047
·
2015-07-10 21:00
速查表:常用算法和数据结构的复杂度
常用算法和数据结构的复杂度速查表转自http://top.jobbole.com/1599/算法数据结构时间复杂度空间复杂度 平均最差最差深度优先搜索(DFS)Graphof|V|verticesand|E|
edges
-O
xy010902100449
·
2015-06-17 19:00
算法
查找算法
SGU136 Erasing
Edges
SGU136ErasingEdges题目大意给出一个N个顶点多边形所有边的中点,构造这个多边形,不存在则输出NO算法思路单独考虑X,对于某条边的中点有Xi=xi+xi+12,N个中点相当于N元一次方程组当N为奇数时,方程组最终为x1∗2=Z的形式,回代得出所有解当N为偶数时,方程组最终为0=Z的形式,无解则输出NO,否则回代任意值Y的情况与X相同时间复杂度:O(N)代码/***Copyright©
u010929036
·
2015-06-14 16:00
构造
sgu
常用算法和数据结构的复杂度速查表
常用算法和数据结构的复杂度速查表搜索算法数据结构时间复杂度空间复杂度 平均最差最差深度优先搜索(DFS)Graphof|V|verticesand|E|
edges
-O(|E|+|V|)O(|V|)广度优先搜索
pipisorry
·
2015-06-06 00:00
数据结构
算法
复杂度
图算法(一)
以下用邻接表来存储图结构:1structgraph 2{ 3intg_vertexs; 4intg_
edges
; 5structvertex_node*list_h
ym65536
·
2015-04-09 21:00
masonry使用介绍
https://github.com/Masonry/Masonry介绍一个简单使用:[view1mas_makeConstraints:^(MASConstraintMaker*make){ make.
edges
.equalTo
daiyibo123
·
2015-04-09 09:00
约束
masonry
由Cannot create a generic array of ArrayList
引出的学习--Java范型
最近在用Java写某个程序时希望写出一个包括ArrayList的数组自己定义如下:ArrayList[]
edges
=newArrayList()[10];然后编译器报错如下:CannotcreateagenericarrayofArrayList
zhuhai__yizhi
·
2015-04-08 11:00
[省选前题目整理][POJ 1330]Nearest Common Ancestors(倍增法求LCA)
include #include #include #include #defineMAXN12000 usingnamespacestd; structedge { intu,v,next; }
edges
qpswwww
·
2015-03-31 08:00
HDU 4008 Parent and son
ProblemDescriptionGiveyouatreewithNverticesandN‐1
edges
,andthenaskyouQquerieson“whichvertexisY'ssonthathasthesmallestnumberandwhichvertexisY
jtjy568805874
·
2015-03-21 14:00
HDU
树形DP
利用openCV中的cvCanny函数检测人脸的边缘
voidcvCanny(constCvArr*image,CvArr*
edges
,doublethreshold1,doublethre
qq_25352981
·
2015-03-17 21:00
opencv
图像处理
边缘检测
[POJ 3683]Priest John's Busiest Day(2-SAT+拓扑排序输出可行解)
include #include #defineMAXE4100000 #defineMAXV2100 usingnamespacestd; structedge { intu,v,next; }
edges
1
qpswwww
·
2015-03-15 21:00
[POJ 3207]Ikki's Story IV - Panda's Trick(2-SAT入门题)
include #defineMAXE251000 #defineMAXV251000 usingnamespacestd; intn,m; structedge { intu,v,next; }
edges
qpswwww
·
2015-03-14 15:00
哈希表
defineN1000007 constunsignedlonglongSMod=1000007; structhashmap{ structEdge { longlongnum; intnext; }
edges
u014141559
·
2015-03-09 20:00
两次hbase丢失数据的故障及原因分析--hbase split过程
is broken;
edges
does not con
cloud-coder
·
2015-02-26 11:00
hbase
split
故障分析
【Dinic模板】
,v,cap,flow;}; vectoredges; vectorG[maxn]; ints,t; intcur[maxn],d[maxn]; voidadd(intu,intv,intcap){
edges
.push_back
u012732945
·
2015-01-23 21:00
dinic
Codeforces 505B. Mr. Kitayuta's Colorful Graph 并查集
B.Mr.Kitayuta'sColorfulGraphtimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputMr.Kitayutahasjustboughtanundirectedgraphconsistingof n verticesand m
edges
.Theve
u012797220
·
2015-01-20 10:00
CF 505B(Mr. Kitayuta's Colorful Graph-并查集)
B.Mr.Kitayuta'sColorfulGraphtimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputMr.Kitayutahasjustboughtanundirectedgraphconsistingof n verticesand m
edges
.Theve
nike0good
·
2015-01-19 15:00
Codeforces Round #286 (Div. 2)B. Mr. Kitayuta's Colorful Graph
B.Mr.Kitayuta'sColorfulGraphtimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputMr.Kitayutahasjustboughtanundirectedgraphconsistingof n verticesand m
edges
.Theve
ShiAokai
·
2015-01-19 10:00
图论
codeforces
图的最小生成树
publicstaticvoidmain(String[]args){ //TODOAuto-generatedmethodstub char[]vertices={'A','B','C','D','E'}; int[][]
edges
u014520745
·
2015-01-17 16:00
java
数据结构
算法
J2SE
图像边缘检测--OpenCV之cvCanny函数
图像边缘检测--OpenCV之cvCanny函数分类:C/C++voidcvCanny(constCvArr*image,CvArr*
edges
,doublethreshold1,doublethreshold2
wangyaninglm
·
2014-12-22 17:00
[图论]最大流问题(Maximum flow)的定义
首先定义网络(network)N=(V,E),V表示顶点(Vertices)集合,E表示边(
Edges
)集合。s,t是V中的两个顶点,分别表示网络N中的源点(source)和汇点(sink)。
bendanban
·
2014-12-12 13:00
网络
NetWork
流量
maya 7.0 多边形建模基础知识详解
通常情况下,多边形包括顶点(vertices)、面(faces)、边(
edges
)、法线(normals)和表面(surface)等许多要素。1.多边形的顶点从视觉上看,全选状态的多边形顶点就像一张
佚名
·
2014-12-03 16:03
拓扑排序
from wiki L← Empty list that will contain the sorted elements S ← Set of all nodes with no incoming
edges
面码
·
2014-11-18 18:00
某R开头公司在Hackerrank上的一道3小时面试题
题目:在世界的某个地方(具体记不清了,好像是北极附近)有一些岛(Vertices)和岛之间的桥(
Edges
)。
u011029779
·
2014-11-16 03:00
Algorithm
面试题
深度优先搜索
//创建图 function Graph(v) { this.vertices = v; this.
edges
= 0;
·
2014-11-13 12:00
搜索
OpenCV_把彩色照片转换成素描卡通片
include #include usingnamespacecv; usingnamespacestd; intmain() { Matsrc,smallImg,tmp,bigImg,gray,
edges
xiao_lxl
·
2014-10-29 13:00
图像处理
Python版图的深度/广度搜索
#_*_coding:utf_8_importsysclassGraph():def__init__(self):visited=[]
edges
=[[]]queue=[]V=0E=0definitGraph
Edward_Wong
·
2014-10-18 10:57
Python
深搜
广搜
迪克斯特拉算法(Dijkstra)
MGraphg,intv){ intdist[MAXV],path[MAXV]; ints[MAXV]; intmindis,i,j,u; for(i=0;i
edges
zchlww
·
2014-10-15 20:00
数据结构
算法
数据
dijkstra
POJ 1987 BZOJ 3365 Distance Statistics 树的分治(点分治)
include #include #include #include #defineMAX40010 #defineINF0x3f3f3f3f usingnamespacestd; intpoints,
edges
jiangyuze831
·
2014-10-11 17:00
poj
树的分治
bzoj
树的重心
树的点分治
POJ 1741 Tree 树的分治(点分治)
求出树上两个点之间距离 #include #include #include #defineMAX20010 #defineINF0x3f3f3f3f usingnamespacestd; intpoints,
edges
jiangyuze831
·
2014-10-11 16:00
poj
树的分治
树的重心
树的点分治
男人八题
BZOJ 3363 POJ 1985 Cow Marathon 树的直径
CODE:#include #include #include #include #include #defineMAX80010 usingnamespacestd; intpoints,
edges
jiangyuze831
·
2014-10-10 13:00
poj
USACO
bfs
bzoj
树的直径
Acdream 1415 最短路+双连通
#include #include #include #include #include #include #include #include #definemaxn1
edges
; stackst; vectorg
cugbbaoge
·
2014-10-05 11:00
Baoge
poj3237 树链剖分
#include #include #include #include #definemaxn1
edges
; vectorg[11111]; intn,a,b,c,sz; in
cugbbaoge
·
2014-09-29 16:00
Baoge
spoj375 树链剖分
参考:这篇博客 如果觉得看的不明白,可以先参考这个ppt在看的迷迷糊糊,略懂之后稀里糊涂的A了道基础题#include #include #include #include #definemaxn1
edges
cugbbaoge
·
2014-09-29 15:00
Baoge
Contours轮廓
直接找最外层轮廓RETR_EXTERNAL,结果输出全部轮廓点CHAIN_APPROX_NONEvector>contours; findContours(
edges
_D,contours,RETR_EXTERNAL
abc20002929
·
2014-09-28 23:00
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
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
其他