搜索结果
找到约 174 项符合
keyed-Hash 的查询结果
数据结构 C语言写的Hash算法
C语言写的Hash算法,在各种平台上都编译通过,可以直接使用。
VC书籍 一个简单的HASH表的建立与HASH过程演示.
一个简单的HASH表的建立与HASH过程演示.
数据结构 hash表操作,提供表中查找插入操作,并比较相同关键字下HASH长度为多少时最好.
hash表操作,提供表中查找插入操作,并比较相同关键字下HASH长度为多少时最好.
加密解密 安全散列算法采用单向Hash函数将需加密的明文"摘要"成一串128bit的密文
安全散列算法采用单向Hash函数将需加密的明文"摘要"成一串128bit的密文
数据结构 hash表和单向链表的实现代码,相当实用.
hash表和单向链表的实现代码,相当实用.
CA认证 VB md5的HASH算法 适合与RSA一块使用
VB md5的HASH算法
适合与RSA一块使用
数据结构 利用Hash技术统计单词的频度。扫描一个C源程序
利用Hash技术统计单词的频度。扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的频度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41
其他 应用密码学中hash function的详细介绍
应用密码学中hash function的详细介绍
其他 This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) comm
This m file analyzes a coherent binary phase shift keyed(BPSK) and a amplitude shift keyed(ASK) communication system. The receiver uses a correlator(mixer-integrator[LPF]) configuration with BER measurements comparing measured and theoretical results. The bandpass and low pass used in the receiver a ...
加密解密 Tiger Tree Hash is constructed from two parts, the Tiger Hash Algorithm and Merkle Tree. The origina
Tiger Tree Hash is constructed from two parts, the Tiger Hash Algorithm and Merkle Tree. The original Tiger Hash code was taken from Tiger.Net which is written in Visual Basic. NET.
Tiger Tree Hash算法的C#实现!