-
baffling line
用c++在windows环境下完成变幻线。-baffling line
- 2022-04-21 06:02:44下载
- 积分:1
-
MultiDimensional scaling
MultiDimensional scaling
- 2022-07-05 09:51:10下载
- 积分: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
-
输入一副图片,能实现了图片的缩小、放大和还原的功能
输入一副图片,能实现了图片的缩小、放大和还原的功能-Enter a picture, to achieve a picture of the narrow, enlarge and restore the function
- 2022-04-17 16:07:45下载
- 积分:1
-
~ { } wvj1vs3lpr [J]. ~ },{ ~ # DB ~ } { LED ~ OTJ >;~ }
~{J}WVJ1VS3LPr~},~{D#Db~}LED~{OTJ>~}
- 2022-08-04 00:27:19下载
- 积分:1
-
深入浅出mfc的源代码
深入浅出mfc的源代码-source code of detecting mfc
- 2022-06-20 12:45:44下载
- 积分:1
-
famous dw2xls, I made some changes, more applicable
出名的dw2xls,我作了一些修改,更适用-famous dw2xls, I made some changes, more applicable
- 2022-09-29 21:05:03下载
- 积分:1
-
一个屏幕键盘的VC++源代码,含有多个按键,基本包含了键盘上的全部内容。...
一个屏幕键盘的VC++源代码,含有多个按键,基本包含了键盘上的全部内容。-A screen keyboard VC++ Source code, containing a number of key, basic contains the entire contents of the keyboard.
- 2022-09-30 14:15:03下载
- 积分:1
-
cop2000上实现的乘法系统,很有用的东西。
cop2000上实现的乘法系统,很有用的东西。-cop2000 achieve the multiplication system, useful things.
- 2022-01-20 22:51:21下载
- 积分:1
-
HOOK系统API
HOOK系统的API,可以是API功能发生变化 。API HOOK技术是一种用于改变API执行结果的技术,Microsoft 自身也在Windows操作系统里面使用了这个技术,如Windows兼容模式等。该源码旨在处理一些特殊的调用,来达到用户的需求。写的比较简单,仅供参考。
- 2022-11-12 06:35:03下载
- 积分:1