搜索资源列表
Hash
- 基于C语言编写的哈希表算法的实现代码,可以很好的理解哈希表及其时间复杂度的度量。-Based on the C language implementation of the hash table algorithm code, a good understanding of the hash table and its time complexity measure.
haxi
- 一种有效的哈希算法。。一种有效的哈希算法-a kind of effective hashing algorithm
haxi2
- 又一种有效的哈希算法。。又一种有效的哈希算法-a kind of effective hashing algorithm
hashcode
- 哈希软算法,对任意大小文件or资料进行哈希-hash software code
haxibiao
- 根据哈希函数的构造方法中的直接定址法原理写的一个验证哈希表算法的查找程序。-According to the constructor hash function of written law principle directly addressed a validation hash table lookup algorithm procedures.
ARM
- MD5即Message-Digest Algorithm 5,用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(也可称为摘要算法、哈希算法),用vc++语言实现-The MD5 Message-Digest Algorithm 5 is used to ensure complete and consistent information transmission. Digest algorithm (also called hash algorithm), implemented vc+
smallcode
- ITQ哈希算法 发表于2011年CVPR,效果很不错快速近邻搜索算法-2011CVPR Iterative Quantization A Procrustean Approach to Learning Binary Codes
DNAkmer
- DNA序列的检索程序,能读取大量DNA序列,用哈希算法计算哈希值,建立DNA序列的索引,然后输入DNA序列,就可以检索位置-DNA sequence search program that can read a large number of DNA sequences to calculate the hash value with the hash algorithm, indexing, DNA sequences, and then enter the DNA sequence, you
sha1
- 常用哈希算法sha1,c语言 纯自己编写的-sha1 hash function c source code
sparsehash-1.11
- google的一个高效的开源哈希算法库。-An efficient open source hash algorithm library google.
pHash-0.9.4
- 图像哈希算法phash的源代码,可用于图像搜索的学习(Image hashing algorithm-phash)
感知哈希算法
- 感知图片哈希值算法源码,用来辨别两张图片是否一致,结果在10一下即是相同的图片,10以上就是完全不同的图片(Perceptual hash algorithm source code)
256算法
- sha256算法程序,利用哈希算法进行不可逆转的计算(Sha256 algorithm is used to calculate the irreversible computation)
SHA1
- 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可以从消息摘要中复原信息;两个不同的消息不
识别-感知哈希算法
- 文字识别-感知哈希算法-易语言实现源代码(Text recognition - Perceptual Hashing Algorithm - easy language implementation source code)
第八章
- 程序设计基础用c++编写的哈希算法读取二进制文件。(The hash algorithm reads the binary file)
DataHash
- 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt) % +tJN9yeF89h3jOFNN55XLg % %
模拟A星算法 自动寻路纯源码
- 感知哈希算法 感觉非常好用的算法 很快。大家来看看怎么样(perception; apperceive Hasche algorithm; arithmetic feel; sensation; sense perception; perceive; become aware of great everybody; all; great master; authority have a look at how)
查找算法
- 分析对比顺序查找和折半查找法的特点,并分析算法时间复杂度;以及哈希表的构造与查找,利用开放 地址法函数处理机制;(Two point lookup method and hash function processing mechanism)
哈希表查找的设计
- 设哈希表表长为20,用除留余数法构造一个哈希函数,以开放地址法中的线性探测再散列法作为解决冲突的方法,编程实现哈希表查找、插入和建立算法。(The set hash table length is 20. The algorithm of hash lookup, insert and build the hash table is programmed by using the exclusion residue method to construct a hash function and