搜索结果
找到约 205 项符合
Hash 的查询结果
按分类筛选
- 全部分类
- 加密解密 (61)
- 数据结构 (36)
- 技术资料 (29)
- Java编程 (8)
- 压缩解压 (7)
- Linux/Unix编程 (6)
- 其他 (4)
- 数学计算 (4)
- 文章/文档 (4)
- VC书籍 (4)
- 数值算法/人工智能 (3)
- CA认证 (3)
- 其他数据库 (3)
- 人工智能/神经网络 (3)
- 软件设计/软件工程 (3)
- 源码 (2)
- 数据库系统 (2)
- 操作系统开发 (2)
- 书籍源码 (2)
- 其他书籍 (2)
- 教育系统应用 (2)
- 编译器/解释器 (2)
- 网络 (2)
- 学术论文 (1)
- Internet/网络编程 (1)
- Applet (1)
- 文件格式 (1)
- 嵌入式/单片机编程 (1)
- STL (1)
- matlab例程 (1)
- Delphi控件源码 (1)
- 中间件编程 (1)
- 行业发展研究 (1)
- 并行计算 (1)
数据结构 常用的hash算法APHash
常用的hash算法APHash,该hash算法可以实现均衡分布,让数据均匀的分布在hash列表中
加密解密 Keccak hash加密算法
Keccak hash加密算法,最新的数据加密方案,适用于软件编码。
其他数据库 hash法编写图书查询
hash法编写图书查询,建立数目,编号的图书系统的源代码
加密解密 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#实现!
数据结构 This general hash alogorithm implementation. This code has expamle for hash implementaio for 16bit t
This general hash alogorithm implementation. This code has expamle for hash implementaio for 16bit to 64bit processor implementations
Java编程 Sha256 Algorithm. The SHA hash functions are a set of cryptographic hash functions designed by the N
Sha256 Algorithm. The SHA hash functions are a set of cryptographic hash functions designed by the National Security Agency (NSA) and published by the NIST as a U.S. Federal Information Processing Standard. SHA stands for Secure Hash Algorithm
数据结构 一個C語言hash表的實現 hash.c hash.h Makefile test2.c test.c
一個C語言hash表的實現
hash.c
hash.h
Makefile
test2.c
test.c
数据结构 hash 文件操作(数据结构)
hash 文件操作(数据结构)
加密解密 SHA-1Hash函数源码
SHA-1Hash函数源码,可以对任何文件做Hash,得到的Hash值为160位。具有抗强碰撞,弱碰撞等能力。虽然王小云已经找到了个别碰撞。但在新的好的hash函数出来之前仍将被广泛使用。
数据结构 google的hash table库实现
google的hash table库实现,非常高效