搜索资源列表
iprout-hash
- 一种基于hash表的IP路由表搜索技术,在WINDOWS下VC++实现-a hash table based on the IP routing table search technology, under the VC WINDOWS
C++hash
- 数据结构算法中关于哈希的经典算法的C++实现-data structure hash algorithm on a classical algorithm in C + +
hash
- 主要关于hash算法的一些资料,个人觉得比较好,与大家共享
hash
- hash表算法,自己写的一段代码。希望对大家有用
hash
- 利用hash表转换拼音到汉字,通过建立hash表,将汉语和拼音建立联系,然后调用此hash表,来翻译要翻译的文件
使用HASH列表实现SDL
- 使用HASH列表实现SDL,作为一次SDL嵌入式实习,界面比较友好。
FTP服务器LINUX—C
- linux——C,信号量,hash函数,共享内存
hash-tablet用链地址法构造一个哈希表
- 用链地址法构造一个哈希表,并且能实现查找,输出,删除等的操作-Add method with a chain to construct a hash table, and can achieve search, export, or delete operation
hash
- 哈希表存储电话号码,电话号码查询系统。 简单 简单 简单 简单 简单-Hash table stored telephone numbers, telephone number inquiry system. Simple simple simple simple simple simple simple simple simple
renju
- VC++开发的五子棋游戏源代码,利用PVS+历史启发+HASH构造的博弈树,效率还不错,,新人学习不错的资料-The VC++ development s gobang chess game source code, inspires the+HASH structure using the PVS+ history the game tree, the efficiency is also good, the new person studies the good material
HASH
- 【问题描述】 针对某个集体(比如你所在的班级)中的同学联系电话设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 (1) 假定每个记录有下列数据项:电话号码、用户名、地址。 (2) 一是从数据文件old.txt(自己现行建好)中读入各项记录,二是由系统随机产生各记录,并且把记录保存到new.txt文件中以及显示到屏幕上,记录条数不要少于30,然后分别以电话号码和用户名为关键字建立哈希表。 (3) 分别采用伪随机探测再散列法和再哈希法解决冲突。
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
- Creating hash of md5, md4, md2 and other hashes!
hash
- Use Hash table for c/c++ ohter platform.
Chained Hash Table
- This is a chained hash table program. it can be related to the data structure.
hash
- 哈希表(散列)的应用 注释说明较为详细 语言:C++(The application of a hash table (hash) Note in detail)
hash
- 整合了各种常用的hash算法,用c语言编写(Integration of a variety of commonly used hash algorithm, using C language)
安全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)