-
MFC串口代码
MFC串口调试代码,支持Unicode编码环境,异步接收方式。
- 2022-02-12 06:53:05下载
- 积分:1
-
3322希网密码获取器,跟新3322ip地址
3322希网密码获取器,跟新3322ip地址-updata 3322
- 2022-03-25 03:34:57下载
- 积分:1
-
Delphi写的网络验证系统,方便你进行收费软件的编写!
Delphi写的网络验证系统,方便你进行收费软件的编写!-Delphi to write a network authentication system to facilitate your software for the preparation of charge!
- 2022-04-27 12:47:46下载
- 积分:1
-
从URL下载文件
从URL下载文件,它可以很容易地通过使用Windows API函数URLDownloadToFile完成通过包括单位“URLMON”或Urlmon.pas在您的项目。
- 2022-08-03 02:13:33下载
- 积分: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
-
消除字符串前导及后续空白字符的实例。Win32环境下使用。
消除字符串前导及后续空白字符的实例。Win32环境下使用。-Eliminate continuous space characters in a string in Win32.
- 2022-06-21 07:51:08下载
- 积分:1
-
仿distionaly windows environment
仿distionaly windows environment-Imitation distionaly windows environment
- 2023-07-25 22:30:03下载
- 积分:1
-
一个简单的数据库C++读取的例子
一个简单的数据库C++读取的例子-a simple database access example C
- 2022-01-23 11:20:33下载
- 积分:1
-
Writing the oracle package foreigners lib, use the oci, This is to help document
老外写的oracle封装lib,用到了oci,这是帮助文档-Writing the oracle package foreigners lib, use the oci, This is to help document
- 2022-03-09 23:24:01下载
- 积分:1
-
这个代码显示了如何操控一个文本文件,通过计算句子的数量…
This code shows how to manupilate a text file, by counting the number of sentences appears on the full text file and many more
- 2022-06-22 05:19:15下载
- 积分:1