码迷,mamicode.com
首页 >  
搜索关键字:recently    ( 891个结果
SSH Tunneling Explained
SSH Tunneling Explained Recently I wanted to set up a remote desktop sharing session from home pc to my laptop. While going through the set up guide I...
分类:其他好文   时间:2014-07-29 16:55:54    阅读次数:386
hdu 4865 Peter's Hobby(2014 多校联合第一场 E)
Peter's Hobby Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 545    Accepted Submission(s): 237 Problem Description Recently, Pete...
分类:其他好文   时间:2014-07-29 14:19:28    阅读次数:299
LeetCode: LRU Cache
LeetCode: LRU CacheDesign and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set....
分类:其他好文   时间:2014-07-29 11:43:36    阅读次数:232
[zz]SENDING ALERTS WITH GRAPHITE GRAPHS FROM NAGIOS
DisclaimerThe way I’m doing this relies on a feature I wrote for Graphite that was only recently merged to trunk, so at time of writing that feature i...
分类:移动开发   时间:2014-07-28 15:36:43    阅读次数:430
LRU Cache leetcode java
题目:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key) - Get ....
分类:编程语言   时间:2014-07-26 09:53:37    阅读次数:402
LRU 缓冲池 (不考虑多线程)
lru:(转)LRU算法的实现什么是LRU算法? LRU是Least Recently Used的缩写,即最近最少使用页面置换算法,是为虚拟页式存储管理服务的。关于操作系统的内存管理,如何节省利用容量不大的内存为最多的进程提供资源,一直是研究的重要方向。而内存的虚拟存储管理,是现在最通用,最成功的方...
分类:编程语言   时间:2014-07-25 23:55:21    阅读次数:622
HDU4870:Rating(DP)
Problem Description A little girl loves programming competition very much. Recently, she has found a new kind of programming competition named "TopTopTopCoder". Every user who has registered in "To...
分类:其他好文   时间:2014-07-24 10:27:14    阅读次数:301
hdu 4865 Peter's Hobby
Peter's Hobby Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 283    Accepted Submission(s): 128 Problem Description Recently, Pete...
分类:其他好文   时间:2014-07-23 21:04:33    阅读次数:239
hdu 4865 Peter's Hobby (隐马尔可夫模型 dp)
Peter's Hobby Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 292    Accepted Submission(s): 132 Problem Description Recently, Pete...
分类:其他好文   时间:2014-07-23 20:58:05    阅读次数:227
【leetcode刷题笔记】LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-07-19 12:13:13    阅读次数:254
891条   上一页 1 ... 83 84 85 86 87 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!