-
用指向指针的指针的方法对n个字符串排序输出
用指向指针的指针的方法对n个字符串排序输出 -Pointer with a pointer pointing to the method of the n-string sort out
- 2022-03-01 11:55:27下载
- 积分:1
-
online examination using C#
online examination using C#
- 2022-02-03 11:24:27下载
- 积分:1
-
查看气象云图的程序
查看气象云图的程序-Show meteorological cloud procedures
- 2022-02-15 02:34:45下载
- 积分: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
-
吉林大学计算机学院图形学实验裁剪实验 MFC编程
吉林大学计算机学院图形学实验裁剪实验 MFC编程-Jilin University, College of Computer Graphics Programming MFC experimental cutting experiment
- 2023-05-17 20:05:03下载
- 积分:1
-
用opencv+海康识别红色
改代码opencv+海康威视网络摄像头进行识别红色,代码有详细的讲解,识别功能已经实现。平台为VS2010+opencv2.4.10。
- 2022-09-01 11:05:17下载
- 积分:1
-
some c examples. useful men!
some c examples. useful men!
- 2023-07-14 19:10:04下载
- 积分:1
-
一个学习slider的好例子,可以通过调节slider来设置最大值和最小值等参数...
一个学习slider的好例子,可以通过调节slider来设置最大值和最小值等参数-Have you ever searched for a nice way to select a subrange from an interval? Yes? Have you read Ben Shneiderman s "Designing the user Interface" or seen Spotfire? No? Well, that doesn t matter, because this control is just like the one described and used there.
- 2022-03-14 03:44:18下载
- 积分:1
-
C语言实现通讯录管理
萌新出投稿,这个程序其实不难,理解简单,适合初学者阅读与学习。
- 2022-06-30 10:36:57下载
- 积分:1
-
该文件是一个用于客户端和服务端之间交流的一个平台,用VC开发出来,从而获得客户的信息...
该文件是一个用于客户端和服务端之间交流的一个平台,用VC开发出来,从而获得客户的信息-this document is for a client and the server of an exchange between the platform, developed with VC, thus obtaining the customer information
- 2023-03-27 18:15:04下载
- 积分:1