-
动态四轮检测程序
本程序是用在 检车线 的 动态四轮检测程序,外接 位移传感器。vc6.0开发,采用uart通信,可以为工业控制方面的工程师提供借鉴。核心是 通信 和 模拟量计算
- 2022-03-18 20:32:47下载
- 积分:1
-
深度学习工具包
包含深度学习各种模型,可以随意组合
- 2022-04-23 02:53:24下载
- 积分:1
-
旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短...
旅行商问题的源代码及其说明。给出空间中给定n个点,画一条简单路径,包括所有的点,使得路径最短-Traveling Salesman Problem and its description of the source code. Given space in a given n points, draw a simple path, including all the points, making the shortest path
- 2022-09-05 13:55:03下载
- 积分:1
-
内存泄漏的lib src
memory leak lib src
- 2022-01-25 21:05:42下载
- 积分:1
-
windows 进程守护软件,可以定义响应时间,当指定进程被关闭时自动打开。...
windows 进程守护软件,可以定义响应时间,当指定进程被关闭时自动打开。-guardian of windows process software, response time can be defined, when the specified process was shut down automatically when opened.
- 2022-08-20 08:58:30下载
- 积分:1
-
《vc精华文摘
《vc精华文摘-数据库》-"vc essence Digest-database"
- 2023-09-05 18:05:04下载
- 积分:1
-
堆排序使用 C
堆排序使用它是非常有用的 c 程序的执行情况。它包含很少数量的 line.when 相比其他编程是很好。它还包含极少的功能。也做求助。
- 2023-01-05 21:30:03下载
- 积分:1
-
串口小工具代码
VC编写的上位机串口通讯小工具,通过API CreateFile打开串口并通讯,对初学者有很大的帮助。
- 2023-03-23 23:20:04下载
- 积分: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
-
这个是vc开发中清除临时文件的一个批处理工具,很方便
这个是vc开发中清除临时文件的一个批处理工具,很方便-vc development is the removal of a temporary batch tools, convenient
- 2022-03-12 04:21:10下载
- 积分:1