搜索资源列表
cmap
- 这是一个从区位码到Unicode码的变换模块,在汉字处理时经常会用到这种程序,它通过读取一个转换文件,构建一个散列查找表,用于完成从区位码到Unicode码的变换。通过反转码表或者更改码表,该模块还可用于反向变换,或者用于其它需要快速变换的地方。 该模块中包含了足够的源文件,都是以标准C编制的,可以在任何编译环境下进行编译,并提供了调用例子及测试文件。接口定义见cmap.cpp文件。-This is an area code from Unicode code to transfor
hash
- Hashing is a technique that allows insertions, deletions and searches of records according to keys in constant average time. In this tutorial, we will construct a hash table and implement its operations.
hashing
- This is a code of hashing.
DEC_5.2
- Encryption, hashing and compression library for delphi.
AnyValue
- Delphi AnyValue 2.3.0 Faster implementation of TValue, for Delphi 2009+ -- Fast variant like value container Built in array support Name-Value pairs support Small memory size, only 9 bytes per value Rich array interface doing ma
Delphi_scr
- 这是[Delphi算法与数据结构]一书所附的源码,包括了所有算法,对于使用DELPHI的朋友一定非常有帮助,里面涵盖了大多数实用算法,可以拿来就用,比如哈希、生产/消费等算法,希望能帮助大家。-This is [Delphi Algorithms and Data Structures] appended a source, including all algorithms, for use DELPHI friends will be very helpful, which covers mo
sh
- Spectral Hashing Y. Weiss, A. Torralba, R. Fergus. Advances in Neural Information Processing Systems, 2008. 所对应的示例的matlab代码,完整可运行 -Spectral Hashing Y. Weiss, A. Torralba, R. Fergus. Advances in Neural Information Processing Systems, 2008.
spectralhashing
- Spectral Hashing Y. Weiss, A. Torralba, R. Fergus Advances in Neural Information Processing Systems, 2008