码迷,mamicode.com
首页 >  
搜索关键字:recently    ( 891个结果
Instruction on VIDA DICE Software Installation on Win 7 Computer
I recently browse through some threads, and to find there has someone talking that many obd2 tools still designate to run on Windows XP operating syst...
分类:Windows程序   时间:2015-02-02 15:38:47    阅读次数:232
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...
分类:系统相关   时间:2015-01-31 17:43:36    阅读次数:158
Leetcode:LRUCache四个版本实现
题目Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the va...
分类:系统相关   时间:2015-01-30 17:19:54    阅读次数:162
Timus Online Judge1627--- Join
1627. Join Time limit: 4.0 second Memory limit: 64 MB Businessman Petya recently bought a new house. This house has one floor with n × m square rooms, placed in rectangular lattice. Some roo...
分类:其他好文   时间:2015-01-30 09:16:22    阅读次数:166
Disabling/ activating Volvo Seat Belt Alarm with Vida Dice
I have got recently my new Volvo S80, from day one the seatbelt warning tone is killing my nerves. I was asking my Volvo dealer if there is a way to d...
分类:其他好文   时间:2015-01-29 19:02:54    阅读次数:169
mongodb的固定集合(优化效率)
mongodb固定集合(Capped Collection)和大文件管理(GridFS)Capped Collection固定集合(Capped Collection)是性能出色的有着固定大小的集合,以LRU(Least Recently Used最近最少使用)规则和插入顺序进行age-out(老化...
分类:数据库   时间:2015-01-28 15:57:19    阅读次数:200
CDZSC_2015寒假新人(4)——搜索 - N
DescriptionStandard web browsers contain features to move backward and forward among the pages recently visited. One way to implement these features i...
分类:其他好文   时间:2015-01-26 20:37:42    阅读次数:138
poj_1502_MPI Maelstrom_spfa
MPI MaelstromTime Limit:1000MSMemory Limit:10000KB64bit IO Format:%I64d & %I64uDescriptionBIT has recently taken delivery of the...
分类:其他好文   时间:2015-01-25 15:02:22    阅读次数:173
MongoDB整理笔记のCapped Collection
1、简单介绍 capped collections 是性能出色的有着固定大小的集合,以LRU(Least Recently Used 最近最少使用)规则和插入顺序进行age-out(老化移出)处理,自动维护集合中对象的插入顺序,在创建时要预先指定大小。如果空间用完,新添加的对象将会取代集合中最旧的....
分类:移动开发   时间:2015-01-24 11:34:57    阅读次数:123
POJ 3228-Gold Transportation(网络流_最大流+二分查找)
Gold Transportation Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 2995   Accepted: 1065 Description Recently, a number of gold mines have been discover...
分类:其他好文   时间:2015-01-23 13:32:55    阅读次数:264
891条   上一页 1 ... 69 70 71 72 73 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!