-
kinect 鼠标控制
使用Kinect控制光标是我在许多网站上注意到一个共同的问题,这个功能可以帮助很多人去做更多的互动,设计师
- 2022-11-08 04:35:03下载
- 积分: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
-
用万年历编数字钟,功能非常强大,已经成功运行
用万年历编数字钟,功能非常强大,已经成功运行-Digital clock with calendar series, very powerful, have successfully run
- 2022-03-15 17:49:43下载
- 积分:1
-
可以修复ODBC数据源的驱动程序,是系统修复工具.SQL2000数据源修复工具....
可以修复ODBC数据源的驱动程序,是系统修复工具.SQL2000数据源修复工具.-can be restored ODBC data sources of the driver, Tools system is repaired. SQL2000 data sources repair tools.
- 2022-03-01 01:36:16下载
- 积分:1
-
Someone with the C language written in the blood of Warcraft remarkable program...
别人用C语言写的魔兽争霸显血程序希望能有用。-Someone with the C language written in the blood of Warcraft remarkable program would like to be useful.
- 2023-06-25 20:05:03下载
- 积分:1
-
Nothing to say, and with the keyboard backspace input procedures.
没什么好说的,用键盘退格输入的程序。
- 2022-10-28 04:55:05下载
- 积分:1
-
学习化学的一个工具,可以分析晶体的大概结构,并进行图形旋转等...
学习化学的一个工具,可以分析晶体的大概结构,并进行图形旋转等-study of a chemical tool can analyze the crystal structure around, and rotating graphics
- 2022-01-26 07:33:21下载
- 积分:1
-
WinGate代理服务器编程
Wingate代理服务器编程-Wingate Proxy Server Programming
- 2023-06-25 10:45:03下载
- 积分:1
-
用C#下的Raw Socket编程实现网络封包监视.
用C#下的Raw Socket编程实现网络封包监视.-C# under the Raw Socket Programming surveillance network packets.
- 2022-02-26 11:50:21下载
- 积分:1
-
这是一个求非线性方程一个实根的牛顿法,函数返回标志值。若返回的标志值大于等于0则表示正常返回...
这是一个求非线性方程一个实根的牛顿法,函数返回标志值。若返回的标志值大于等于0则表示正常返回-This is a nonlinear equation for a real root of the Newton method, function return value signs. If the sign of the return value greater than or equal to 0 that the normal return
- 2022-02-24 10:03:58下载
- 积分:1