码迷,mamicode.com
首页 >  
搜索关键字:hdoj networking    ( 3176个结果
hdoj 1686 kmp
题目:Sample Input3BAPCBAPCAZAAZAZAZAVERDIAVERDXIVYERDIANSample Output1 3 0代码:#include#include#includeusing namespace std;const int maxn1=1000010;const i...
分类:其他好文   时间:2014-07-26 14:01:54    阅读次数:179
HDOJ 4862 Jump
K路径覆盖问题,最小费用最大流。。。。 最小K路径覆盖的模型,用费用流或者KM算法解决,构造二部图,X部有N*M个节点,源点向X部每个节点连一条边,流量1,费用0,Y部有N*M个节点,每个节点向汇点连一条边,流量1,费用0,如果X部的节点x可以在一步之内到达Y部的节点y,那么就连边x->y,费用为从x格子到y格子的花费能量减去得到的能量,流量1,再在X部增加一个新的节点,表示可以从任意节...
分类:其他好文   时间:2014-07-26 02:41:26    阅读次数:322
人见人爱A+B(杭电2033)
/*人见人爱A+B Problem Description HDOJ上面已经有10来道A+B的题目了,相信这些题目曾经是大家的最爱,希望今天的这个A+B能给大家带来好运,也希望这个题目能唤起大家对ACM曾经的热爱。 这个题目的A和B不是简单的整数,而是两个时间,A和B 都是由3个整数组成,分别表示时分秒,比如,假设A为34 45 56,就表示A所表示的时间是34小时 45分钟 56秒。  ...
分类:其他好文   时间:2014-07-26 02:11:56    阅读次数:248
hdoj 2047 阿牛的EOF牛肉串 【找规律】
这道题再一次证明找规律真不是我的强项。。。。 阿牛的EOF牛肉串 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 20312    Accepted Submission(s): 9528 Problem Desc...
分类:其他好文   时间:2014-07-26 02:06:46    阅读次数:212
HDOJ 4876 ZCC loves cards
枚举组合,在不考虑连续的情况下判断是否可以覆盖L...R,对随机数据是一个很大的减枝. 通过检测的暴力计算一遍 ZCC loves cards Time Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Total Submission(s): 1346    Acc...
分类:其他好文   时间:2014-07-26 02:03:46    阅读次数:248
uva216 Getting in Line
Getting in Line Computer networking requires that the computers in the network be linked. This problem considers a ``linear" network in which the comp...
分类:其他好文   时间:2014-07-25 23:52:20    阅读次数:387
openstack手动部署简单记录
1,关于网络规划部分,之前写的都好好的了,浏览器TM的崩溃了,我写几天的笔记 记录全给我丢了,我TM的多心疼啊!大致说了关于openstack手动安装关于网络规划的问题第一种legacy networking architecture design :controller(跑单网卡manageme....
分类:其他好文   时间:2014-07-25 13:56:31    阅读次数:220
Information centric network (icn) node based on switch and network process using the node
The present invention relates to an apparatus for supporting information centric networking. An information centric network (ICN) node based on a swit...
分类:Web程序   时间:2014-07-25 03:58:25    阅读次数:567
Method of packet transmission from node and content owner in content-centric networking
A method of transmitting a content reply packet from a content owner in content-centric networking (CCN) includes determining a caching capability val...
分类:Web程序   时间:2014-07-25 03:46:36    阅读次数:381
Method of Seamless Integration and Independent Evolution of Information-Centric Networking via Software Defined Networking
A method of transferring data between a software defined network (SDN) and an information-centric network (ICN), wherein the method comprises receivin...
分类:Web程序   时间:2014-07-25 03:09:19    阅读次数:466
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!