码迷,mamicode.com
首页 >  
搜索关键字:hdoj networking    ( 3176个结果
VWMare CentOS 6.5 静态IP设置
vim /etc/sysconfig/network NETWORKING=yes HOSTNAME=localhost.localdomain GATEWAY=192.168.29.1 vim /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" #BOOTPROTO="dhcp" BOOTPROTO="static" IPA...
分类:其他好文   时间:2014-06-22 18:57:39    阅读次数:287
HDOJ 1054 Strategic Game
二分图匹配: 最大匹配数=最大独立集=最小点覆盖 最小路径覆盖=点数-最大匹配数 Strategic Game Time Limit: 20000/10000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4739    Accepted Submission(...
分类:其他好文   时间:2014-06-22 17:55:06    阅读次数:163
HDOJ 1150 Machine Schedule
最小点覆盖=最大匹配 Machine Schedule Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5350    Accepted Submission(s): 2650 Problem Descript...
分类:其他好文   时间:2014-06-21 21:31:39    阅读次数:190
HDOJ 1151 Air Raid
最小点覆盖 Air Raid Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3002    Accepted Submission(s): 1951 Problem Description Co...
分类:其他好文   时间:2014-06-21 18:28:17    阅读次数:246
【HDOJ】3367 Pseudoforest
并查集。 1 #include 2 #include 3 #include 4 5 #define MAXN 10005 6 #define INF 0xffffff 7 8 typedef struct { 9 int c, s, e;10 } edge_st;11 12 ed...
分类:其他好文   时间:2014-06-21 17:29:36    阅读次数:178
[转]Rapidly detecting large flows, sFlow vs. NetFlow/IPFIX
Figure 1: Low latency software defined networking control loop The articles SDN and delay and Delay and stability describe the critical importance of ...
分类:Windows程序   时间:2014-06-21 15:09:53    阅读次数:609
OpenFlow学习笔记
Software-Defined Networking Network intelligence is (logically) centralized in software-based SDN controllers network operators and administrators can...
分类:其他好文   时间:2014-06-21 14:56:17    阅读次数:420
Big Number------HDOJ杭电1212(大数运算)
Problem DescriptionAs we know, Big Number is always troublesome. But it's really important in our ACM. And today, your task is to write a program to c...
分类:其他好文   时间:2014-06-18 21:09:31    阅读次数:303
Rapidly detecting large flows, sFlow vs. NetFlow/IPFIX
Figure 1: Low latency software defined networking control loop The articles SDN and delay and Delay and stability describe the critical importance of ...
分类:Windows程序   时间:2014-06-18 10:58:32    阅读次数:1043
【HDOJ】1099 Lottery
题意超难懂,实则一道概率论的题目。求P(n)。P(n) = n*(1+1/2+1/3+1/4+...+1/n)。结果如果可以除尽则表示为整数,否则表示为假分数。 1 #include 2 #include 3 4 #define MAXN 25 5 6 __int64 buf[MAXN]; ...
分类:其他好文   时间:2014-06-17 23:44:34    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!