码迷,mamicode.com
首页 >  
搜索关键字:garbage collector    ( 991个结果
M - 基础DP
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 d ...
分类:其他好文   时间:2016-08-06 11:13:23    阅读次数:198
Java GC机制
Java中GC机制(garbage collection)是垃圾回收机制,更确切的说是内存回收机制 在一个对象不再被程序引用时,它所占用的堆空间就可以回收,以便分配给新对象使用。而且除了释放不再被引用的对象外,垃 圾收集器还要处理堆碎块(堆碎块是在正常的程序运行时产生的),因为新的对象分配了空间,不 ...
分类:编程语言   时间:2016-08-05 21:23:32    阅读次数:369
GC: CMS垃圾回收器一(英文版)
Memory Management in the Java HotSpot? Virtual Machine Concurrent Mark-Sweep (CMS) Collector For many applications, end-to-end throughput is not as im ...
分类:其他好文   时间:2016-08-05 19:24:37    阅读次数:165
数学·概率
相关习题: Uva 11637 Garbage Remembering Exam 代码: 1 #include <algorithm> 2 #include <cstdio> 3 #include <cstring> 4 #include <string> 5 #include <queue> 6 ...
分类:其他好文   时间:2016-08-05 06:28:17    阅读次数:145
bzoj4582[Usaco2016 Open]Diamond Collector
bzoj4582[Usaco2016 Open]Diamond Collector 题意: n个钻石,每个都有一个大小,现在将其装进2个盒子里,每个盒子里的钻石最大的与最小的大小不能超过k,问最多能装多少个。n最大50000。 题解: 我真傻,真的~首先对大小排序,然后找以i为左端点的可装区间,这个 ...
分类:其他好文   时间:2016-08-03 14:55:07    阅读次数:138
HDU 2602 Bone Collector DP(01背包)
Bone Collector Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Bone Collector Description Many years ago , in Teddy’s hometown th ...
分类:其他好文   时间:2016-08-02 23:54:31    阅读次数:263
Diamond Collector
Diamond Collector 题目描述 Bessie the cow, always a fan of shiny objects, has taken up a hobby of mining diamonds in her spare time! She has collected N d ...
分类:其他好文   时间:2016-07-30 10:21:25    阅读次数:201
Diamond Collector (动态规划)
问题 I: Diamond Collector 题目描述 Bessie the cow, always a fan of shiny objects, has taken up a hobby of mining diamonds in her spare time! She has collect ...
分类:其他好文   时间:2016-07-30 00:24:35    阅读次数:161
hdu 2602 Bone Collector 01背包
Bone Collector Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 50442 Accepted Submission(s): 2115 ...
分类:其他好文   时间:2016-07-25 18:01:48    阅读次数:150
flume参考文档
问题导读: 1.node向master发送心跳之后等待反馈的最大时长由哪个参数来决定,默认多长时间? 2.当primary sink(可以认为是第一collector)故障后,重启primary sink的一个延迟时间,在此期间,agent将把数据发送到secondary sink(可能是第二collector)由哪个参数来决定? 3.collector的默认发送目录通过哪个参数可以配置? ...
分类:Web程序   时间:2016-07-21 13:06:13    阅读次数:538
991条   上一页 1 ... 56 57 58 59 60 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!