码迷,mamicode.com
首页 >  
搜索关键字:the tower of babylon    ( 330个结果
zoj 3623 Battle Ships dp
?? Description Battle Ships is a new game which is similar to Star Craft. In this game, the enemy builds a defense tower, which has L longevity. The player has a military factory, which can ...
分类:其他好文   时间:2014-11-19 22:26:25    阅读次数:316
POJ 2392 Space Elevator(多重背包)
DescriptionThe cows are going to space! They plan to achieve orbit by building a sort of space elevator: a giant tower of blocks. They have K (1 //把多重...
分类:其他好文   时间:2014-11-11 22:24:28    阅读次数:232
POJ2241——The Tower of Babylon
The Tower of Babylon Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 2207   Accepted: 1244 Description Perhaps you have heard of the legend of the Tower of Bab...
分类:其他好文   时间:2014-11-01 10:07:15    阅读次数:259
Simditor使用方法
一不小心接触到Simditor,瞬间被它优美极简的界面所吸引。Simditor是Tower开源的所见即所得的在线富文本编辑器。Simditor的理念是保持简单,避免过度的功能,每一个特性都追求极致的用户体验。使用方法1、在你的html页面中引用如下文件...
分类:其他好文   时间:2014-10-27 23:03:58    阅读次数:1460
Codeforces Round #274 (Div. 2) B. Towers
As you know, all the kids in Berland love playing with cubes. Little Petya has n towers consisting of cubes of the same size. Tower with number i consists of ai cubes stacked one on top of the oth...
分类:其他好文   时间:2014-10-20 23:23:25    阅读次数:282
Tower of Hanoi问题
【问题描述】有A, B, C三个塔座,A上套有n个直径不同的圆盘,按直径从小到大叠放,形如宝塔,编号1, 2, 3 … n。要求将n个圆盘从A移到C,叠放顺序不变,移动过程中遵循下列原则:w每次只能移一个圆盘w圆盘可在三个塔座上任意移动w任何时刻,每个塔座上不能将大盘压到小盘上【解决方法】n=1时,...
分类:其他好文   时间:2014-10-13 10:49:39    阅读次数:180
1028. Hanoi Tower Sequence
DescriptionHanoi Tower is a famous game invented by the French mathematician Edourard Lucas in 1883. We are given a tower of n disks, initially stacke...
分类:其他好文   时间:2014-10-11 22:38:16    阅读次数:341
hdu 4939 Stupid Tower Defense
Stupid Tower DefenseTime Limit: 12000/6000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 1589Accepted Submission(s):...
分类:其他好文   时间:2014-10-10 02:00:03    阅读次数:202
Vijos1073 4-Hanoi-Tower
此题虽是数学题,但是在题解中看到一种好的找递推式的思路,在此mark按照惯例,从一个盘子做起.n=1: 1次.n=2: 3次.n=3: 借助第4根柱子,5次搞定,比3根柱子省了2次.以后都需要充分利用第4根柱子以减少次数.n=4: 把1,2,3摊开,把1搭到2上面腾出一个空柱子移4,然后把3搭上去,...
分类:其他好文   时间:2014-10-05 12:50:18    阅读次数:350
UVa 437 (变形的LIS) The Tower of Babylon
题意:有n种类型的长方体,每种长方体的个数都有无限个。当一个长方体的长和宽分别严格小于另一个长方体的长和宽的时候,才可以把这个放到第二个上面去。输出这n种长方体能组成的最大长度。分析:虽说每种都有无限个,可每种长方体一共的“姿态”最多也只有三种,将它们三个边长分别作为高。然后按照底面排序,就转化为最...
分类:其他好文   时间:2014-09-28 23:49:27    阅读次数:164
330条   上一页 1 ... 26 27 28 29 30 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!