搜索资源列表
csha1_demo
- 可用于P2P分布式网络的哈希算法, 带有例子,直接复制出HASH类即可方便使用.-for peer-to-peer distributed network of Hash algorithms, with examples. direct cloning HASH category will be easier to use.
ha_winmd5sum10155_wgl
- 又一款哈希算法,对任意长度数据计算其散列值。
DS-41
- A C++ Program to show an example of Hashing using Mid-Square Method. 应用Mid-Square理论的哈希算法
哈希表二次探测再散列法
- vc开发的二次探测在散列算法,学习数据结构的学习者看看吧!! -vc developed to detect the secondary hash algorithm, the data structure learners see! !
哈希表—我写的
- 我写的数据结构小程序是关于排序算法的,功能比较全-The little procedure of data structure that I wrote is about arranging in an order the algorithm, the function is more complete
实现对哈希表的应用—是关于对小集体的查询
- 我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
哈希查找
- 清华版数据结构实验要求的的哈希算法原程序-version Qinghua Experimental data structure requirements of the original Hash Algorithm procedures
hash算法实现
- hash算法 c++实现代码 哈希表 ~~~
HashDll
- 哈希算法实现的内存池的c语言实现,可以对数据进行管理-Memory pool hash algorithm c language, data management
CH7
- 哈希查找方法能在一段数据中以最快的方式找到想要的那个数,这种算法解决的关键就是哈系算法的建立函数。 -Hash method can search a section of data at the fastest way to find that the number of the algorithm to solve the critical line algorithm HA is set up function.
Hash-algorithm
- 哈希算法的描述,次代码在课程设计中取得了95分的高分。-it s the descr iption of Hash algorithm,which used to get high scores of 95 in mine curriculum project.
HashTableApp
- 简单的HASH,显示简单的哈希算法,算是一个例子新手见谅-Simple HASH, shows a simple hash algorithm will be forgiven as an example of new
chazhao
- 数据结构课程作业,查找算法。用哈希算法下实行查找-Data structure course work, search algorithm. Under the hash algorithm used to find
blizzard_hash
- 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-This is the legendary Blizzard of abnormal powerful study of the hash algorithm, using three hash table to prevent conflict, the code concise self-contained, whether it is coding style
Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct
- 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
ha
- 假设哈希表长为m,哈希函为H(x),用链地址法处理冲突,试编写输入一组关键字并建造哈希表的算法。-Suppose the hash table length m, the hash function as H (x), treatment with a chain address the conflict and try to enter a keyword and the preparation of the construction of hash table algorithm.
KSE1.0(SRC)
- 数独探索者,快速解数独的小程序。使用哈希表优化的深度优先搜索算法。-Sudoku Explorer 1.0
SHA1
- 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。-Secure Hash Algorithm (Secure Hash Algorithm) is mainly applied in the Digital Signature Standard (Digital Signature Standard DSS) w
Java-data-structures-andalgorithms-
- 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。附录中则提供了运行专题Applet和例程、相关书籍和问题解答。《Java数据结构和算法》(第2版)提供了学完一门编程语言后进一步需要知道的知识。本书所涵盖的内容通常作为大学或学院中计算机系二年级的课程,在学生掌握了编程的基础后才开
keccak
- sha3最后算法keccak,目前最新的哈希家族的算法并作为标准推广