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

搜索资源列表

  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. HASHES.ZIP

    0下载:
  2. 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(over
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:24590
    • 提供者:HCJ
  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. algorithm

    0下载:
  2. 一个以hash表形式存储的数据结构体,通过hash算法能够快速的找到内存存储地址。-A data structure stored in hash format, through the hash algorithm can quickly find the memory address.
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:12858
    • 提供者:HUQ
  1. hash

    0下载:
  2. 用哈希表显示姓名及信息,实现姓名的查找,显示及哈希表的显示-A hash table shows the name and information to achieve the name search, display and display hash table
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:285510
    • 提供者:gtt
  1. strmap

    0下载:
  2. 哈希链表 为每个Hash值,建立一个Hash桶(Bucket),桶的容量是固定的,也就是只能处理固定次数的冲突,如1048576个Hash桶,每个桶中有4个表项(Entry),总计4M个表项。其实这两种的实现思路雷同,就是对Hash表中每个Hash值建立一个冲突表,即将冲突的几个记录以表的形式存储在其中;- * strmap version 2.0.1 * * ANSI C hash table for strings. * * Version hist
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:9034
    • 提供者:jack
  1. The-design-of-Hash

    0下载:
  2. 1、设每个记录有下列数据项:电话号码、用户名、地址 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -1, each record has the following data items: telephone number, user name, addres
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:140920
    • 提供者:张校臣
  1. hash

    0下载:
  2. 建立一个小型信息管理系统(可以是图书、人事、学生、物资、商品等任何信息管理系统)。要求: 1.使用哈希查找表存储信息; 2.实现查找、插入、删除、统计、输出等功能; -To establish a small information management system (books, personnel, students, materials, goods and other information management system). Requirement: 1 use
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-06
    • 文件大小:910113
    • 提供者:张校臣
  1. hash

    0下载:
  2. 哈希表,数据结构与算法中很重要的一种存储方法,基于C语言实现-Hash tables, data structures and algorithms very important storage method, based on the C language
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:278675
    • 提供者:刘军
  1. Hash

    0下载:
  2. 数据结构->哈希表的实现,处理冲突的几种方法的实现-Data structure-> hash table implementation, dealing with the implementation of several methods of conflict
  3. 所属分类:Data structs

    • 发布日期:2017-03-09
    • 文件大小:13312
    • 提供者:任何
  1. rain

    0下载:
  2. 模拟彩虹表进行基于单词的密码攻击,读入一个字典之后将会得到哈希值,通过匹配哈希值来寻找密码。(Simulation of the rainbow table for word-based password attack, read a dictionary will be a hash value, by matching the hash value to find the password.)
  3. 所属分类:系统/网络安全

    • 发布日期:2017-12-23
    • 文件大小:76800
    • 提供者:evaendness
  1. 牛津英汉小词典

    0下载:
  2. 在Linux环境下,编写的英汉小词典--利用hash表(An English Chinese Dictionary written in Linux environment -- using the hash table)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:天空云
  1. hash

    0下载:
  2. 本PPT介绍了数据结构里面关于哈希表的定义和使用等相关细节,对于初学者有巨大帮助。(This PPT introduces the details of the definition and use of the hash in the data structure, which is of great help for beginners.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:105472
    • 提供者:《1》
  1. U201514766

    0下载:
  2. 基于查找表的单词检索软件,设计与实现静态查找表、基于二叉排序树的动态查找表及HASH表等三种中的任意两种查找表结构及其抽象数据类型;以一本英文电子书(如英文小说,科普读物或圣经之类的社会书籍,书的篇幅不少于2万次单词)作为单词文本数据来源,使用上述查找表ADT,通过读取电子书而建立对应的两种查找表,以单词作为关键字,单词在书籍中出现的次数及每次出现的页码,行号等信息作为查找表数据元素属性;通过理论与实际测试结果对比分析两种查找表性能。(The design and implementation
  3. 所属分类:软件工程

    • 发布日期:2018-01-07
    • 文件大小:14787584
    • 提供者:aliiiim
  1. 课程设计

    0下载:
  2. 用哈希表(散列表))实现电话号码的查询功能(Hash table to implement telephone number query)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:dark蒜
  1. sparse matrix_hash

    1下载:
  2. 设有n*n 的稀疏矩阵,其稀疏因子为γ = 0.5%,装填因子为α = 0.5,用哈希表作为存储结构。以哈希表作为存储结构,实现稀疏矩阵元素的存取并计算平均查找长度。(The sparse matrix with n*n is sparse factor of gamma = 0.5%, the loading factor is alpha = 0.5, and hash table is used as storage structure. Hash table is used as sto
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:731136
    • 提供者:薄荷小安
  1. ha

    0下载:
  2. 实现的功能是哈希表的相关操作程序,及对哈希表的处理(The implemented function is the related operating program of the hash table, and the processing of the hash table)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:***完美
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 29 »
搜珍网 www.dssz.com