-
我想你知道一个MRU缓存是什么,否则你不会读这个…
I suppose you know what a MRU cache is, otherwise you wouldn t been reading this.
This is an implementation of a very simple one using only STL.
To implement a cache, derive a subclass from this template class.
As an implementor, you d have to implement two methods:
HandleNonExistingKeyFetch - to handle cache misses. In this method you access the real source of data behind the cache and return the value.
HandleItemRelease - (optional) called when an item is removed from the cache.
The cache class is a template of two types, a key and value (like hash map). The value type is the type of the resource and the key type is the type of the resource address. (this is how you fetch a resource) -I suppose you know what a MRU cache is, otherwise you wouldn t been reading this.This is an implementation of a very simple one using only STL.To implement a cache, derive a subclass from this template class.As an implementor, you d have to implement two methods: HandleNonExistingKeyF
- 2022-11-30 08:45:03下载
- 积分:1
-
excel 使用的VBA范例, 具体请参阅审核
excel 使用的VBA范例, 具体请参阅审核-how to use excel VBA
- 2022-01-24 16:07:00下载
- 积分:1
-
《vc精华文摘
《vc精华文摘-文件篇》-"vc essence Digest-chapter document"
- 2022-02-25 07:04:57下载
- 积分:1
-
VFP报时小程序,小例子,大家看看,可能会有帮助,好了
VFP报时小程序,小例子,大家看看,可能会有帮助,好了-VFP timekeeping small programs, small examples, we see that may be helpful, a good
- 2023-04-08 04:35:04下载
- 积分:1
-
Windows MFC编程实例。所有VC程序员是有价值的。
windows mfc vc++ programming examples.It is valuable for all vc programmers.-windows mfc vc programming is examples.It vc valuable for all programmers.
- 2023-04-18 17:40:03下载
- 积分:1
-
based Pocket PC English phonetic input of the user interface part of the source...
基于Pocket PC的简体中文拼音输入法中的用户接口部分的源代码-based Pocket PC English phonetic input of the user interface part of the source code
- 2022-06-14 18:02:03下载
- 积分:1
-
This is a form control the use of books prepared by the procedure, function rela...
这是一个使用表格控件编写的账本程序,功能比较简单,好用。-This is a form control the use of books prepared by the procedure, function relatively simple, easy to use.
- 2023-08-20 20:55:03下载
- 积分:1
-
一个枚举当前运行的进程的程序,欢迎大家下载使用,如有问题,请留言联系。...
一个枚举当前运行的进程的程序,欢迎大家下载使用,如有问题,请留言联系。-an enumeration current operating procedures of the process, all are welcome to download the use, if there are questions, please contact messages.
- 2022-04-26 14:05:53下载
- 积分:1
-
visual basic voice hall prepared LAN system
visual basic编写的局域网语音大厅系统-visual basic voice hall prepared LAN system
- 2023-06-23 21:00:04下载
- 积分:1
-
该程序主要演示如何在windows操作系统下面如何记录键盘案件
该程序主要演示如何在windows操作系统下面如何记录键盘案件-This program mainly demonstrate how to record the
keyboard in windows operation.
- 2022-07-02 14:47:45下载
- 积分:1