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
3204
ZOJ
3204
Connect them(最小生成树:kruscal算法)
problemCode=
3204
ConnectthemTimeLimit:1Second MemoryLimit:32768KBYouhavencomputersnumberedfrom1tonandyouwanttoconnectthemtomakeasmalllocalareanetwork
hellohelloC
·
2015-08-20 14:00
POJ
3204
Ikki's Story I - Road Reconstruction(最大流-Dinic)
Description在一个网络里面,问增大哪条边的容量可以使整个网络的流量增大,输出这种边个数Input第一行两个整数N和M分别表示点数和边数,之后M行每行三个整数a,b,c表示a到b有一条容量为c的边Output输出满足条件的边的个数SampleInput21011SampleOutput1Solution首先对整个网络求最大流得到残余网络,对参与网络中正向弧剩余容量为0的边标记vis,对剩余
V5ZSQ
·
2015-08-13 10:00
zoj
3204
Connect them(kruskal算法) 解题报告
ConnectthemTimeLimit: 1000MS MemoryLimit: 32768KB 64bitIOFormat: %lld&%lluSubmit StatusDescriptionYouhave n computersnumberedfrom1to n andyouwanttoconnectthemtomakeasmalllocalareanetwork(LAN).Allconne
qq_21899803
·
2015-08-09 17:00
ACM
图论
ZOJ-
3204
Connect them(最小生成树)
ZOJ-
3204
ConnectthemTimeLimit:1SecondMemoryLimit:32768KB Youhavencomputersnumberedfrom1tonandyouwanttoconnectthemtomakeasmalllocalareanetwork
loy_184548
·
2015-05-15 23:00
kruscal
zoj
3204
2966 Connect them|建设电力系统(最小生成树)
Youhave n computersnumberedfrom1to n andyouwanttoconnectthemtomakeasmalllocalareanetwork(LAN).Allconnectionsaretwo-way(thatisconnectingcomputers i and j isthesameasconnectingcomputers j and i).Thecost
cacyth
·
2015-04-18 11:00
【POJ
3204
】Ikki's Story I - Road Reconstruction
Ikki'sStoryI-RoadReconstructionTimeLimit: 2000MS MemoryLimit: 131072KTotalSubmissions: 7089 Accepted: 2039DescriptionIkkiisthekingofasmallcountry–Phoenix,Phoenixissosmallthatthereisonlyonecitythatisre
Regina8023
·
2015-03-02 09:00
网络流
OI
bzoj
ZOJ
3204
Connect them
DescriptionYouhave n computersnumberedfrom1to n andyouwanttoconnectthemtomakeasmalllocalareanetwork(LAN).Allconnectionsaretwo-way(thatisconnectingcomputers i and j isthesameasconnectingcomputers j and
jtjy568805874
·
2015-02-25 00:00
最小生成树
ZOJ
双关键字排序
POJ
3204
Ikki's Story I - Road Reconstruction 最大流关键边
题目大意:给出一个裸的最大流的图,求这个图中哪一条边的流量增大会使整个图的最大流增大。前言:POJ400题达成~~~思路:真心不知道这个题用预流推进怎么做,先给写预流推进的犇们点根蜡。。我用的是Dinic,写起来就比较轻松。模拟一下Dinic的过程,加入一条边的流量增大就会使S到T的最大流增大的充要条件是1.S->当前边的起始节点可以在残余网络中联通2.当前边的终止节点->T可以在参与网络中联通这
jiangyuze831
·
2014-11-05 13:00
poj
problem
最大流
Ikkis
SyntaxError: Non-ASCII character Python、Unicode和中文
http://blog.chinaunix.net/u/
3204
/showart_389639.htmlhttp://www.woodpecker.org.cn/diveintopython/xml_processing
lrenjundk
·
2014-10-15 09:00
POJ3422 Kaka's Matrix Travels 【最大费用最大流】
Kaka'sMatrixTravelsTimeLimit: 1000MS MemoryLimit: 65536KTotalSubmissions: 8006 Accepted:
3204
DescriptionOnan
u012846486
·
2014-10-05 10:00
POJ3422
Detection field exists in mongodb
post的列测试包含post列是否存在在mongodb检测字段是否存在db.cuser.find({post:{$exists:1}});{"_id":ObjectId("51a23348ea214a8ee
3204
de1
AsherLo
·
2014-09-22 16:00
mongodb
exists
Field
lwxshow
detection
ZOJ——
3204
Connect them
Youhavencomputersnumberedfrom1tonandyouwanttoconnectthemtomakeasmalllocalareanetwork(LAN).Allconnectionsaretwo-way(thatisconnectingcomputersiandjisthesameasconnectingcomputersjandi).Thecostofconnectin
Guard_Mine
·
2014-08-05 10:00
ZJU
3204
最小生成树+路径保存
题意:给你一个N*N的邻接矩阵,aij表示节点i和j的联通权值为aij,求最小生成树的路径#include #include #include #include #include #include #include #include #include #include #include usingnamespacestd; #defineINF1e8 #defineinf-0x3f3f3f3f #
u012861385
·
2014-03-15 21:00
ZOJ
3204
Connect them 继续MST
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=3367题目大意:让你求最小生成树,并且按照字典序输出哪些点连接。无解输出-1这里的字典序定义为:(不翻译啦~,详见我的比较函数)AsolutionAisalineofpintegers:a1,a2,...ap.AnothersolutionBdifferentfromAisali
murmured
·
2013-12-16 09:00
数据结构
ACM
ZOJ
图
MST
using mongodb advanced command 3
using-mongodb-advanced-command-3.htmlmongodb高级命令3#$in在条件范围内例:db.cuser.find({age:{$in:[3,5]}});{"_id":ObjectId("51a23348ea214a8ee
3204
de3
AsherLo
·
2013-06-03 22:00
mongodb
增删改查
条件
lwxshow
舍得Share
[Sdoi2013]城市规划
id=
3204
解法:题目有个条件,就是m #include #include #include #include #include usingnamespacestd; constintmaxn=100003
SSOI_HTA
·
2013-05-30 14:00
POJ
3204
( Ikki's Story I - Road Reconstruction)
Ikki'sStoryI-RoadReconstructionTimeLimit:2000MS MemoryLimit:131072KTotalSubmissions:6044 Accepted:1716D
wangwenhao00
·
2013-04-23 22:00
zoj
3204
字典序最小的最小生成树的输出
ConnectthemTimeLimit: 1Second MemoryLimit: 32768KBYouhave n computersnumberedfrom1to n andyouwanttoconnectthemtomakeasmalllocalareanetwork(LAN).Allconnectionsaretwo-way(thatisconnectingcomputers i
sdjzujxc
·
2013-03-27 13:00
zoj
3204
题意:给你N台电脑,让你把它们全部连在一起,当把两个电脑连在一起时,有一定的花费,问你最小的花费是多少?注意:i和j相连同j和i相连是一样的,可以间接的连在一起,例如:i和j相连,j和t相连,那么i和t也相连。按照字典序输出,利用qsort()排序。然后判断连通度即可。#include #include #include #definemax110 usingnamespacestd; intt,
wahaha1_
·
2013-03-22 14:00
vmware workstation 9注册码
5U63Y-6QL1K-GZ7K0-ZV17M-3CMQ0 JY4TJ-68L9H-8ZQE1-GA1Q2-03K22MF471-0R007-RZHD9-TLCNK-
3204
G
linghao00
·
2012-09-27 19:00
vmware
poj
3204
Ikki's Story I - Road Reconstruction(最大流割边)
Ikki'sStoryI-RoadReconstructionTimeLimit: 2000MS MemoryLimit: 131072KTotalSubmissions: 5586 Accepted: 1542DescriptionIkkiisthekingofasmallcountry–Phoenix,Phoenixissosmallthatthereisonlyonecitythatisre
fp_hzq
·
2012-09-17 21:00
poj
3204
Ikki's Story I - Road Reconstruction
题意:有一个国家,有一个物资提供城市(编号为0),它负责通过城市间的路线向该国首都(编号为n-1)传送物资,但这些城市间的路线上传送的物资的量是有限的,所以传到首都的物资太少,所以国王想花钱修某些城市间的道路,使之传送的物资量增多以增加首都物资获得量。为了避免浪费钱力,他想找出那些只要重建(扩建)就能使首都物资获得量增加的道路。问这样的道理有几条。思路:既然首都的物资获得量在未扩建前有一定限制,那
rookie_Algo
·
2012-08-02 03:00
优化
网络
function
SAP
POJ
3204
最大流
题目大意是这样,找这样一种边的个数,就是增加该边的容量,可以使得最大流变大那么首先我们求一遍最大流,如果某条边符合我们的要求,那么这条边必然是满流的,否则增加容量也没有用,然后假设端点为u->v,那么必然存在从源点到u的不饱和的路径,也就是路径上的每条边都是不满的,同样从v到汇点也应该有这样的路径,也只有这样才会在该边增加容量后形成一条增广路。那么我们搞定这个问题的方法就是DFS了,从源点出发,沿
sdj222555
·
2012-07-30 00:00
c
Path
python 中文乱码解决
http://blog.chinaunix.net/u/
3204
/showart_389639.htmlhttp://www.woodpecker.org.cn/diveintopython/xml_processing
wang1144
·
2012-06-23 22:00
windows
python
测试
Module
character
Codec
大三大四要学的课程
Database部分的课程: CS2102 -> CS4221 Networking部分的课程:EE
3204
-> EE4210 | CG
3204
L -> CS4222 这样6门科
flyfy1
·
2012-06-09 22:00
Module
study
plan
zoj
3204
最小生成树Kruskal
zoj
3204
最小生成树Kruskalhttp://acm.zju.edu.cn/onlinejudge/showProblem.do?
HooLee
·
2012-04-26 10:00
POJ
3204
求使得最大流增大的边
这题还是有点技巧的。我们求出了最大流,怎样知道哪些边可以使得流量增大呢?若存在e(U,V):S->U路径上的点都有剩余容量,V->T路径上的点都有剩余容量。如果有某条边为上述情况,那么对边e进行扩容,最大流增大。应该十分好理解吧。通过源点进行DFS寻找S集合中所有的点进行标号,很容易。那么...V到T可达这怎么弄呢?同样我们通过T来DFS只要存在点V到T有剩余容量,则V为集合T的点,在DFS(V)
sevenster
·
2012-04-20 15:00
POJ-
3204
最大流+枚举
题意是说给个有向图..起点与终点..问哪些边在容量增加后,从起点到终点的最大流会增加... 首先跑出最大流..然后枚举剩余容量为0的边..若从图的起点到这条边的起点能走通..这条边得重点到图的终点能走通..则说明这条边增加容量..从起点到终点的最大流会增加..应该好理解吧~~感觉就是每次在做增广路时,只有一条边的剩余容量为当前增广路的最大流量...但由于做增广路时还可能在后面通过剩余网络
kk303
·
2012-03-26 15:00
ZOJ Problem Set -
3204
Connect them
从算法来说是很简单题,这题主要是控制输出。用KRUSKAL算法时,如果遇到多条相同长度的边就排列点。看我的' #include #include #include #include usingnamespacestd; structvertex { intval; intu; intv; }; structMtree { intl; intr; }tree[200]; priority_queue
xxx_bug
·
2011-10-13 18:00
zoj
3204
/* zoj_
3204
最小生成树 kruskal写的,最让我纠结的是priority_queue和vector一起出现而且两个都要重载过比较函数。。 写错了数次。。
xsbailong
·
2011-10-10 23:00
oracle优先深度查询
--查询
3204
菜单下面所有的子菜单以及子菜单下面包含的子菜单 --delete from tbMenu where menuId in (select menuId from tbmenu start
j2eemylove
·
2011-09-30 10:00
oracle
poj
3204
(最大流处理)
Ikki'sStoryI- RoadReconstructionTimeLimit:2000MS MemoryLimit:131072KTotalSubmissions:4830 Accepted:1317DescriptionIkkiisthekingofasmallcountry–Phoenix,Phoenixissosmallthatthereisonlyonecitythatisrespo
water_glass
·
2011-09-19 19:00
ZOJ
3204
Connect them【kruskal】
【WA了好多次,不过值了,对于kruskal和prim都有进一步的了解 //26223832011-08-1111:11:35Accepted
3204
C++130240ylwh!
WGH_yesterday
·
2011-08-11 11:00
c
struct
IE
compilation
ZOJ 2532 Internship && POJ
3204
Ikki's Story I - Road Reconstruction【网络流的性质,最小割中的关键边】
ZOJ2532Internship&&POJ
3204
Ikki'sStoryI-RoadReconstruction【网络流的性质,最小割中的关键边】ZOJProblemSet-2532InternshipTimeLimit
From A Start,As An Acmer
·
2011-07-05 11:00
poj
3204
Ikki's Story I - Road Reconstruction——最大流最小割+残流理解
Ikki'sStoryI-RoadReconstructionDescriptionIkkiisthekingofasmallcountry–Phoenix,Phoenixissosmallthatthereisonlyonecitythatisresponsiblefortheproductionofdailygoods,andusestheroadnetworktotransportthego
Fast and Furious
·
2011-04-24 16:00
ZOJ -
3204
Connect them
赤裸裸的最小生成树。只是要求输出字典序最小的连接方案。所以在边的排序时要注意了,有可能存在边的权值是相同的边。所以在这种情况下,要按他们的顶点序列排序。直接把STL搬上了,很好很强大。 #include#include#include#defineMAXN10010usingnamespacestd;intv[MAXN],u[MAXN],w[MAXN],r[MAXN],par[MAXN];vect
zdsfwy
·
2011-04-10 12:00
python 中文乱码
python中文乱码http://blog.chinaunix.net/u/
3204
/showart_389639.htmlhttp://www.woodpecker.org.cn/diveintopython
大漠驼铃
·
2011-03-04 16:00
POJ
3204
——Ikki's Story I - Road Reconstruction
题目意思是要求边有扩容之后能使流量加大,问这样的边有几条,这里要注意的是,最小割不一定就是这种边,但是这种边就一定是割了,因为假设可能有一条增光路上有和最小割相同容量的边,那么扩容了最小割也没用,所以一次DFS正向反向都不行,必须两次DFS。正的来一次,反向图从汇点来一次,标记1,2然后连接1和2的那条边就是可扩容边。假设x-.y是可扩容边,那么必定有,s->x和y->t存在。【题目大意】给出一张
beloved_ACM
·
2010-10-06 11:00
zoj
3204
Connect them(Kruskal)
该死的字典序。。。 排序抄党的。。。我了个去。。。自己想的还是有问题,不了解那个qsort里面的比较函数是怎么实现的。。。 中秋,大家要快乐~~哈哈哈哈哈哈哈哈哈哈,不爽,吃饭去。 #include#include#include#defineN110usingnamespacestd;structc{intx,y,len;}pc[N*N],put[N];typedefstructcNODE;in
zxy_snow
·
2010-09-22 11:00
c
struct
input
ZOJ
3204
Connect them (kruskal+二级排序)
难搞的是字典序,需要两次排序,我之前写的算法是正确的,就是排序的时候遗漏了一些东西导致最后出现错误。记住了。 至于算法的证明,我至今还没有想的很明白,但是刚开始的时候直觉告诉我可以这样做,faint!~ #include#include#includeintp[101];intfind(intx){returnx==p[x]?x:p[x]=find(p[x]);}st
dangwenliang
·
2010-09-14 00:00
LINQ TO LIST
合并列表
需求:针对如下列表,把四个直辖市置顶排序1100北京2301哈尔滨3301杭州3100上海4403深圳2201长春4301长沙
3204
常州5101成都1200天津3202无锡4201武汉4101郑州5000
RicoRui
·
2010-02-01 18:00
[体验]用逐浪CMS整合动网论坛的轻便之旅
原文:http://bbs.zoomla.cn/showtopic-
3204
.aspx最近小弟得到了官方的逐浪CMS内测的4.0sp1版(嘿,不要怪官方不公平,只是商业用户的一点小特权,并成功的整合了动网
wwwwzf
·
2009-08-31 18:00
cms
api
asp
login
SyntaxError: Non-ASCII character Python、Unicode和中文
http://blog.chinaunix.net/u/
3204
/showart_389639.html http://www.woodpecker.org.cn/diveintopython/xml_processing
cai555
·
2009-04-09 16:00
windows
python
XP
ssh
软件测试
SyntaxError: Non-ASCII character Python、Unicode和中文
http://blog.chinaunix.net/u/
3204
/showart_389639.html http://www.woodpecker.org.cn/diveintopython/xml_processing
cai555
·
2009-04-09 16:00
windows
python
ssh
软件测试
XP
SyntaxError: Non-ASCII character Python、Unicode和中文
阅读更多http://blog.chinaunix.net/u/
3204
/showart_389639.htmlhttp://www.woodpecker.org.cn/diveintopython/xml_processing
cai555
·
2009-04-09 16:00
Python
Windows
软件测试
XP
SSH
SyntaxError: Non-ASCII character Python、Unicode和中文
http://blog.chinaunix.net/u/
3204
/showart_389639.html http://www.woodpecker.org.cn/diveintopython/xml_processing
cai555
·
2009-04-09 16:00
windows
python
XP
ssh
软件测试
SIP-T和SIP-I的比较
1.IETF的SIP-T协议SIP-T(SIPforTelephones)由IETFMMUSIC工作组的RFC3372所定义,整个协议族包括RFC3372、RFC2976、RFC
3204
gxh9314
·
2009-03-20 16:00
应用服务器
工作
网络
电信
终端
Python、Unicode和中文
http://blog.chinaunix.net/u/
3204
/showart_389639.html http://www.woodpecker.org.cn/diveintopython/xml_processing
xiaobian
·
2008-05-10 17:00
windows
python
unix
软件测试
ssh
Python、Unicode和中文
http://blog.chinaunix.net/u/
3204
/showart_389639.html http://www.woodpecker.org.cn/diveintopython/xml_processing
xiaobian
·
2008-05-10 17:00
windows
python
unix
软件测试
ssh
poj todo
3204
theedgestofindmustbesaturatedinsomemaximumflow3208deterministicfiniteautomaton DP
arbuckle
·
2007-03-04 17:00
上一页
1
2
3
4
下一页
按字母分类:
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
其他