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

搜索资源列表

  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
    • 文件大小:127412
    • 提供者:lynne
  1. Hash

    0下载:
  2. 一位在红帽工作的Geek编写的数据结构代码-哈希-Code of Data Structure Writen by a Geek working in Red Hat-Hash
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:liangerhu
  1. datastru

    0下载:
  2. 数据结构 学生管理系统,完成简单的学生管理操作,主要是哈希表的利用与实现,-data structure .student manage system.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:257491
    • 提供者:Stefan
  1. find

    0下载:
  2. 数据结构查找课程讲解(线性表、树表和哈希表的查找)-Find data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:490630
    • 提供者:adrian
  1. hashtable

    0下载:
  2. 哈希表简介,数据结构基础哦!!!一定有用-hashtable program
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4029
    • 提供者:郑达
  1. data-struct

    0下载:
  2. 一些数据结构算法集合:普通链表结点、双向循环链表结点、二叉树结点、 树结点、双向循环链表、哈希表、二叉搜索树等。-A collection of some data structure algorithms: ordinary linked list of nodes, two-way circular linked list of nodes, the binary tree node, tree node, two-way circular linked lists, hash tables
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:16265
    • 提供者:章普
  1. hashtable

    0下载:
  2. 对数据结构课所学的哈希表进行了详细的实现和分析。哈希表是根据设定的哈希函数H(key)和处理冲突方法将一组关键字映象到一个有限的地址区间上,并以关键字在地址区间中的象作为记录在表中的存储位置,这种表称为哈希表或散列,所得存储位置称为哈希地址或散列地址。作为线性数据结构与表格和队列等相比,哈希表无疑是查找速度比较快的一种。-a code about the hashtable,you can use it in your learning of the hash algorism
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:13195425
    • 提供者:赵璐璐
  1. CSharpHashtable--7

    0下载:
  2. 浅谈C#与数据结构中的哈希表 -On the C# data structures in the hash table On the hash table in C# and data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:77627
    • 提供者:Ardy
  1. NSS

    0下载:
  2. 封装了Linux内核开发中的一些重要数据结构,包括队列、哈希表等,以及一些网络函数和多线程互斥机制-Encapsulates some of the important data structures in the Linux kernel developers, including queues, hash tables, etc., as well as some network functions and multi-threaded mutex mechanism
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:17532
    • 提供者:李顶
  1. Hash

    0下载:
  2. 很不错关于哈希表的编程,有助于你在数据结构的理解,希望可以帮助你-Very good programming on the hash table to help you in your understanding of data structures, I hope you can help
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:315841
    • 提供者:liyan
  1. search

    0下载:
  2. 数据结构的算法集合,包含哈希表查找法与折半查找法-The collection of data structure of the algorithm contains a hash table lookup method and binary search method
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:248507
    • 提供者:董云才
  1. structure

    0下载:
  2. 各种各样的高级数据结构原理以及C++实现,例如红黑树,哈希表,笛卡尔树,字典树,斐波那契堆,二叉堆,SBT等等。-The wide range of advanced data structural principle C++ of implementation, such as red-black trees, hash tables, Cartesian tree dictionary tree, Fibonacci heap, binary heap, SBT and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:19991552
    • 提供者:冰封
  1. haxibiao

    0下载:
  2. 数据结构试验 哈希表的建立以及测试 测试通过-The establishment of the hash table data structure test test test by
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:4225
    • 提供者:邢建强
  1. haxibiao

    0下载:
  2. 数据结构实验,完成哈希表的设计,实现电话号码的查询-data structure
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:1297
    • 提供者:kate
  1. hash-table

    0下载:
  2. C/C++数据结构中的重要算法哈希表的实现源代码-The source code to realize the Hash table ,an important algorithm based on C/C++ the data structure
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:39612
    • 提供者:礼雪寻梅
  1. shujujiegou

    0下载:
  2. 数据结构实验,包含多个程序:二叉排序树,二叉树,哈夫曼编译码器,哈希表,马踏棋盘,魔王语言,树的遍历,双循环链表,顺序队列,图的遍历,一元稀疏多项式运算器,约瑟夫杯,折半查找,综合实验-Experimental data structure that contains more than one program: binary sort tree, binary tree, Huffman codec, hash tables, horse riding board, devil languag
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:75087
    • 提供者:高君
  1. Eight

    0下载:
  2. poj1077:用c++通过启发式搜索算法解决八数码问题,查找最快的数据结构是哈希,搜索最快的是启发式搜索,但都有条件,前者要求冲突律低的哈希函数,后者要求找到启发函数-solve the poj1077with c++
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:1872
    • 提供者:李韩
  1. project

    0下载:
  2. 数据结构课程设计。基于多种查询策略的航班信息管理系统。实现一个航班信息管理系统,能对已有的航班信息文件进行管理,具体包括航班信息的查询、增加、删除等,其中查询的实现要分别基于线性表、二叉排序树、哈希表三种策略。-Data structure curriculum design. Query strategy based on a variety of flight information management system. Achieve a flight information manage
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:5700910
    • 提供者:wang
  1. HashTable

    0下载:
  2. 哈希散列表,适用于数据结构与算法的学习者学习,进阶算法就靠它-Hash hash table for data structures and algorithms learners, advanced algorithm depends on it
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1104
    • 提供者:xhjcehust
  1. student-grade-management

    0下载:
  2. 采用哈希表结构的学生成绩管理,数据结构练习。-Using a hash table structure student achievement management, data structure exercises.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1856
    • 提供者:在于
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com