搜索资源列表
hash
- 哈希表存储电话号码,电话号码查询系统。 简单 简单 简单 简单 简单-Hash table stored telephone numbers, telephone number inquiry system. Simple simple simple simple simple simple simple simple simple
str_to_key
- LM Hash值生成过程中的str_to_key函数。-LM Hash value generated in the process of str_to_key function.
MD5
- hash算法MD5的C语言实现,简单适用-use c to implement MD5 algorithm
Hash
- 利用Hash技术统计C源程序中关键字的频度:扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41。关键字39个。-Hash statistics using C source code in the frequency of keywords: Scanning a C source program, using Hash
dictionary
- 模拟电子字典查询功能,运用哈希表知识进行功能实现。-Analog electronic dictionary query function, the use of hash table functions knowledge.
Hash
- 哈希表的设计与实现: 针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序。-Hash Table Design and Implementation: The Year of the names to design a hash table, making an average to find the length of not more than specified value and completed the appropriate pr
hash
- 线性探测再散列,解决哈希表冲突问题,仅供参考。-Linear detection of re-hash, hash table to resolve the conflict, for informational purposes only.
HashTable
- hash table ,自己写的一个hash table,很简柔的。-hash table, to write a hash table, is simple Sophie' s.
CBuilder
- C++ Builder程序员学习数据结构,里面涵盖了所有你要学习的数据结构的所有源码(二叉树、链表、单链表、双链表、红黑树、快速排序、冒泡排序、哈弗曼树、堆、集合、字典、散列、字典、跳表、图、最短路径、排序。。。。)等等所有数据结构涉及的源码-C++ Builder programmers to learn data structures, which cover all you want to learn all the source data structure (tree, list, s
Hash
- 建立通讯录然后通过哈希表实现查找功能等,并且能解决冲突问题等-The establishment of contacts to achieve and then look through the hash table functions, and to resolve the conflict, such as
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.
md6
- MD6-MIT hash algorithm for NIST.
tetris-1.2-src
- Hash table example It is only a test code
hash
- 在C++上实现的散列函数 使用字符作为散列值-In the C++ to achieve a hash function
Hash
- hash算法大全,里面包含了诸如Bernstein s hash,Pearson s Hash,CRC Hashing等流行的算法源码。-hash factions
hash
- 强烈推荐!个人最喜欢的一款MD5、SHA1、CRC32检验软件。-Hash is a small GUI tool designed to perform MD5, SHA1and CRC32 hashing functions on a number of files.
hash
- hash软件,使初学者了解hash的一些简单算法,学会利用自己的hash算法对一些数据进行加密.-hash software,let reader to know some simple hash algorithms,to cryptography data.
安全Hash算法SHA-1的实现
- Hash函数是提供数据完整性保障的一个重要工具。本次实验,我们希望通过上机操作,使 同学们对安全Hash算法SHA-1的基本原理有一个全面的理解。通过本次实验,使学生掌握对 Hash函数的应用,为后面数字签名方案的学习打下基础。(The Hash function is an important tool for providing data integrity protection. In this experiment, we hope to have a comprehensive und
hash
- 自己写的hash算法,将字符串转为数字。(A hash algorithm that turns a string to a number.)
hash
- 使用hash表实现快速插入数据,快速查询数据(Using hash table to quickly insert data and quickly query data)
