搜索资源列表

  1. ds

    0下载:
  2. 数据结构的C语言实现,包括链表,堆栈,队列,哈希表,二叉树,其中哈希表经过实践可实现1秒查询100万次-Data structure of the C language, including the list, stack, queue, hash table, tree, hash table which can be achieved through practice one seconds query one million ti
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:赖泽天
  1. haxi

    0下载:
  2. 数据结构课程设计 哈希表的创建和实现 c语言源码 文字注解等 适合正在学习数据结构的人士参考学习-Curriculum design data structure hash table creation and the realization of c language source text notes, etc. are learning the data structure suitable for those who stu
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-18
    • 文件大小:82944
    • 提供者:晴天
  1. Hash

    0下载:
  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 an
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:186368
    • 提供者:hello
  1. haxibiao

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:gyf
  1. HFMBM

    0下载:
  2. 问题描述: 设计哈希表实现电话号码查询系统。 基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -Problem Descr ip
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:205824
    • 提供者:迟浩东
  1. HXBSZ

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

    • 发布日期:2024-05-18
    • 文件大小:35840
    • 提供者:迟浩东
  1. Java_Datastructure

    0下载:
  2. java 实现常用数据结构(链表,集合,栈,哈希表,搜索,排序等).-java datastructure package.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:35840
    • 提供者:zhengbotai
  1. uthash-1.5

    0下载:
  2. uthash 是一个C语言的哈希表,支持各种结构类型的存储、添加、删除,这些操作都在固定的时间完成,跟哈希表本身的大小无关。键也可以是任何类型的数据。-is a C language uthash the hash table to support a variety of structural types of storage, add, delete, these operators are in a fixed time to c
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:471040
    • 提供者:孙文
  1. hash

    0下载:
  2. 采用C语言实现MD5哈希摘要算法,对文件进行哈希得到哈希摘要-Using C language digest algorithm MD5 hash of the document have been hash hash Abstract
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:Ivan
  1. hash

    0下载:
  2. 哈希表存储电话号码,电话号码查询系统。 简单 简单 简单 简单 简单-Hash table stored telephone numbers, telephone number inquiry system. Simple simple simple simple simple simple simple simple simple
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:269312
    • 提供者:ningrui
  1. HashTableApp

    0下载:
  2. 简单的HASH,显示简单的哈希算法,算是一个例子新手见谅-Simple HASH, shows a simple hash algorithm will be forgiven as an example of new
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:guojiang
  1. hash

    0下载:
  2. MFC 哈希表的实现 适合初学者的学习和借鉴-MFC
  3. 所属分类:压缩解压

    • 发布日期:2024-05-18
    • 文件大小:1935360
    • 提供者:陆益
  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 tabl
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:974848
    • 提供者:baby无齿
  1. hash

    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 tabl
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:47104
    • 提供者:baby无齿
  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 re
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:70656
    • 提供者:奈奈
  1. haxi

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

    • 发布日期:2024-05-18
    • 文件大小:955392
    • 提供者:烽火
  1. MD5

    0下载:
  2. md5哈希算法源码,摘要信息、摘要消息的长度256,摘要为16-md5 hash algorithm source code
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:2470912
    • 提供者:huhanzhong
  1. chazhao

    0下载:
  2. 数据结构课程作业,查找算法。用哈希算法下实行查找-Data structure course work, search algorithm. Under the hash algorithm used to find
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:342016
    • 提供者:梁吉培
  1. hash

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

    • 发布日期:2024-05-18
    • 文件大小:1419264
    • 提供者:哈哈哈
  1. find

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

    • 发布日期:2024-05-18
    • 文件大小:115712
    • 提供者:艾萌
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org