码迷,mamicode.com
首页 >  
搜索关键字:garbage collector    ( 991个结果
Bone Collector(dp 01背包)
Problem Description Many years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bones , such as dog’s , cow’s , also he went to the grav...
分类:其他好文   时间:2014-08-01 16:12:41    阅读次数:264
hdoj 2602 Bone Collector 【01背包】
题意:给出袋子的体积和骨头的个数,然后又给出每个骨头的价值和体积,求袋子最多能装的骨头的价值 难点;这道题是最基础的01背包题,不懂得话推荐看《背包九讲》 AC by SWS 题目链接 http://acm.hdu.edu.cn/showproblem.php?pid=2602 代码: #include #include typedef struct{ int w, v; }str;...
分类:其他好文   时间:2014-08-01 10:55:11    阅读次数:215
hduoj2602Bone Collector
动态规划、01背包...
分类:其他好文   时间:2014-08-01 10:50:51    阅读次数:211
hdu 4336 Card Collector
有n种卡片,概率分别为p1...pn,p1+...+pn 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include10 using namespace std;11 #define ...
分类:其他好文   时间:2014-07-31 23:15:50    阅读次数:211
杭电 2602
Bone Collector Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 29109    Accepted Submission(s): 11898 Problem Description Many years ag...
分类:其他好文   时间:2014-07-31 20:59:57    阅读次数:205
[ACM] hdu 4248 A Famous Stone Collector (DP+组合)
A Famous Stone Collector Problem Description Mr. B loves to play with colorful stones. There are n colors of stones in his collection. Two stones with the same color are indistinguishable. M...
分类:其他好文   时间:2014-07-30 17:41:44    阅读次数:287
转: jvm调优参数总结
JVM里的GC(Garbage Collection)的算法有很多种,如标记清除收集器,压缩收集器,分代收集器等等,详见HotSpot VM GC 的种类现在比较常用的是分代收集(generational collection,也是SUN VM使用的,J2SE1.2之后引入),即将内存分为几个区域,...
分类:其他好文   时间:2014-07-29 21:05:42    阅读次数:351
HDU 2639 Bone Collector II
one Collector IITime Limit: 5000/2000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2179    Accepted Submission(s): 1142 Problem Description The title of ...
分类:其他好文   时间:2014-07-29 14:27:28    阅读次数:308
HDU 2602 Bone Collector 0/1背包
经典0/1背包问题求解。...
分类:其他好文   时间:2014-07-29 13:21:37    阅读次数:174
java 垃圾回收机制和调优(转)Java Garbage Collection
(转)http://www.cnblogs.com/shudonghe/p/3457990.html文主要介绍,JVM的组件,自动垃圾收集器是如何工作的,分代垃圾收集器的收集过程,使如何用Visual VM来监视应用的虚拟机,以及JVM中垃圾收集器的种类。一、JVM架构1、HotSpot 架构Hot...
分类:编程语言   时间:2014-07-29 11:49:46    阅读次数:415
991条   上一页 1 ... 93 94 95 96 97 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!