-
CRecordset进行了扩展
CRecordset进行了扩展-CRecordset of expansion
- 2023-05-24 21:30:03下载
- 积分: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
-
Originally need VBScript to call ATL dll, but can not enter the internal debuggi...
本来工作需要VBScript调用ATL dll,但是无法进入ATL dll 内部调试。所以写了一个MFC 的客户端。MFC如何调用ATL对象,这是一个例子-Originally need VBScript to call ATL dll, but can not enter the internal debugging ATL dll. So write a MFC client. MFC How to call ATL object, this is an example
- 2022-08-18 05:27:36下载
- 积分:1
-
函数指针例程 函数指针例程
函数指针例程 函数指针例程-Function pointer routine function pointer routine function pointer routines
- 2023-07-08 05:45:03下载
- 积分:1
-
这里提供了一个关于基于Active X 基础上的计算器程序
这里提供了一个关于基于Active X 基础上的计算器程序-Here is a project on Active X-based calculator program on the basis of
- 2023-02-25 16:00:03下载
- 积分:1
-
基于数据链路层的RPC编程,在C SHELL中实现编写
基于数据链路层的RPC编程,在C SHELL中实现编写-Based on the data link layer of the RPC program to achieve in the preparation of C SHELL
- 2023-04-24 00:50:03下载
- 积分:1
-
MFC网页自动填表
资源描述在MFC项目嵌入网页,通过MFC控件,控件网页控件。实现自动把内容填入编辑框,然后控件鼠标点击网页按键
- 2022-05-01 00:05:07下载
- 积分:1
-
用回溯法求解KnightTour问题
【KnightTour问题】在一个8×8的棋盘上,检验以某一位置作为出发点的棋子能否遍历一次棋盘上的所有棋格,且最后回...
用回溯法求解KnightTour问题
【KnightTour问题】在一个8×8的棋盘上,检验以某一位置作为出发点的棋子能否遍历一次棋盘上的所有棋格,且最后回到出发点。(备注:棋子每次只能沿东、南、西、北、东南、西南、东北、西北方向走一步!!)-Method with back issues KnightTour】 【KnightTour issues in a 8 × 8 chessboard, the examination for the position as the starting point of a piece of a chessboard can traverse all the chess grid, and the final return to the starting point. (Note: each piece can only be along the east, south, west, north, southeast, southwest, northeast, northwest direction step!!)
- 2022-03-12 08:40:20下载
- 积分:1
-
如何实现视图缩放
如何实现视图缩放-how to achieve scalability View
- 2022-08-03 12:07:01下载
- 积分:1
-
编译器,词法分析器
编译器,词法分析器-compiler, the lexical analyzer
- 2023-04-12 11:50:04下载
- 积分:1