-
i want to something in this intnet that i need it very much!
i want to somethin...
tlc549 AD转换程序
i want to something in this intnet that i need it very much!-i want to something in this intnet that i need it very much!
i want to something in this intnet that i need it very much!
- 2022-02-26 21:27:36下载
- 积分:1
-
这是一个用C语言实现的通讯录问题,可以直接运行
这是一个用C语言实现的通讯录问题,可以直接运行-This is a language with C
- 2022-05-15 18:47:37下载
- 积分:1
-
VC 串口通信源代码
串口通信程序源代码,可直接运行 Complete serial communication program source code, can be directly run
- 2023-03-10 11:05:03下载
- 积分:1
-
该算法经运行,无任何问题,可用于解决遗传算法求解旅行商问题...
该算法经运行,无任何问题,可用于解决遗传算法求解旅行商问题-The algorithm by running without any problems, can be used to solve the traveling salesman problem genetic algorithm
- 2022-03-06 04:45:19下载
- 积分:1
-
PinPacking 切割股票规划求解
此源的相关解决方案 C# 两个众所周知类运筹学问题的解决方案: 装箱和扦插苗圃用 Bin/股票的许多大小。这项工作还包括一些有用的功能,如介绍中搜索解决方案的成本和数量约束的可能性相关联的源代码和文件,是领有牌照下代码项目开放许可证 (面向)
- 2022-02-14 16:38:50下载
- 积分:1
-
进行 n个学生成绩从高到低排名,排名方式根据函数的style参数进行,如style为 ‘a’ 按升序排,style为 ‘d’ 按降序排。 ( a:ascendi...
进行 n个学生成绩从高到低排名,排名方式根据函数的style参数进行,如style为 ‘a’ 按升序排,style为 ‘d’ 按降序排。 ( a:ascending 升,d: descending 降) -For n ranked from high to low student achievement, ranked according to the function of the style parameters, such as the style of " a" by ascending row, style for the " d" in descending row. (A: ascending l, d: descending down)
- 2022-05-13 14:34:44下载
- 积分:1
-
mpeg1的编码,c语言实现。希望对大家有帮助哦。
mpeg1的编码,c语言实现。希望对大家有帮助哦。-mpeg1 encoder writen by C, Hopefully, it can help everyone.
- 2022-06-01 13:59:40下载
- 积分:1
-
汉字显示程序Display HanZI
汉字显示程序Display HanZI-Chinese character display program Display HanZI
- 2023-06-29 19:00:04下载
- 积分:1
-
一个关于读硬盘序列号的程序,序列号用来识别主机的唯一性
一个关于读硬盘序列号的程序,序列号用来识别主机的唯一性-A hard drive serial number on the time of the procedure, the serial number used to identify the uniqueness of the host
- 2022-01-24 18:57:05下载
- 积分: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