码迷,mamicode.com
首页 >  
搜索关键字:bone collector i    ( 757个结果
HDU 1010 Tempter of the Bone (DFS 奇偶剪枝)
Tempter of the BoneTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 75141Accepted Submission(s): 20...
分类:其他好文   时间:2014-12-16 20:53:59    阅读次数:218
Tempter of the Bone
Tempter of the BoneTime Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uSubmitStatusDescriptionThe doggie found a bone in an ancient maze...
分类:其他好文   时间:2014-12-16 00:56:05    阅读次数:142
HDU 2602 Bone Collector
http://acm.hdu.edu.cn/showproblem.php?pid=2602 Bone CollectorTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others) Total Sub...
分类:其他好文   时间:2014-12-15 21:38:37    阅读次数:243
Tempter of the Bone(杭电1010)(DFS+奇偶剪枝)
Tempter of the Bone Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 74916    Accepted Submission(s): 20481 Problem Description The ...
分类:其他好文   时间:2014-12-12 07:47:47    阅读次数:201
杭电 2639 Bone Collector II【01背包第k优解】
解题思路:对于01背包的状态转移方程式f[v]=max(f[v],f[v-c[i]+w[i]]);其实01背包记录了每一个装法的背包值,但是在01背包中我们通常求的是最优解,即为取的是f[v],f[v-c[i]]+w[i]中的最大值,但是现在要求第k大的值,我们就分别用两个数组保留f[v]的前k个值...
分类:其他好文   时间:2014-12-09 08:08:56    阅读次数:278
HDU--2639--Bone Collector II--01背包
Bone Collector IITime Limit: 5000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2464    Accepted Submission(s): 1295 Problem DescriptionThe title of this pr...
分类:其他好文   时间:2014-12-02 01:36:20    阅读次数:263
什么是GC Roots
GC Root 2012年11月28日? ? 综合?? 共 625字 ? 字号? 小?中?大? ??评论关闭 常说的GC(Garbage Collector) roots,特指的是垃圾收集器(Garbage Collector)的对象,GC会收集那些不是GC roots且没有被G...
分类:其他好文   时间:2014-12-01 01:20:54    阅读次数:205
hdu 2639 Bone Collector II
Problem Description The title of this problem is familiar,isn't it?yeah,if you had took part in the "Rookie Cup" competition,you must have seem this title.If you haven't seen it before,it doesn't m...
分类:其他好文   时间:2014-11-30 15:32:25    阅读次数:110
HDoj-1010-Tempter of the Bone-DFS
Tempter of the Bone Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 74250    Accepted Submission(s): 20326 Problem Description The dogg...
分类:其他好文   时间:2014-11-30 12:38:15    阅读次数:169
HDU2128Tempter of the Bone II(bfs+状态压缩)
Tempter of the Bone II Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 98304/32768 K (Java/Others) Total Submission(s): 1529    Accepted Submission(s): 407 Problem Description The dog...
分类:其他好文   时间:2014-11-29 14:39:12    阅读次数:209
757条   上一页 1 ... 63 64 65 66 67 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!