-
死锁的程序演示 用信号量实现的
死锁的程序演示 用信号量实现的-the procedures used to demonstrate signal to achieve the volume
- 2022-03-13 10:21:56下载
- 积分:1
-
键盘输入不定长(最大长度受限制)二进制数,以回车键结束,输入数据要求有容错功能,然后将其转换成十六进制数显示输出。...
键盘输入不定长(最大长度受限制)二进制数,以回车键结束,输入数据要求有容错功能,然后将其转换成十六进制数显示输出。-Keyboard input variable length (maximum length) binary number to the end of the enter key, the input data required fault tolerance, and then converted to hexadecimal number display.
- 2022-03-18 20:09:52下载
- 积分: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
-
微商城网站
采用JAVAWEB编写的小型商城网站,适用于初学者。
- 2022-03-22 00:55:35下载
- 积分:1
-
用vc实现内存分配的模拟,很简单的程序,快看看吧
用vc实现内存分配的模拟,很简单的程序,快看看吧-Achieved with the vc memory allocation of the simulation, a very simple procedure, quick let" s see it
- 2022-01-27 21:03:26下载
- 积分:1
-
简单ftp的编程方法
简单ftp的编程方法-simple ftp Programming
- 2023-02-19 12:20:03下载
- 积分:1
-
《Delphi算法与数据结构》源码
好东西一起分享
《Delphi算法与数据结构》源码
好东西一起分享
- 2022-10-06 02:15:02下载
- 积分:1
-
第一个事件
firstevent
- 2022-07-19 15:08:54下载
- 积分:1
-
网络流量显示
这是一个简单的小程序,vc6.0平台下能运行,可以获取当前网络流量信息,网速,并用图表形式显示
- 2022-05-26 07:33:39下载
- 积分:1
-
用matlab书写的关于tensor的列子。tensor即张量,是高纬线性代数的核心。...
用matlab书写的关于tensor的列子。tensor即张量,是高纬线性代数的核心。-Using matlab to write on the tensor of Liezi. tensor or tensor, is the high latitudes of the core of linear algebra.
- 2022-11-11 07:10:03下载
- 积分:1