场景: 创建一个Virtual Switch,支持VLAN,支持MAC-Learning 包含下面四个Port: P1, truck port P2, VLAN 20 P3, P4 VLAN 30 包含五个flow table: Table 0: Admission control. Table 1...
分类:
其他好文 时间:
2014-06-21 15:51:51
阅读次数:
295
题目链接:Truck History
题意就是N个卡车的型号,一代一代的发展,两辆卡车的型号中 不同字母的个数代表着两辆卡车的距离,确定一个点,遍历到所有的点,使之这个距离最小。
很明显最小生成树,稠密图,1次AC,水过
#include
#include
#include
#include
#include
const int N = 2001;
cons...
分类:
其他好文 时间:
2014-06-16 21:51:25
阅读次数:
259
Problem E: 交通工具信息
Description
有一个交通工具类vehicle,将它为 基类派生的有派生小车类car,卡车类truck和轮船类boat,定义这些类,并使其能够显示其各类交通工具的详细信息。
他们包含的信息,有如下几种:
1.名字 -----与输入的名字相符合
2.时速(km/h) -----最高时速
3.耗油量(L/100km) ...
分类:
其他好文 时间:
2014-06-16 18:40:26
阅读次数:
183
A concrete fastener is a screw, bolt system, or
other fastening Concrete Mixer,batching plant,concrete mixer truck technique,
designed to attach any n...
分类:
其他好文 时间:
2014-06-11 11:07:10
阅读次数:
305
场景: 创建一个Virtual Switch,支持VLAN,支持MAC-Learning
包含下面四个Port: P1, truck port P2, VLAN 20 P3, P4 VLAN 30 包含五个flow table: Table 0:
Admission control. Table 1...
分类:
其他好文 时间:
2014-06-09 22:30:54
阅读次数:
490
ExpeditionTime Limit: 1000MSMemory Limit: 65536KDescriptionA group of cows grabbed a truck and ventured on an expedition deep into the jungle. Being rather poor drivers, the cows unfortunately manag...
分类:
其他好文 时间:
2014-05-22 06:16:01
阅读次数:
423
链接:http://poj.org/problem?id=1789 或 http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=1158
Description
Advanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are use...
分类:
其他好文 时间:
2014-05-10 09:39:59
阅读次数:
440
对于branch truck
tag一直迷迷糊糊的,想搞明白,但是一直又没来弄明白,最近就用了这种方式来开发
可以我又不是完全了解怎么操作,所以查看了下资料,这个解释得很详细呀,连我都看得懂的东西,真所谓“写得真好”,记录下,转载http://blog.csdn.net/keda8997110/ar...
分类:
其他好文 时间:
2014-04-28 17:23:41
阅读次数:
779