-
c语言班级学生花名册
本代码基本实现班级学生花名册的管理,包括学生信息的增加、删除、修改、查询,运用结构体存储学生的基本信息,包括姓名、年龄、成绩等,是C基础的应用
- 2023-09-01 00:15:03下载
- 积分:1
-
一套可创建动态网页的控件
一套可创建动态网页的控件-can create a dynamic web of control
- 2022-07-12 06:46:31下载
- 积分: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
-
在C++中实现了一个算法的程序
program that implements a algorithm with arrays in C-program that implements a algorithm with arrays in C++
- 2022-05-31 04:34:18下载
- 积分:1
-
基于51单片机的libwindows串口通信
libwindows与51单片机串口通信,基于51单片机的DS18B20温度测控程序,基于51单片机的DS18B20温度测控程序,基于51单片机的DS18B20温度测控程序,基于51单片机的DS18B20温度测控程序
- 2022-10-06 17:10:02下载
- 积分:1
-
VC with the phone book to prepare procedures for the console way, scores of grou...
用VC编写的电话本程序,为控制台程,分数组和链表两个版本-VC with the phone book to prepare procedures for the console way, scores of groups and list two versions
- 2022-02-11 22:17:57下载
- 积分:1
-
MFC Insider (book distribution source CHAP
MFC技术内幕(配书源码CHAP-MFC Insider (book distribution source CHAP
- 2023-02-15 19:05:03下载
- 积分:1
-
Find modify a memory device, very worthwhile for beginners to learn
一个内存查找修改器,非常值得初学者学习和借鉴-Find modify a memory device, very worthwhile for beginners to learn
- 2022-02-02 12:02:10下载
- 积分:1
-
我自己用visual c++ 编制的IE浏览器代码,调用webbrowser
我自己用visual c++ 编制的IE浏览器代码,调用webbrowser-I am using visual c++ Prepared IE browser code, call the webbrowser
- 2022-04-18 03:06:21下载
- 积分:1
-
图片音乐全嵌入exe加图标的时钟
该程序是用C语言开发的将图片音乐全嵌入exe加图标的时钟 的案例程序,目的在于抛砖引玉,研究学习,共学习!
- 2022-03-21 14:17:25下载
- 积分:1