文件名称:To-Miss-Our-Children-Time-DP
-
所属分类:
- 标签属性:
- 上传时间:2012-12-28
-
文件大小:885byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
/*hdu4001To Miss Our Children Time DP
每块积木有四个参数a(长),b(宽),c(高),d(属性)
d==0 它下面的积木为X a>=X.a b>=X.b
d==1 a>=X.a b>=X.b&&(a>X.a||b>X.b)
d==2 a>X.a&&b>X.b
所以先按长从小到大 再宽从小到大 属性从大到小排序
f[i]表示以第i个积木为顶的已搭积木的最大高度
*/-/* Hdu4001To Miss Our Children Time DP per building blocks with four parameters a (long), b (width), c (high), d (attribute) d == 0 below it Bricks X Are A> = Xa B> = Xb d == 1 a> = Xa b> = Xb & & (a> Xa | | b> Xb) d == 2 a> the Xa & & b> Xb so press long from small to large and wide from small to large property from largest to smallest Sort f [i] represents the building blocks for the i-th top of the building blocks of the maximum height* /
每块积木有四个参数a(长),b(宽),c(高),d(属性)
d==0 它下面的积木为X a>=X.a b>=X.b
d==1 a>=X.a b>=X.b&&(a>X.a||b>X.b)
d==2 a>X.a&&b>X.b
所以先按长从小到大 再宽从小到大 属性从大到小排序
f[i]表示以第i个积木为顶的已搭积木的最大高度
*/-/* Hdu4001To Miss Our Children Time DP per building blocks with four parameters a (long), b (width), c (high), d (attribute) d == 0 below it Bricks X Are A> = Xa B> = Xb d == 1 a> = Xa b> = Xb & & (a> Xa | | b> Xb) d == 2 a> the Xa & & b> Xb so press long from small to large and wide from small to large property from largest to smallest Sort f [i] represents the building blocks for the i-th top of the building blocks of the maximum height* /
(系统自动生成,下载前可以参看下载内容)
下载文件列表
hdu4001To Miss Our Children Time DP.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.