CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 哈希算法

搜索资源列表

  1. csha1_demo

    0下载:
  2. 可用于P2P分布式网络的哈希算法, 带有例子,直接复制出HASH类即可方便使用.-for peer-to-peer distributed network of Hash algorithms, with examples. direct cloning HASH category will be easier to use.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:31.84kb
    • 提供者:纪灵
  1. ha_winmd5sum10155_wgl

    0下载:
  2. 又一款哈希算法,对任意长度数据计算其散列值。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36.03kb
    • 提供者:shukinwg
  1. DS-41

    0下载:
  2. A C++ Program to show an example of Hashing using Mid-Square Method. 应用Mid-Square理论的哈希算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.16kb
    • 提供者:李丽
  1. 哈希表二次探测再散列法

    0下载:
  2. vc开发的二次探测在散列算法,学习数据结构的学习者看看吧!! -vc developed to detect the secondary hash algorithm, the data structure learners see! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.43kb
    • 提供者:夫雷
  1. 哈希表—我写的

    0下载:
  2. 我写的数据结构小程序是关于排序算法的,功能比较全-The little procedure of data structure that I wrote is about arranging in an order the algorithm, the function is more complete
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.77kb
    • 提供者:王pp
  1. 实现对哈希表的应用—是关于对小集体的查询

    0下载:
  2. 我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.65kb
    • 提供者:王pp
  1. 哈希查找

    0下载:
  2. 清华版数据结构实验要求的的哈希算法原程序-version Qinghua Experimental data structure requirements of the original Hash Algorithm procedures
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.79kb
    • 提供者:秦汉
  1. hash算法实现

    0下载:
  2. hash算法 c++实现代码 哈希表 ~~~
  3. 所属分类:数据结构常用算法

  1. HashDll

    0下载:
  2. 哈希算法实现的内存池的c语言实现,可以对数据进行管理-Memory pool hash algorithm c language, data management
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:334.62kb
    • 提供者:田洪业
  1. CH7

    0下载:
  2. 哈希查找方法能在一段数据中以最快的方式找到想要的那个数,这种算法解决的关键就是哈系算法的建立函数。 -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.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:706byte
    • 提供者:黄鹏
  1. Hash-algorithm

    0下载:
  2. 哈希算法的描述,次代码在课程设计中取得了95分的高分。-it s the descr iption of Hash algorithm,which used to get high scores of 95 in mine curriculum project.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:220.43kb
    • 提供者:白一子
  1. HashTableApp

    0下载:
  2. 简单的HASH,显示简单的哈希算法,算是一个例子新手见谅-Simple HASH, shows a simple hash algorithm will be forgiven as an example of new
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.45kb
    • 提供者:guojiang
  1. chazhao

    0下载:
  2. 数据结构课程作业,查找算法。用哈希算法下实行查找-Data structure course work, search algorithm. Under the hash algorithm used to find
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:333.85kb
    • 提供者:梁吉培
  1. blizzard_hash

    0下载:
  2. 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-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
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1016byte
    • 提供者:Harry
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:18.96mb
    • 提供者:wang
  1. ha

    0下载:
  2. 假设哈希表长为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.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:565byte
    • 提供者:林小芬
  1. KSE1.0(SRC)

    0下载:
  2. 数独探索者,快速解数独的小程序。使用哈希表优化的深度优先搜索算法。-Sudoku Explorer 1.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:82.77kb
    • 提供者:Kristin
  1. SHA1

    0下载:
  2. 安全哈希算法(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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:3.38kb
    • 提供者:Laura
  1. Java-data-structures-andalgorithms-

    0下载:
  2. 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。附录中则提供了运行专题Applet和例程、相关书籍和问题解答。《Java数据结构和算法》(第2版)提供了学完一门编程语言后进一步需要知道的知识。本书所涵盖的内容通常作为大学或学院中计算机系二年级的课程,在学生掌握了编程的基础后才开
  3. 所属分类:Data structs

    • 发布日期:2017-06-16
    • 文件大小:24.65mb
    • 提供者:zhangya
  1. keccak

    0下载:
  2. sha3最后算法keccak,目前最新的哈希家族的算法并作为标准推广
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-05-09
    • 文件大小:30.5kb
    • 提供者:z5253882
« 12 3 4 5 »
搜珍网 www.dssz.com