-
扫描后,将内容放入PDF文件的一个开发示例。
扫描后,将内容放入PDF文件的一个开发示例。-a example: after scanning, get the content and output to pdf files.
- 2022-06-13 06:45:55下载
- 积分:1
-
A use of C++ for a small snow drift process ~ ~ very useful, to discuss the U.S....
一个用C++编的雪花飘的小程序~~很有用,大家共同讨论下哦-A use of C++ for a small snow drift process ~ ~ very useful, to discuss the U.S. under Oh
- 2022-08-25 12:39:56下载
- 积分:1
-
杂项源代码TimeStamp
杂项源代码TimeStamp-miscellaneous source TimeStamp
- 2022-11-14 08:30: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
-
CUP access to the state information
获取CUP的状态信息-CUP access to the state information
- 2022-02-07 16:26:42下载
- 积分:1
-
样品的正方体Delphi 7
样品用超立方体作为包装tesseract.dll和修改的源代码用Delphi 7到下一个版本也使用。样本包括GIF演示模拟使用Tesseract。放在正确的地方,其内容目录tessadata很重要(多种语言)。
- 2022-06-03 18:34:43下载
- 积分:1
-
服务器远程监视开发包
服务器远程监视开发包-server remote monitoring Development Kit
- 2022-03-13 00:55:18下载
- 积分:1
-
C# 源码 集成了很多Ajax控件,其中Tabs选项卡控件是非常实用的....
C# 源码 集成了很多Ajax控件,其中Tabs选项卡控件是非常实用的.-C# source code control integration of a lot of Ajax, which Tabs tab control is very practical.
- 2022-12-25 22:30:03下载
- 积分:1
-
一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的...
一个用变形贪婪法解货郎回路的C程序代码 思想 1.选择一条最短的边作为部分解。 2.选择一条最短的且将之加入到部分解不形成回路的边。 3.重复第2步,直至所有的结点都包含在部分解中。-deformation with a greedy method for the Traveling Salesman circuit C code ideological one. Choose a minimum as part of the solution side. 2. Choose one of the shortest but to incorporate it into solutions that do not form part of the loop side. 3. Repeat Step 2 until all the nodes are included in some solution.
- 2022-06-21 15:56:06下载
- 积分:1
-
Determine the background of an image, llowing extract foreground objects
Determine the background of an image, llowing extract foreground objects
- 2022-02-21 09:08:00下载
- 积分:1