码迷,mamicode.com
首页 >  
搜索关键字:connected    ( 1446个结果
POJ 1679:The Unique MST(次小生成树&&Kruskal)
The Unique MST Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 19941   Accepted: 6999 Description Given a connected undirected graph, tell if its min...
分类:其他好文   时间:2014-07-24 23:36:24    阅读次数:403
数据库的导入导出
一、导出:打开CMD,输入命令: expUsername: test@orclPassword:Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 – 64bit ProductionWith the Par...
分类:数据库   时间:2014-07-23 15:17:36    阅读次数:251
hdu1845 Jimmy’s Assignment --- 完备匹配
题意: 要求在一个特殊的图上找最大匹配,该图特点是:无向图,每个节点度数为3,是一个边双连通分量(the graph is 2-edge-connected (that is, at least 2 edges need to be removed in order to make the graph disconnected) 这一点是这样理解的把。。) 思路: 一般想法就直接建图求最大匹...
分类:其他好文   时间:2014-07-23 13:22:07    阅读次数:207
POJ Code the Tree 树的pufer编号
Code the TreeTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 2259Accepted: 859DescriptionA tree (i.e. a connected graph without cycles) with ...
分类:其他好文   时间:2014-07-22 23:07:52    阅读次数:237
POJ 1679 The Unique MST
The Unique MSTTime Limit:1000MSMemory Limit:10000KTotal Submissions:19847Accepted:6959DescriptionGiven a connected undirected graph, tell if its minim...
分类:其他好文   时间:2014-07-21 00:23:08    阅读次数:303
LA 4015
It is said that the people of Menggol lived in caves. A tribe's caves were connected to each other with paths. The paths were so designed that there w...
分类:其他好文   时间:2014-07-19 19:03:48    阅读次数:344
nodejs使用tcp协议编程(nodejs服务器端,java客户端)
var net = require ('net'); var HOST = '192.168.1.50'; var PORT = 8809; net.createServer(function(sock){ console.log('CONNECTED:'+sock.remoteAddress + ":"+ sock.remotePort); sock.on('d...
分类:编程语言   时间:2014-07-16 17:26:22    阅读次数:235
ACdream原创群赛(16) F
MST Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) SubmitStatus Problem Description Given a connected, undirected graph, a spanning tree of that graph is...
分类:其他好文   时间:2014-07-12 22:32:40    阅读次数:200
ACdream 1135(MST-最小生成树边上2个值,维护第一个最小的前提下让另一个最小)
F - MST Time Limit: 2000/1000MS (Java/Others) Memory Limit: 128000/64000KB (Java/Others) SubmitStatus Problem Description Given a connected, undirected graph, a spanning tree of that graph...
分类:其他好文   时间:2014-07-12 17:42:21    阅读次数:199
环境变量导致连接ASM报Connected to an idle instance
[grid@huntdb02~]$exportORACLE_SID=txzldb2 [grid@huntdb02~]$sqlplus"/assysasm" SQL*Plus:Release11.2.0.3.0ProductiononWedJul915:07:552014 Copyright(c)1982,2011,Oracle.Allrightsreserved. Connectedtoanidleinstance. [root@huntdb02~]#crsstat ResourceNameResource..
分类:其他好文   时间:2014-07-10 18:51:04    阅读次数:267
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!