CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 哈希表

搜索资源列表

  1. hash.zip

    0下载:
  2. 哈希表实现
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:3993
    • 提供者:
  1. HashTable_Demo.zip

    0下载:
  2. 哈希表设计:数组,结构体
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:22217
    • 提供者:
  1. jl.cpp.zip

    0下载:
  2. 有关哈希表的程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:2518
    • 提供者:
  1. mycompiler

    0下载:
  2. 编译器,词法分析和语法分析,里面利用到了哈希表来加快搜索字符表速度.-compiler, lexical analysis and parsing, to use inside the hash table to expedite the search speed character tables.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:54633
    • 提供者:春风秋雨
  1. 统计单词个数

    0下载:
  2. 利用哈希表统计文本文件中单词的个数,哈希函数的实现为取模法,利用链地址法解决冲突。-use Hash Table Statistics text file number of words, the realization of Hash Functions for Remainder law, the use of chain law addresses solution to the conflict.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5370
    • 提供者:米子
  1. datastr

    0下载:
  2. 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:16080
    • 提供者:许愿
  1. 2005413185023558

    0下载:
  2. 本程序是用哈希表实现词频统计,用java实现的,仅用于网友学习之用。-this program is to achieve Hash Table Frequency statistics, using java to achieve, and only for netizens learning.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10888
    • 提供者:义军
  1. haxichazhao

    0下载:
  2. 此程序应用于数据结构,专门可用来对哈希表进行查找-this data structure to be applied specifically can be used to search for Hash Table
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1139
    • 提供者:wangjie
  1. studentNoSQL

    0下载:
  2. 我们的作业,没有连接数据库。而使用的是哈希表。希望对大家能有帮助!-our operations, is not linked to the database. The use of the Hash Table. We hope to be able to help!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9376
    • 提供者:严绍峻
  1. 060626

    0下载:
  2. 哈希表设计 针对某个集体中人名设计一个哈希表,使得平均查找长度不超过R,并完成相应的建表和查表程序。-Hash Table design is a design collective Names Hash Table 1, bringing the average length not exceeding find R, and completion of the corresponding construction and Lookup Table procedures.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6218
    • 提供者:guoxingxi
  1. hashi

    0下载:
  2. 哈希表 哈希表 哈希表 哈希表 -Hash Table Hash Table Hash Table Hash Table Hash Table Hash Table Hash Table Hash Table
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2649
    • 提供者:李霞
  1. HashTableinDS

    3下载:
  2. 一:问题描述 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。 二:基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 三:实现提示 如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2463
    • 提供者:wjs
  1. Chap9_hash

    0下载:
  2. 本程序实现了哈希表的基本功能,以及一些附带的附属功能,可以作为数据结构的演示程序-the procedures of the hash table to achieve the basic functions, as well as some fringe subsidiary function, can be used as a data structure Demonstration Program
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13639
    • 提供者:14965a
  1. JumpQueue

    0下载:
  2. 对买票插队现象的一个数学上的分析,假设由一个人又很多朋友的情况,利用了哈希表.-queue to buy a phenomenon of mathematical analysis, the assumption that people from a lot of friends, use of the hash table.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2222
    • 提供者:王佩君
  1. hash.c++

    0下载:
  2. 一个开源的哈希表源码实现,算法比较简短精简-a revenue source to achieve hash table, the relatively brief concise algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1357
    • 提供者:kanyu
  1. mee

    0下载:
  2. 能很好解决排序、皇后、哈希表问题,适合学生课程设计等等方面-can properly resolve scheduling, Queen's, hash table, suitable for students of curriculum design, etc.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:900
    • 提供者:
  1. BookFind

    0下载:
  2. 一个海量图书查询系统,程序可以模拟图书馆书库,随机生成100万条图书记录并形成索引表和哈希表,实现图书查找功能。同时计算执行效率。-Inquiry System of a mass of books, the program can simulate the library stacks, randomly generated one million books and records of the formation of the index table and hash table, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5469
    • 提供者:Jack cheng
  1. hash

    0下载:
  2. 查找: 建立一个哈希查找表,哈希函数采用: H(key)= key P(其中P=13),若发生冲突后,用链地址法解决冲突。-Search: the creation of a hash lookup table, the use of hash function: H (key) = key P (of which P = 13), if the occurrence of post-conflict, and conflict resolution chain address law.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:70753
    • 提供者:奈奈
  1. Hash表应用

    0下载:
  2. 一个简单的关于哈希表的应用程序,适合初学者参考。(A simple hash table application for beginners.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:221184
    • 提供者:miracle56
  1. 查找算法

    0下载:
  2. 分析对比顺序查找和折半查找法的特点,并分析算法时间复杂度;以及哈希表的构造与查找,利用开放 地址法函数处理机制;(Two point lookup method and hash function processing mechanism)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:126976
    • 提供者:SUSHAN666
« 1 2 3 45 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com