-
给任意长度的字符串,加CRC校验码的c语言算法
给任意长度的字符串,加CRC校验码的c语言算法-to arbitrary length of the string, plus CRC algorithm in C Language
- 2023-04-02 22:45:02下载
- 积分:1
-
SUN Xin teachers Viaucl c++ 20 class example of all procedures
孙鑫老师Viaucl c++二十课例子的全部程序-SUN Xin teachers Viaucl c++ 20 class example of all procedures
- 2022-06-01 13:52:46下载
- 积分:1
-
安装盘制作源码
安装盘制作的源码,非常不错,可以制作常一个文件,也可以制作常多个文件,有全部源码,可以自己根据情况修改,D5-D7,
- 2022-01-31 07:53:58下载
- 积分: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
-
一个简易的班级成绩统计系统,可以在此基础上做一个完善的统计处理系统....
一个简易的班级成绩统计系统,可以在此基础上做一个完善的统计处理系统.-a simple statistics system, we can complete a integrated statistics processing system
- 2022-05-07 21:31:08下载
- 积分:1
-
网络IP和端口扫描器
网络扫描仪 (ip、 端口) 使用 win32
- 2022-01-25 20:41:40下载
- 积分:1
-
miniICE jtag programmer circuit
miniICE jtag programmer circuit
- 2022-02-04 23:24:09下载
- 积分:1
-
ch2_mousecapture_programming_mfc_prosise
以下是Jeff Prosise编写的第2版“使用MFC编程Windows”第2章的源代码。这里的源代码附带了一个完整的visualstudio构建。
- 2022-03-16 14:57:11下载
- 积分:1
-
Wang Jinming verilog Chapter 7 for beginners
王金明verilog第7章
适合初学者-Wang Jinming verilog Chapter 7 for beginners
- 2023-09-07 07:40:04下载
- 积分:1
-
一个MFC的简单学生成绩数据库管理系统,适合初学者参考。
一个MFC的简单学生成绩数据库管理系统,适合初学者参考。-A simple MFC database management system for student achievement
- 2022-01-25 15:22:54下载
- 积分:1