-
数据库开发一点心得,附有ACCESS数据库应用代码详情请细看...
数据库开发一点心得,附有ACCESS数据库应用代码详情请细看-database development experience, with its Access database application code details, please look at
- 2022-03-23 00:01:53下载
- 积分:1
-
我想你知道一个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
-
HEAPSORT 算法的实现,希望大家多多支持
HEAPSORT 算法的实现,希望大家多多支持-HEAPSORT algorithm realize, I hope everyone can support
- 2022-05-27 14:11:44下载
- 积分:1
-
CXTabCtrl
CXTabCtrl - an easier tab control for dialogs and forms-CXTabCtrl- an easier tab control for dialogs and forms
- 2023-04-28 11:30:02下载
- 积分:1
-
unified computer system clock
统一网内微机系统时钟-unified computer system clock
- 2023-07-28 08:15:03下载
- 积分:1
-
扑克牌游戏,基于VC++6.0
益用来学习交流之用
扑克牌游戏,基于VC++6.0
益用来学习交流之用-Poker game, based on VC++6.0 is used to study the exchange of beneficial use
- 2022-03-29 16:06:24下载
- 积分:1
-
实现自动机,用于计算理论和编译原理的学习,关于上下文无关文法和正则表达式...
实现自动机,用于计算理论和编译原理的学习,关于上下文无关文法和正则表达式-automatic machine used in the calculation of compiler theory and principles of learning, on the context-free grammar, and is a regular expression
- 2022-04-25 11:03:10下载
- 积分:1
-
电力系统N4F规约
电力系统N4F规约-power system N4F Statute
- 2022-01-26 04:35:38下载
- 积分:1
-
HTML显示树状结构的代码
HTML显示树状结构的代码-HTML code tree structure
- 2022-04-09 11:49:50下载
- 积分:1
-
一个小巧的汉语字典,字典数据来自其它程序,取词功能是用了ibm智能词典的Dll文件(vc.net)...
一个小巧的汉语字典,字典数据来自其它程序,取词功能是用了ibm智能词典的Dll文件(vc.net)-a small Chinese dictionaries, dictionaries of data from other programs, admission term function is used ibm smart Dictionary Dll files (vc.net)
- 2022-03-13 14:47:33下载
- 积分:1