-
factorial function
permutation function
combination function
factorial function
permutation function
combination function
- 2022-02-05 02:16:19下载
- 积分:1
-
光明软件系列之电子日记本,也是我和张光明老哥合作的产品哦!...
光明软件系列之电子日记本,也是我和张光明老哥合作的产品哦!-bright Series software of the electronic diary, but also my brother and Zhang Guangming cooperation in the product!
- 2022-08-06 22:58:39下载
- 积分:1
-
软件读写硬盘参数,可以直接使用的亲…
DiskIO.rar 软件读写硬盘参数,可以直接在你的程序中使用(c++类封装)-DiskIO.rar software literacy drive parameters, you can direct the use of the procedure (c type package)
- 2022-03-18 00:51:01下载
- 积分:1
-
vc动态链接库的一个很好的例子,希望对新手有所帮助,欢迎下载...
vc动态链接库的一个很好的例子,希望对新手有所帮助,欢迎下载-it is a vc dynamic link library
- 2022-03-01 10:18:34下载
- 积分: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
-
BHO方式的读卡器封装
VS2008环境下对明华读卡器函数进行封装操作,可以生成二次开发的控件,很有一定指导意义,现供大家参考
- 2022-01-21 05:40:35下载
- 积分:1
-
这个小应用是ASCII码和UNICODE码之间的转换工具
这个小应用是ASCII码和UNICODE码之间的转换工具-this small application is ASCII and UNICODE between the code conversion tools
- 2022-03-11 02:43:25下载
- 积分:1
-
这里讨论TIA自动化等相关话题(21KB)
这里讨论TIA自动化等相关话题(21KB)-here to discuss topics related to automation (21KB)
- 2023-06-22 03:55:03下载
- 积分:1
-
VFP warehouse management system, for beginners, but also refer to Thesis
VFP库房经营管理系统,初学者适用,也可毕业论文参考-VFP warehouse management system, for beginners, but also refer to Thesis
- 2023-02-21 16:40:04下载
- 积分:1
-
核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DF...
核心函数是一个状态切换的函数 CAjaxParserDlg::Route。状态切换函数解根据一个 DFA 来对输入的文本进行分析。也就是说,如果你做一个新的DFA,就能分析新的词法。 DFA 的初始化在 CAjaxParserDlg::OnInitDialog。 -core function is a state of the switching function CAjaxParserDlg : : Route. State switching function according to a DFA solution to the input text for analysis. In other words, if you do a new DFA, we can analyze the new morphology. DFA in the initialization CAjaxParserDlg : : OnInitDialog.
- 2022-04-01 07:37:53下载
- 积分:1