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

搜索资源列表

  1. 哈希表的一个应用

    0下载:
  2. 哈希表的一个应用 ,非常实用的-Hash Table 1 of the application Hash Table 1 applications, a very practical
  3. 所属分类:C#编程

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

    0下载:
  2. 哈希表的设计,内容详细。非常实用不看后悔哦-Hash Table design, detailed. Oh, very practical Bukanhouhui
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4166
    • 提供者:巍巍
  1. 使用哈希表来识别元素

    0下载:
  2. 使用哈希表来识别元素使 用哈希表来识别元素使用哈希表来识别元素-used to identify the elements used to identify Hash Table elements used to identify the elements used to identify Hash Table elements
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3457
    • 提供者:巍巍
  1. 哈希表

    1下载:
  2. 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不 超过R,完成相应的建表和查表程序-Design to
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4761
    • 提供者:沈志成
  1. 哈希表的一个应用

    0下载:
  2. 数据结构——哈希表的一个应用算法实现源程序代码,多多指教。-data structure -- Hash Table 1 algorithm application source code, the exhibitions.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6391
    • 提供者:郭菲菲
  1. 哈希表

    0下载:
  2. C++中哈希表的实现
  3. 所属分类:C#编程

  1. 哈希表的应用

    0下载:
  2. 用C++实现哈希表的应用
  3. 所属分类:C#编程

  1. hash-tablet用链地址法构造一个哈希表

    0下载:
  2. 用链地址法构造一个哈希表,并且能实现查找,输出,删除等的操作-Add method with a chain to construct a hash table, and can achieve search, export, or delete operation
  3. 所属分类:Windows编程

    • 发布日期:2017-03-25
    • 文件大小:1558
    • 提供者:古狸
  1. hash

    1下载:
  2. 哈希表存储电话号码,电话号码查询系统。 简单 简单 简单 简单 简单-Hash table stored telephone numbers, telephone number inquiry system. Simple simple simple simple simple simple simple simple simple
  3. 所属分类:Other windows programs

    • 发布日期:2015-01-10
    • 文件大小:269167
    • 提供者:ningrui
  1. HASH

    0下载:
  2. 【问题描述】 针对某个集体(比如你所在的班级)中的同学联系电话设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 (1) 假定每个记录有下列数据项:电话号码、用户名、地址。 (2) 一是从数据文件old.txt(自己现行建好)中读入各项记录,二是由系统随机产生各记录,并且把记录保存到new.txt文件中以及显示到屏幕上,记录条数不要少于30,然后分别以电话号码和用户名为关键字建立哈希表。 (3) 分别采用伪随机探测再散列法和再哈希法解决冲突。
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:16193
    • 提供者:hhjlele
  1. Hash

    1下载:
  2. 哈希表的设计与实现: 针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序。-Hash Table Design and Implementation: The Year of the names to design a hash table, making an average to find the length of not more than specified value and completed the appropriate pr
  3. 所属分类:Other windows programs

    • 发布日期:2015-01-10
    • 文件大小:7721
    • 提供者:hello
  1. haxibiao

    0下载:
  2. C语言实现哈希表,方便,原代码,欢迎下载,绝对真的-C language hash table, convenience, the original code, welcome to download, absolutely true
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1692
    • 提供者:gyf
  1. haxi

    0下载:
  2. 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the nam
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:974625
    • 提供者:baby无齿
  1. hash

    1下载:
  2. 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the nam
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:46887
    • 提供者:baby无齿
  1. haxi

    0下载:
  2. 设计哈希表实现电话号码查询系统。基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 -Hash table to achieve the design of telephone number inquiry system. Basic requirements: 1, for each
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:955217
    • 提供者:烽火
  1. hash

    1下载:
  2. 对人名建立哈希表,并且进行查询,包括输入人名,查找是否成功等信息。-this is the example of hash table.it prove the hash saves room.
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:1419022
    • 提供者:哈哈哈
  1. find

    0下载:
  2. 哈希表的设计 [问题描述] 真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。 [基本要求] 假设人名为中国人姓名的汉语拼音形式,待填入的哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数方法构造,用伪随机探测再散列处理冲突。 -Hash table design [descr iption of the problem] really right in your collective (
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:115295
    • 提供者:艾萌
  1. Hashlist

    0下载:
  2. 哈希队列,解决哈希表不能按序号直接访问的问题-array list that contains all the keys as they are inserted, the index is associated with a key so when pulling out values by index
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1025
    • 提供者:阿滨
  1. 实验十一之哈希表的建立

    0下载:
  2. 该文档详细介绍了我们该如何建立一个哈希表,并对哈希表进行一系列操作(This document details how we can build a hash table and perform a series of operations on the hash table)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:564224
    • 提供者:华澍
  1. 哈希表查找的设计

    0下载:
  2. 设哈希表表长为20,用除留余数法构造一个哈希函数,以开放地址法中的线性探测再散列法作为解决冲突的方法,编程实现哈希表查找、插入和建立算法。(The set hash table length is 20. The algorithm of hash lookup, insert and build the hash table is programmed by using the exclusion residue method to construct a hash function and
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:61440
    • 提供者:kukuao
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com