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

搜索资源列表

  1. hash

    0下载:
  2. /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple desig
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.5kb
    • 提供者:llr
  1. Hash

    0下载:
  2. 试构造一个算法,从键盘输入一组关键字,按哈希函数H(key) = key MOD 13和链地址法处理冲突构来造哈希表,能对关键字进行查找并显示。 如(19,14,23,1,68,20,84,27,55,11,10,79,33). -Try to construct a method, a set of keywords from the keyboard, press the hash function H (key) = key MOD 13 and the address of th
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2.16kb
    • 提供者:王玉珏
  1. data_structure

    0下载:
  2. 数据结构中最经常用到的,包括链表、双链表、二叉树、平衡二叉树、哈希表等-Data structure the most frequently used, including the list, double linked lists, binary tree, balanced binary tree, hash table, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:16.14kb
    • 提供者:金灵
  1. hash

    2下载:
  2. 为班级30个人的姓名设计一个哈希表,假设姓名用汉语拼音表示。要求用除留余数法构造哈希函数,用线性探测再散列法处理冲突,平均查找长度上限为2.-The names of 30 people for the class to design a hash table, assuming that the name in pinyin. Required to remain with the addition of more than a few method to construct hash fun
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:13.56kb
    • 提供者:sammie
  1. hash

    0下载:
  2. 哈希表实现- The Hasche table realizes
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-05
    • 文件大小:4.21kb
    • 提供者:站长
  1. HashTable_Demo

    0下载:
  2. 哈希表设计:数组,结构体-hash wishes the form is designed: The array, structure body
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-29
    • 文件大小:22kb
    • 提供者:梁伟
  1. hash_functions_src

    0下载:
  2. 散列函数源代码,散列表通常是关键字和值对应的数据结构,散列函数用于把关键字映射到相应的数组索引号,由于散列表中每个元素访问到的概率不同,所以应该选用不同的散列函数,以提高程序的查找效率.-Hash function source code, hash table is usually the value of keywords and corresponding data structure, hash function used for the keywords mapped to the c
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:79.47kb
    • 提供者:wuzh
  1. Hash

    0下载:
  2. 一个哈希表 大家可以看看,参考下还是可以的啊-A hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.76kb
    • 提供者:徐绗
  1. Hash

    0下载:
  2. 自己上学编的Hashtable的java源码,里面可以选择所有的hash算法和防撞处理方式,带junit测试程序。-own java source of the Hashtable, which can choose all of the hash algorithm and anti-collision approach, with junit test procedure。
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6.21kb
    • 提供者:fang kun
  1. trieTree

    0下载:
  2. 一个基于hashtable的理论而编程的程序,建立文本时根据keywordtree而建立的-based on hash table, build table by keyword tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.19kb
    • 提供者:金星男
  1. hash

    0下载:
  2. 数据结构课程设计,哈希表,喜欢的可以下载回去,修改下数据即可-Curriculum design data structure, hash table, like you can download the back, you can modify the data under
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:358.39kb
    • 提供者:
  1. Hash-table-lookup

    0下载:
  2. 哈希表查找,一种地址查找,各查找中时间复杂度最小-Hash table lookup, an address lookup, find the time complexity of the minimum
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:633byte
    • 提供者:陈与
  1. hash-table

    0下载:
  2. 哈希表查找,根据严蔚敏的书数据结构编写的哈希表算法的程序-hash table
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:600byte
    • 提供者:刘文
  1. Hash-table

    1下载:
  2. 哈希表 数据结构课程设计 1.1问题描述 针对自己的班集体中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 1.2基本要求 假设人名为中国姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。构造哈希函数,用链表法处理冲突。 1.3测试数据 读取熟悉的30个人的姓名作测试。-Hash table Data Structure Course Design 1.1 Descr iption of the p
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:124.43kb
    • 提供者:lynne
  1. hash-table

    0下载:
  2. Program to implement a hash table and do insertion and deletion on it
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:861byte
    • 提供者:Jithin
  1. Hash-table-phonebook

    1下载:
  2. 针对某个单位电话号码簿,设计一个哈希表,并完成相应的建表和查表程序。-Create a hash table phonebook
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3.03kb
    • 提供者:玥颖
  1. Hash table

    0下载:
  2. Represents a collection of key/value pairs that are organized based on the hash code of the key. Implemented by "Separate chaining" where each bucket is independent, and has list of entries with the same index.
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-12-17
    • 文件大小:37.86kb
    • 提供者:vvotekeb
  1. Hash-table

    0下载:
  2. 本代码主要实现了哈希表的设计,完成了哈希函数的相关要求。-The code is designed to achieve a hash table, the completion of the relevant requirements of the hash function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:yangguotao
  1. Hash-table-and-its-application

    0下载:
  2. 散列表根据关键码值(Key value)而直接进行访问的数据结构,通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。-According to the value of the hash table key (Key value) directly access the data structure to access the record by the key values ​ ​ to the mapping table in a position to sp
  3. 所属分类:Data structs

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

    0下载:
  2. hash table data structure in c language. Macro based.
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:243kb
    • 提供者:rpachecobr
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com