搜索资源列表
testimage
- fridrich提出的一个感知图像哈希算法
RSA
- 若要使用公钥系统对消息进行数字签名,发送方先向该消息应用哈希函数以创建消息摘要。然后,发送方用自己的私钥对消息摘要进行加密,以创建发送方的个人签名。在收到消息和签名后,接收方使用发送方的公钥解密该签名,以恢复消息摘要,并使用发送方所用的同一哈希算法对该消息进行哈希运算。如果接收方计算的消息摘要与从发送方收到的消息摘要完 全匹配,则接收方可以假定消息在传输中未被更改。请注意,因为发送方的公钥是公共知识, 所以任何人都可以验证签名。
哈希表的一个应用
- 数据结构——哈希表的一个应用算法实现源程序代码,多多指教。-data structure -- Hash Table 1 algorithm application source code, the exhibitions.
c
- c#实现数据加密-哈希算法,哈希加密类的构造函数 -c# data encryption- the hash algorithm, Micronesia哈希加class constructor
haxi
- 一种有效的哈希算法。。一种有效的哈希算法-a kind of effective hashing algorithm
haxi2
- 又一种有效的哈希算法。。又一种有效的哈希算法-a kind of effective hashing algorithm
Hash
- 简单哈希算法的实现,能够有效地提高查找速度。-The realization of a simple hash algorithm can effectively improve the search speed.
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+
ImageBlockMD5
- 遥感影像的分块程序,调用opencv和openssl,在实现切块的同时计算每块的哈希值,哈希算法采用MD5,分块数量可以通过更改宏定义设定- remote sensing picture cutting program based on opencv and openssl,which can also calculate the file hash with MD5
hash
- 哈希算法的实现。C++代码。c中也可以运行-Hash algorithm matters
SHA
- 现代密码学课设——SHA(安全哈希算法Secure Hash Algorithm)算法编程-failed to translate
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)
识别-感知哈希算法
- 文字识别-感知哈希算法-易语言实现源代码(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