搜索结果
找到约 171 项符合
Hash 的查询结果
按分类筛选
- 全部分类
- 加密解密 (59)
- 数据结构 (35)
- Java编程 (8)
- 压缩解压 (7)
- Linux/Unix编程 (6)
- 其他 (4)
- VC书籍 (4)
- 文章/文档 (4)
- 数学计算 (4)
- 数值算法/人工智能 (3)
- CA认证 (3)
- 人工智能/神经网络 (3)
- 软件设计/软件工程 (3)
- 其他数据库 (3)
- 教育系统应用 (2)
- 书籍源码 (2)
- 编译器/解释器 (2)
- 操作系统开发 (2)
- 数据库系统 (2)
- 网络 (2)
- 其他书籍 (2)
- 源码 (2)
- 学术论文 (1)
- Internet/网络编程 (1)
- 文件格式 (1)
- 行业发展研究 (1)
- 并行计算 (1)
- Delphi控件源码 (1)
- Applet (1)
- 嵌入式/单片机编程 (1)
- matlab例程 (1)
Linux/Unix编程 1.(若知道进程号
1.(若知道进程号,那么可以通过HASH 表很快地找到该进程)2调度程序的提.3.(用户空间和内核空间动态内存
数学计算 program which uses hashing techniques for storing and retrieving the data. Input to the program:
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.
Once your program reads the complete input,it waits for ...
数据结构 一个经典的Conway游戏
一个经典的Conway游戏,经过改进后速度增加了不少,其中包含一个hash。
加密解密 本项目实现Elgalma体制的加解密
本项目实现Elgalma体制的加解密,公私钥生成后分别放于不同的文件中。用该密码体制实现了对任意数据类型的加解密以及实现了数据签名验证算法。本项目中我实现的是32位的算法。其中,数字签名验证算法是对hash摘要值(SHA-1算法产生的)进行签名,并进行验证。 ...
加密解密 基于openssl开发的
基于openssl开发的,加解密、签名验证和hash工具
数据结构 自己上学编的Hashtable的java源码
自己上学编的Hashtable的java源码,里面可以选择所有的hash算法和防撞处理方式,带junit测试程序。
压缩解压 Per gli interessati ai metodi della compressione una vera miniera d oro, oltre 70 algoritmi all int
Per gli interessati ai metodi della compressione una vera miniera
d oro, oltre 70 algoritmi all interno di moduli base indipendenti
consentono a questo programma di mostrare il loro utilizzo e le
loro performances, ecco elencati alcuni di essi :
base64/crc32/fibonacci/mtf/freq/adddif/bwt/fix12/fix ...
加密解密 delphi加密算法
des加密算法及实例,加密解密组件
支持版本: Delphi 4, 5, 6, 7 and 2005,2009 and Kylix 1 and 2
开源官方站点:http://www.cityinthesky.co.uk/
支持加密算法:
Blowfish 
Cast 128 
Cast 256 
DES, 3DES 
Ice,  ...
数据库系统 redis官方手册翻译
Redis 命令参考
1 Key(键) 1
1.1 DEL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 DUMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 EXISTS . . . . . . . . . . . . . . . . . . . ...