-
MFC实例A1
mfc examples a1
- 2022-08-21 23:32:03下载
- 积分:1
-
Very stable, easy
非常稳定好用的串口通讯源代码,经过上千次测试,没有问题-Very stable, easy-to-use serial communication source code, after thousands of tests, there is no problem
- 2022-11-20 21:40:03下载
- 积分:1
-
HEX编辑控制
hex edit control
- 2022-11-21 00:45:03下载
- 积分:1
-
Tank坦克游戏代码
Tank坦克游戏代码-Tank tanks game code
- 2022-05-17 23:33:34下载
- 积分:1
-
矢量电磁
你可以尝试查看任何向量,如果您有要协调它的位置点。程序会使线从一个点到另
- 2022-12-13 04:30:03下载
- 积分:1
-
listbox添加位图按钮
listbox每个Item中加载不同BMP,并重绘按钮功能。点击item进行切换相应界面,显示不同空间及文本信息。
- 2023-06-08 23:00:03下载
- 积分:1
-
在使用管理软件时,因分工不同,每个人的管理权限也不同。该源码实现合理设置管理员的使用权限。...
在使用管理软件时,因分工不同,每个人的管理权限也不同。该源码实现合理设置管理员的使用权限。-In the use of management software, due to the division of different management authority of each person are also different. The source to achieve a reasonable set up an administrator permissions.
- 2023-06-13 08:55:03下载
- 积分:1
-
漂亮的C#软件启动界面特效源码,希望对你有帮助!
漂亮的C#软件启动界面特效源码,希望对你有帮助!-Beautiful interface effects start C# software source code, want to help you!
- 2022-02-02 17:19:54下载
- 积分: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
-
I2C Simulator Communication
i2c通信模拟器。模拟一个内存芯片到i2c的eeprom估计,该芯片的实现是可能的,并写入eeprom
- 2022-02-07 05:14:04下载
- 积分:1