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

搜索资源列表

  1. datastr

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

    • 发布日期:2008-10-13
    • 文件大小:16080
    • 提供者:许愿
  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. Delphi_1016

    0下载:
  2. 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正则表达式以及诸如哈夫曼和LZ77等数据压缩技术。 随附光
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:148649
    • 提供者:Bob
  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. C++hash

    0下载:
  2. 数据结构算法中关于哈希的经典算法的C++实现-data structure hash algorithm on a classical algorithm in C + +
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13592
    • 提供者:罗一
  1. sanliebiao

    0下载:
  2. 散列表又叫哈希表,它是通过哈希函数来确定数据元素存放位置的一种特殊表结构。程序实现对指定文本文件中的单词进行检索,并可得哈希值-hashtable known as hash table, it is through the hash function to determine the location of data elements stored in a special table structure. Program of the DOE document, the text word
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12894
    • 提供者:dfa
  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 complete, with the hash table s
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:470738
    • 提供者:孙文
  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. chazhao

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

    • 发布日期:2017-04-01
    • 文件大小:341866
    • 提供者:梁吉培
  1. HashTable

    0下载:
  2. 一个简单的数据结构哈希表的设计程序,虽然简单,但是实用-A simple hash table data structure design process, though simple, but practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1424
    • 提供者:肖卫镇
  1. haxi-contractt

    0下载:
  2. 针对数据结构哈希表是设计的要求,本源码是自己有vc.6.0编写的源码。使用线性探测处理冲突。整个程序的数据结构为结构体数组,方便查询。-According to data structure hash table is the design requirement and the source of their vc. 6.0 write source. Using linear detection dealing with conflict. The entire program for th
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1265326
    • 提供者:
  1. 34

    0下载:
  2. 数据结构哈希表的运用,运行过正确的,希望有帮助到人。-The use of hash table data structures, run over the right, want to help other people.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:780
    • 提供者:geodan
  1. Java-data-structures-andalgorithms-

    0下载:
  2. 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。附录中则提供了运行专题Applet和例程、相关书籍和问题解答。《Java数据结构和算法》(第2版)提供了学完一门编程语言后进一步需要知道的知识。本书所涵盖的内容通常作为大学或学院中计算机系二年级的课程,在学生掌握了编程的基础后才开
  3. 所属分类:Data structs

    • 发布日期:2017-06-16
    • 文件大小:25849856
    • 提供者:zhangya
  1. Hash

    0下载:
  2. 数据结构 哈希表c++源码 开发环境 vc++6.0-Data Structure Hash Table
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1165
    • 提供者:
  1. Hash

    0下载:
  2. 数据结构哈希算法实现 大二数据结构课程序-program of Hash
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:168818
    • 提供者:kevin
  1. hash

    0下载:
  2. 数据结构 哈希表 二次再散列解决冲突,C-Data structure hash table secondary hash resolve conflicts, C++
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:1115
    • 提供者:roysin
  1. My_Ftp_Item_Ultimate

    0下载:
  2. LinuxC ftp服务器,数据结构哈希表,链表,进程间通信共享内存,消息队列等实现文件上传和下载,限制最大连接数。-Communication shared memory, message queues, etc. between LinuxC ftp file upload server, data structures hash tables, lists, and download process, limit the maximum number of connections.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:102551
    • 提供者:zhangkaijia
  1. hash

    0下载:
  2. 数据结构实验代码,交互化实现哈希表的动态存储结构(Data structure experiment code, interactive realization of hash table dynamic storage structure)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:626688
    • 提供者:twat
  1. 9、Hash表应用

    0下载:
  2. 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。(A hash table (Hash table, also called hash table) is a data structure that accesses directly according to the key code value (Key val
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:260096
    • 提供者:飞洒吧year
  1. Hash表应用

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

    • 发布日期:2018-01-09
    • 文件大小:221184
    • 提供者:miracle56
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com