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

搜索资源列表

  1. hash

    0下载:
  2. 数据结构课程设计,哈希表。设计文档都已经写好了,可以直接拿来用。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25711
    • 提供者:张修华
  1. hashtrie

    0下载:
  2. 让你知道什么是 HASH算法 ,我测试了一下,再大数据,通过HASH算法来查找,有时只要查找一次!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:278743
    • 提供者:xman
  1. donald e. knuth - the art of computer programming

    1下载:
  2. 卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the com
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16165876
    • 提供者:邵宇峰
  1. HashTable

    0下载:
  2. 生成Hash表的代码片段。注意:不是一个完整的可编译的文件。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1381
    • 提供者:chen allen
  1. hash

    0下载:
  2. 这个程序用于实现哈希表,在初始化时赋予哈希表20个数值,然后点击查看当前哈希表,完成后点击重建哈希表
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:31886
    • 提供者:Jackey Chen
  1. Ptr_Hash

    0下载:
  2. 指针链表,指针数组,快速的查找;高效的hash碰撞链表
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9194
    • 提供者:王义金
  1. 程序设计:哈希表的一个应用

    0下载:
  2. 程序设计:哈希表的一个应用-Program Design : Hash Table 1 Application
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2008-10-13
    • 文件大小:3510
    • 提供者:夫雷
  1. 20040530100445

    0下载:
  2. 常用数据结构算法代码库,包括AVL树,链表,堆栈,hash,排序等-common data structure algorithm code base, including AVL Tree, List, Stack, hash, sort etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:83640
    • 提供者:彭杨
  1. Hash111

    0下载:
  2. JAVA数据结构之HASH编码的小应用程序-Java data structures hash coding of small applications
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7388
    • 提供者:张忠良
  1. 开散列的散列表

    0下载:
  2. 利用闭散列方法中的线形探查建立散列表。用c实现的。-closed hash method using the linear exploration establish hashtable. C used to achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:32013
    • 提供者:曾德胜
  1. 6.2

    0下载:
  2. 实现哈希表的建立,插入等功能,并用初留余数法构造,处理冲突-Realize hash wish foundation of form , function of meddling in etc. , and with leave remainder law construct for the first time, deal with the conflict
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:林枝
  1. hash_map

    0下载:
  2. STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10906
    • 提供者:何智峰
  1. 哈希查找

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

    • 发布日期:2008-10-13
    • 文件大小:9006
    • 提供者:秦汉
  1. Hashtab

    0下载:
  2. 数据结构算法之一,哈希表的构成,冲突采用双哈希再散列解决-algorithm data structure, the composition Hash Table, double-conflict re-hash Hash solution
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13350
    • 提供者:ctp
  1. MyList

    0下载:
  2. 为了实现RTP数据重组,写了双指针链表,类似动态hash表(网上资料太少了),有添加(自动排序),删除和清除.我还在扩展功能-RTP data in order to achieve the reorganization, wrote a two-pointer List, similar dynamic hash table (online so little information), add (automatic sorting), delete and remove. I also ex
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10064
    • 提供者:llg
  1. 哈希表设计

    0下载:
  2. 哈希表设计是数据结构中重要的一个项目,该程序详尽说明了哈希表的建立等过程。-hash wishes it is an important project in the structure of the data that the form is designed, this procedure proves exhaustivly hash wishes such course as the setting-up of the form ,etc..
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2312
    • 提供者:美美
  1. ibe具有认证功能算法

    3下载:
  2. 1 Boneh-Franlin的IBE算法主要由四个子算法组成:Setup,Extract,Encrypt和Decrypt,分别完成系统参数建立、密钥提取、加密和解密的功能。假定消息的明文空间为 ,密文空间 。 (1)、建立: 给定一个安全参数 k蝂+ Step 1: 执行G生成一个素数q, 两个q阶群G1, G2 , 和一个可用的双线性映射 ê: G1碐1瓽2。 此外选取G1 任一生成元 P蜧1,再选取两个HASH函数 H3:{ 0, 1}n×{0, 1}n。 -?, H4:。 :{ 0,
  3. 所属分类:密码/编码算法

  1. hash全代码

    0下载:
  2. 包含 sha sha256 sha384 sha512
  3. 所属分类:密码/编码算法

    • 发布日期:2010-09-14
    • 文件大小:26153
    • 提供者:leo.dean_430
  1. POJ1840求一个有5位未知数方程解的个数

    0下载:
  2. POJ1840求一个有5位未知数方程解的个数,hash表的经典应用,POJ1840 seeking a five unknown number of equations, hash table classic application
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-26
    • 文件大小:1170
    • 提供者:cx
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com