搜索资源列表
e2lsh.rar
- Nearest Neighbor Methods in Learning and Vision: Theory and Practice书中章节Locality-Sensitive Hashing Scheme Based on p-Stable Distributions 中LSH-Local Sensitive Hashing算法的C语言在Red Linux下实现,Book <Nearest Neighbor Methods in Learning and Vision: Theory
HXBSZ
- 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -1, for each record the following data items: telephone numbers, user name, addr
datrie_cvs20061001.tar
- This an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as h
cuckoo-undergrad.pdf
- A detailed expanation about the new Cuckoo hashing algorithm.
hashing__
- program which uses hashing techniques for storing and retrieving the data. Input to the program: Some random numbers. Input will be from a file. Output: First the program reads all the input and store it properly using some hash techniques.
AVEC_2DCOSTRANS
- matlab perceptual image hashing
0612448-HASHTABLE
- Hashing using linear probing
MD5HashDemo
- Using MD5 Hashing in VB.NET
Hashing-sample
- this project calculate hashing value to entered text
Hashing
- simple txt for c# hashing code
Hash
- 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the
DoubleHashing
- this codes is about double hashing
ds_6
- 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing
hashing
- hashing algorithms for different cases
ExtendedHashing.cpp
- this program implements extendible-hashing using tries as lookup-directory. it is more efficient than simple array based implementation-this program implements extendible-hashing using tries as lookup-directory. it is more efficient than simple arra
hash
- 强烈推荐!个人最喜欢的一款MD5、SHA1、CRC32检验软件。-Hash is a small GUI tool designed to perform MD5, SHA1and CRC32 hashing functions on a number of files.
cuckooHashing
- cuckoo hashing-cuckoo hashing...............................................................
hashing
- hashing project c-hashing project c++
graph-hashing
- 图像的谱哈希算法,输入图像,然后提取图像的gist特征,经过谱哈希算法,产生哈希序列-Spectral image hash algorithm, the input image, and then extract the image of the gist features through spectral hash algorithms produce hash sequence
Spectral Hashing
- ---------------------------------------------------------- Spectral Hashing Y. Weiss, A. Torralba, R. Fergus Advances in Neural Information Processing Systems, 2008. ----------------------------------------------------------