码迷,mamicode.com
首页 >  
搜索关键字:hdoj networking    ( 3176个结果
Networking in too much detail
The players This document describes the architecture that results from a particular OpenStack configuration, specifically:Quantum (or Neutron) networ....
分类:Web程序   时间:2014-07-22 22:54:36    阅读次数:352
hdoj 1052 Tian Ji -- The Horse Racing【田忌赛马】 【贪心】
思路:先按从小到大排序, 然后从最快的開始比(如果i, j 是最慢的一端, flag1, flag2是最快的一端 ),田的最快的大于king的 则比較,如果等于然后推断,有三种情况:一:大于则比較,二等于在推断田的最慢的是不是比king的最快的慢,三小于则与king的最快的比較;Tian Ji --...
分类:其他好文   时间:2014-07-19 20:31:09    阅读次数:247
Virtual Networking
How the virtual networks used by guests work Networking using libvirt is generally fairly simple, and in this section you'll learn the concepts you ne...
分类:Web程序   时间:2014-07-16 18:27:29    阅读次数:311
二分图最大匹配 hdoj 1045
题目:hdoj1045 题意:给出一个图,其中有 . 和 X 两种,. 为通路,X表示墙,在其中放炸弹,然后炸弹不能穿过墙,问你最多在图中可以放多少个炸弹? 分析:这道题目是在上海邀请赛的题目的数据简化版,数据水了,所以有很多方法,这里讲二分图最大匹配,题目难点在于建图 想到用暴力过,但是事实证明我想多了。然后又想到多重二分匹配,后来发现没有办法表示图中的行列中墙的阻隔,后来...
分类:其他好文   时间:2014-07-16 17:21:27    阅读次数:196
UVA 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 computers are chaine...
分类:其他好文   时间:2014-07-16 17:11:41    阅读次数:245
Neutron分析(3)—— neutron-l3-agent
一.Layer-3 Networking Extensionneutron l3作为一种API扩展,向租户提供了路由和NAT功能。l3扩展包含两种资源:router:在不同内部子网中转发数据包;通过指定内部网关做NAT。每一个子网对应router上的一个端口,这个端口的ip就是子网的网关。float...
分类:其他好文   时间:2014-07-16 15:14:28    阅读次数:339
【HDOJ】2268 How To Use The Car
数学题。设步行速度a,车速b,距离c。Teddy步行时间为T1,WhereIsHeroFrom步行时间T2,总时间T。若b>a:aT1 + b(T-T1) = c (1)aT2 + b(T-T2) = c (2)(1)-(2)得 a(T1-T2)-b(T1-T2) = 0。因为b>a 所以T1 .....
分类:其他好文   时间:2014-07-15 23:13:20    阅读次数:281
【HDOJ】2267 How Many People Can Survive
BFS。 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 #define MAXN 305 8 9 typedef struct node_st {10 int x, y;11 ...
分类:其他好文   时间:2014-07-15 23:05:28    阅读次数:289
计算几何-hdoj-1086
You can Solve a Geometry Problem too Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 7027    Accepted Submission(s): 3397 Problem Descript...
分类:其他好文   时间:2014-07-13 14:07:29    阅读次数:182
linux问题总结
1.修改redhat enterprise5 语言 问题描述:切换语言 cd /etc/sysconfig vi i18n 将LANG=en_US.UTF-8 改成LANG=zh_CN.gb2312 2.bash: ifconfig: command not found 问题描述: 切换到root用户下 [root@localhost /]$ ifconfig 依然提示:“bash: ifconfig: command not found” whereis ifconfig 看一下这个命令在...
分类:系统相关   时间:2014-07-12 22:56:34    阅读次数:416
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!