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

搜索资源列表

  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. closeHashTable

    0下载:
  2. Visual Studio 2008下运行成功 实现闭散列表的类的编写 数据结构-Running under Visual Studio 2008 successfully closed the preparation of the hash table data structure class
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:528607
    • 提供者:李依宁
  1. openHashTable

    0下载:
  2. Visual Studio 2008下运行成功 开闭散列表的类 数据结构-Run successfully under Visual Studio 2008 opening and closing of the hash table class data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:516273
    • 提供者:李依宁
  1. Hash

    0下载:
  2. 1.设每个记录有下列数据项:电话号码、用户名、地址; 2.从键盘输入各记录,分别以电话号码和用户名为关键字建立散列表; 3.采用一定的方法解决冲突; 4.查找并显示给定电话号码的记录; 5.查找并显示给定用户名的记录。 --【进一步完成内容】 1.系统功能的完善; 2.设计不同的散列函数,比较冲突率; 3.在散列函数确定的前提下,尝试各种不同类型处理冲突的方法,考察平均查找长度的变化。-This is a program
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2359030
    • 提供者:鈊啲淚佷
  1. java-s-data-type-example

    0下载:
  2. 这是我自己编写的JAVA散列表的小程序,通过输入界面输入物品价格并通过输出流存到文件中,可以有助于您理解java的数据结构-this simple example was done by me,the GUI interface allows you to type into the data message and use stream to write into a file . in the viewing panel, you can check it. this example can
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:8076
    • 提供者:张哲为
  1. address-list

    0下载:
  2. 算法课程设计中的用散列法构建通讯录,设计散列表实现通讯录查找系统。-Curriculum design algorithm built using hashing address book, address book designed to achieve a hash table lookup system.
  3. 所属分类:Education soft system

    • 发布日期:2017-04-14
    • 文件大小:3549
    • 提供者:
  1. Hash-table-and-its-application

    0下载:
  2. 散列表根据关键码值(Key value)而直接进行访问的数据结构,通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。-According to the value of the hash table key (Key value) directly access the data structure to access the record by the key values ​ ​ to the mapping table in a position to sp
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:756134
    • 提供者:
  1. kernel_list_and_hash_table.tar

    0下载:
  2. Linux 内核的实现,大量使用了数据结构,包括了数组、链表和散列表。其中用的最多的是双向循环链表。 Linux 内核使用的是自己定义的链表和散列表,简单而高效,使用方法也非常的别具一格。-Implementation of Linux core, the extensive use of data structures, including arrays, linked lists and hash table. The most widely used is the double circu
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:213634
    • 提供者:熊童子
  1. Data-Structure-and-algorithms-CPP

    0下载:
  2. c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6297927
    • 提供者:汪景行
  1. Hash-operation

    0下载:
  2. 散列表操作,实现散列表的插入,删除,排序,与遍历的简单操作。-Hash operation
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6997
    • 提供者:snow
  1. Hash

    0下载:
  2. 设计散列表实现身份证查找系统,对身份证号进行 Hash。 [基本要求] (1) 设每个记录有下列数据项:身份证号码(虚构,位数和编码规则与真实一致即 可)、姓名、地址。 (2) 从键盘或文件输入各记录,以身份证号码为关键字建立散列表。 (3) 采用开放定址的方法解决冲突。 (4) 查找并显示给定身份信息的记录。-Designed to achieve identity hash table lookup system, ID number for Hash. [
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:548738
    • 提供者:真真
  1. C

    0下载:
  2. C实现的一些数据结构,包括队列,散列表,栈,二叉树,图的拓扑排序-some data structure in C,including queue,hashtable,stack,tree,graph topsort
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3578196
    • 提供者:phl
  1. hash

    0下载:
  2. 散列表。它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。在理想情况下,查找、插入、删除操作的时间均为O(1),是一种高效的动态集合结构。-Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash f
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:776
    • 提供者:juwairen
  1. HASH

    0下载:
  2. 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。-Hash table
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:323918
    • 提供者:KID
  1. CacheFile

    0下载:
  2. 该系统通过散列表来保存CACHE文件,以完成CACHE文件的管理功能。它能够实现CACHE文件管理表的创建、释放,向CACHE中添加文件,从CACHE中删除文件,从CACHE中查找文件(当该文件不在CACHE中,则从外存调入),清理CACHE等功能。-The system through the hash table to store the CACHE file, to complete the CACHE file management functions.It can realize th
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1205202
    • 提供者:likaimin
  1. hash-table

    0下载:
  2. 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。 给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。-Hash (Hash table, also called a hash ta
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:480462
    • 提供者:ANDY
  1. HashTable101

    0下载:
  2. 简单的散列表实现,这是cpp文件 ,用于学校实验报告用-The realization of a simple hash table, which is cpp files for the experimental school report
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:957
    • 提供者:tui60724
  1. Project6

    0下载:
  2. 使用散列表设计实现一个字典,假设关键字为整数且 D 为 961,在字典 中插入随机产生的 500 个不同的整数, 实现字典的建立和搜索操作。分别使 用线性开型寻址和链表散列解决溢出。-Designed and implemented using a hash table dictionary, if your keywords is an integer and D 961, in the dictionary 500 different integers inserted rand
  3. 所属分类:Data structs

    • 发布日期:2016-11-22
    • 文件大小:1736704
    • 提供者:stephen
  1. Phone-number-inquires-the-system

    0下载:
  2. [问题描述]设计散列表实现电话号码查找系统。-[Problem Descr iption] designed to achieve phone number lookup hash table system.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:9997
    • 提供者:lli7i784jia
  1. note

    0下载:
  2. 为某个单位建立一个员工通讯录管理系统,可以方便查询每一个员工的电话与地址。设计散列表存储,设计并实现通讯录查找系统。-Establishment of an employee address book management system for an organization, you can easily query every employee s telephone number and address. Design hash table storage, address book lo
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2026
    • 提供者:李锦钊
« 1 2 3 45 »
搜珍网 www.dssz.com