-
The files in this directory are the source code for all examples in D.R. Musser,
The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).-The files in this directory are the source code for all examples in D.R. Musser, G.J. Derge, and Atul Saini, STL Tutorial and Reference Guide, Second Edition: C++ Programming with the Standard Template Library (Boston, MA: Addison-Wesley, 2001).
- 2022-03-03 20:32:39下载
- 积分:1
-
用matlab实现最小生成树,GA算法,克鲁斯卡尔算法和prim算法三种方法
用matlab实现最小生成树,GA算法,克鲁斯卡尔算法和prim算法三种方法,自行输入图信息,实现最小生成树,处理如旅行商问题,推销员问题等。熟悉matlab的操作和函数的使用。
- 2023-01-11 04:05:03下载
- 积分:1
-
基于qt的打地鼠小游戏
打地鼠小游戏,,可直接运行,源代码齐全一大群历不明的老鼠入侵你的农场。作为一个奶酪农场的老板,现在是时候站和保卫你的家。现在,只有你可以阻止那些贪婪的老鼠。来测试下你的反应速度够不够快!
- 2023-08-16 02:00:07下载
- 积分:1
-
VB do Windows service procedures, extracted from netizens
VB 做的 Windows 服务程序,摘自网友-VB do Windows service procedures, extracted from netizens
- 2022-03-04 06:17:54下载
- 积分:1
-
这个是我在学数据结构做的小程序.主要实现了静态链表的相关操作...
这个是我在学数据结构做的小程序.主要实现了静态链表的相关操作-This is written in C and compile a small operating system, which not only detailed source there are reference books ....
- 2022-01-22 16:26:05下载
- 积分:1
-
递归读取磁盘文件,使用库dirent.h中的相关函数
递归读取磁盘文件,使用库dirent.h中的相关函数-recursive disk read documents and use the library dirent.h correlation function
- 2022-03-14 05:36:37下载
- 积分:1
-
扩展卡尔曼滤波器算法
扩展卡尔曼滤波器算法-extend kalman filter algorithm
- 2022-03-01 18:03: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
-
FLASH is used for a video chat room software, PHP+ MYSQL
FLASH是一款用于视频聊天室的软件,PHP+MYSQL
- 2022-04-01 06:58:21下载
- 积分:1
-
实现Windows95/98的I/O端口读写
实现Windows95/98的I/O端口读写-achieve Windows 95/98 I/O ports literacy
- 2023-04-29 21:45:03下载
- 积分:1