-
C++编程实现系统的定时关机、重启、注销
C++编程实现系统的定时关机、重启、注销-C++ Programming System Timing shutdown, restart, write-offs
- 2022-02-04 09:27:34下载
- 积分:1
-
2000/xp下进入实模式并返回
2000/xp下进入实模式并返回-2000/XP into real mode and return to
- 2022-02-04 23:45:46下载
- 积分:1
-
CUDA FFT,实现OcenFFT参考代码
代码用于实现OcenFFT,GPU实现FFT的过程,相比CPU的C语言速度至少提升一个数量级,可实现二位的FFT,得到实时动态的二维海面
- 2022-02-25 10:06:42下载
- 积分:1
-
自己制作自己的压缩小程序比较有意思(推荐)
自己制作自己的压缩小程序比较有意思(推荐)-produced their own small compression process more interesting (recommended)
- 2022-06-20 09:18:25下载
- 积分:1
-
Source packages microwindows
microwindows-0.98.tar.gz源码包-Source packages microwindows-0.98.tar.gz
- 2023-07-04 10:05:04下载
- 积分:1
-
Modular C Programming Language Guide, c programming ski
模块化C编程语言指南
- 2023-07-25 22:10:03下载
- 积分:1
-
显示时钟及日历,同时可以查询其它年月的星期情况
显示时钟及日历,同时可以查询其它年月的星期情况-Display clock and calendar, while other years can learn about the situation of the week
- 2023-05-24 00:00:03下载
- 积分:1
-
一个可以通过Internet对弈的“吃棋子”游戏。
一个可以通过Internet对弈的“吃棋子”游戏。-Of games on the Internet one can " eat pawn" game.
- 2022-02-12 23:07:24下载
- 积分:1
-
USB HID example code
USB HID example code
- 2022-04-12 13:00:06下载
- 积分: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