搜索资源列表

  1. student

    0下载:
  2. 对于两个C程序,设计并实现两种不同的基于散列表的检测算法,计算两个程序的相近度,并分析比较两种算法的效率。-Two C programs, the design and two different detection algorithm based on the hash table, calculate the two procedures are similar, and analyzed to compare the effici
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:H
  1. Student

    0下载:
  2. 对于两个C程序,设计并实现两种不同的基于散列表的检测算法,计算两个程序的相近度,并分析比较两种算法的效率。-Two C programs, the design and two different detection algorithm based on the hash table, calculate the two procedures are similar, and analyzed to compare the effici
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:kexinxin
  1. cblocks_disjointSet

    0下载:
  2. 这个是散列表的实现,参考了《数据结构》一书的方法,希望有帮助~-this is the fulfil of the disjointSet
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:208896
    • 提供者:李铎
  1. hash

    0下载:
  2. Hash 散列表的算法实现,有详细的代码解释-Hash hash table algorithm, a detailed interpretation of the code
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:joyking
  1. sanliebiao

    0下载:
  2. 数据结构中适用于外存访问的散列表,方便程序对外存的访问,降低时间复杂度-The hash table data structure applies to the external memory access, convenient program the external memory access, reduce the time complexity
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:yang
  1. KeyWords

    0下载:
  2. 基于散列表的字符串查找,关键字在哈希表上的查找-A Key String at HashMap
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:le
  1. 4

    0下载:
  2. Hash表应用 任务 :设计散列表实现电话号码查找系统。 基本要求: 1) 设每个记录有下列数据项:电话号码、用户名、地址; 2) 从键盘或文件输入各记录,不少于30个,以电话号码为关键字建立散列表; 3) 采用开放定址的方法解决冲突; 4) 查找并显示给定电话号码的记录; -Hash Table Application task: design hashtable phone number lookup
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:1773568
    • 提供者:一一
  1. dictionary

    0下载:
  2. 利用散列表实现英汉字典并设计程序实现相关功能-The hash table Dictionary and design program
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:4920320
    • 提供者:Even Lin
  1. check

    0下载:
  2. 1.利用实验一建立的有序表,采用折半查找实现对某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数为H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法和外拉链法,建立散列表并实现查找某一指定关键字元素。-1. Experiment established orderly table, using a binary sea
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:BidyBai
  1. open_hash

    0下载:
  2. 外散列表,与内散列一样对产生的10000个数据进行分桶存储-Scattered outside the list, the same as on the inner hash produced 10,000 barrels of stored data points
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:那强
  1. HashTable

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

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

    • 发布日期:2024-05-20
    • 文件大小:528384
    • 提供者:李依宁
  1. openHashTable

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

    • 发布日期:2024-05-20
    • 文件大小:516096
    • 提供者:李依宁
  1. a-similar-map-simple-hash-table

    0下载:
  2. 用C写的一个类似map的简单散列表,用于读取自定义的配置项,可以实现大量配置项的快速访问。-Written in C, a similar map simple hash table is used to read the custom configuration items, quick access to a large number of configuration items.
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:chuminnan
  1. Hash

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

    • 发布日期:2024-05-20
    • 文件大小:2359296
    • 提供者:鈊啲淚佷
  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
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:张哲为
  1. address-list

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

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

    • 发布日期:2024-05-20
    • 文件大小:755712
    • 提供者:
  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 w
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:214016
    • 提供者:熊童子
  1. Data-Structure-and-algorithms-CPP

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

    • 发布日期:2024-05-20
    • 文件大小:6297600
    • 提供者:汪景行
« 1 2 3 45 6 »

源码中国 www.ymcn.org