-
This is a VC used Pictrue control of small examples to share with Members
这是一个VC中使用Pictrue控件的小例子,跟大家分享一下-This is a VC used Pictrue control of small examples to share with Members
- 2022-03-17 13:07:06下载
- 积分:1
-
高精度计时的小程序,dialog界面
高精度计时的小程序,dialog界面-small precision timing procedures, dialog interface
- 2022-06-13 02:42:39下载
- 积分:1
-
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com...
这是一个Josephus问题的C++代码,用双向链表实现.有问题题请联系ho1983xx@tom.com-This is a question of Josephus C code used to achieve two-way linked list. As a matter please contact ho1983xx@tom.com
- 2022-03-12 12:48:25下载
- 积分:1
-
K-7121S_DEMO
K-7121S_DEMO,完整实现K-7121S通讯功能,实现CAN消息发送和接收,并具有表格显示CAN消息记录,记录可保存
- 2022-06-19 20:10:49下载
- 积分: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
-
一个示例程序,调用API取得硬盘使用情况,支持大硬盘。
一个示例程序,调用API取得硬盘使用情况,支持大硬盘。-One example:this program can aquire the information of the hard disk being used and be fit to the large disk.
- 2022-11-10 14:50:04下载
- 积分:1
-
汇编语言,中北大学报警系统的需求分析书格式正确,大家可以参考一下...
汇编语言,中北大学报警系统的需求分析书格式正确,大家可以参考一下 -Assembly language, the North University of alarm system needs analysis book in the correct format, we can reference
- 2022-11-21 12:55:03下载
- 积分:1
-
制作线程竞赛的实例。运行该程序时,能够产生一个带有三个跑道的界面,有三个黄色的圆形在竞赛谁跑得最快,到达终点后,程序结束运行。...
制作线程竞赛的实例。运行该程序时,能够产生一个带有三个跑道的界面,有三个黄色的圆形在竞赛谁跑得最快,到达终点后,程序结束运行。-threads contest produced examples. Run this program, to have a runway with three interfaces, three yellow circle in the competition, who ran the fastest arrival, the end of the program running.
- 2023-02-15 02:25:03下载
- 积分:1
-
一个清理数据的小程序,可以学习对系统文件夹的一些操作.
一个清理数据的小程序,可以学习对系统文件夹的一些操作.-A small process of cleaning up the data, you can learn the system folder of some operations.
- 2022-05-27 18:55:31下载
- 积分:1
-
能够限制鼠标的移动范围,简单地运用了API函数,对于想学API的新手,有一定的参考价值,因为我也是新手!...
能够限制鼠标的移动范围,简单地运用了API函数,对于想学API的新手,有一定的参考价值,因为我也是新手!-To limit the scope of the movement of the mouse, simply use the API function, like the API for the novice, has a certain reference value, because I am also a novice!
- 2022-03-11 04:04:28下载
- 积分:1