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

搜索资源列表

  1. hash

    0下载:
  2. 采用六种数据结构(数组、链表、STL、箱、二分查找树、位向量),实现统计存储若干个随机数所需要的时间。-Using six data structures (arrays, lists, STL, containers, binary search tree, bit vector), to achieve a number of statistical random number stored in the time required.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:323233
    • 提供者:songyanna
  1. Ch3_4

    0下载:
  2. 该程序用于将单词映射到hash表上,并打印出hash表的负载率、槽占有率、每个槽上挂的链数。-The program used the word to the hash table mapping, and prints out the hash table' s load factor, slot share, the number of each tank to hang the chain.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:42981
    • 提供者:songyanna
  1. hash

    0下载:
  2. 用哈希表实现学生成绩管理系统的源程序代码-Hash table to achieve student performance management system
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:2590
    • 提供者:`张连杰
  1. erfen

    0下载:
  2. 二分查找,内容包括:二叉排序树及构造 平衡二叉树的查找、插入及旋转 hash表的构造及查找 -Binary search, including: binary search tree and construct a balanced binary tree search, insert and rotate the structure and find the hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:42953
    • 提供者:分析学习
  1. Hash

    0下载:
  2. 哈希表 用链地址法解决冲突:(哈希函数是按名字第一个大写字母分的) 输入内容:学生的姓名跟成绩 操作:插入、修改、查找、删除学生;以及输出哈希表-Address hash table with the chain method to solve the conflict: (hash function is based on the name of the first capital letter points) input: the names of students with s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:103320
    • 提供者:许许
  1. hash

    0下载:
  2. 针对本班的人名设计一个杂凑表,数据表的长度为50~80个记录;分析平均查找长度,完成相应的建表和查表程序,设计直观的界面显示杂凑表的内容。-This class of names for the design of a hash table, table length of 50 to 80 records analysis of average search length, corresponding to complete construction of the table and loo
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:18284
    • 提供者:qipei
  1. assignment_2_2

    0下载:
  2. Java的哈希表实现程序,按h可以看程序的使用说明-Java' s hash table implementation process, press h to see the program instructions can be
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:31092
    • 提供者:Lu Chang
  1. 8

    0下载:
  2. 八数码问题 单向启发式搜索 hash表 标准的八数码解-Eight-way digital issue standard heuristic search hash table of eight digital solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:985
    • 提供者:苏程序
  1. BT-protocol-specific-analysis

    0下载:
  2. BT由如下几部分组成:.torrent文件、种子提供站点、目录服务器和内容发布者/下载者。.torrent文件是一个文本文件,包含了 tracker信息和文件信息两部分。tracker信息主要是BT下载中需要用到的tracker服务器的地址和针对tracker服务器的设置;文件信息是指将目标文件计算处理后再根据BT协议的B编码规则网编码后得到的信息。BT的主要原理是把提供下载的文件虚拟分成大小相等的块,块大小必须为 2Kbyte的整数次方(由于是虚拟分块,硬盘上并不产生各个块文件),并把每个块
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-23
    • 文件大小:751986
    • 提供者:xiaole
  1. Hash

    0下载:
  2. C实现哈希表二次探测再散列源代码,可以直接使用-Quadratic probing hash table implemented in C source code re-hash, you can directly use
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2873
    • 提供者:王敏
  1. Hash-table-lookup

    0下载:
  2. 哈希表查找,一种地址查找,各查找中时间复杂度最小-Hash table lookup, an address lookup, find the time complexity of the minimum
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:633
    • 提供者:陈与
  1. Hash

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

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

    0下载:
  2. 大学的课程设计成果,用hash表中的链地址法和直接地址法存储学生信息。-University curriculum design results in a hash chain with the address and direct address method storing student information.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2718
    • 提供者:wei
  1. hash

    1下载:
  2. 数据结构中的用哈希表统计相似性,供初学者参考-Data structures used in the statistical similarity hash table, reference for beginners
  3. 所属分类:Data structs

    • 发布日期:2014-10-28
    • 文件大小:302080
    • 提供者:chenqian
  1. hash-table

    0下载:
  2. 哈希表查找,根据严蔚敏的书数据结构编写的哈希表算法的程序-hash table
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:600
    • 提供者:刘文
  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-table-phonebook

    1下载:
  2. 针对某个单位电话号码簿,设计一个哈希表,并完成相应的建表和查表程序。-Create a hash table phonebook
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:3105
    • 提供者:玥颖
  1. hash

    1下载:
  2. c语言实现的哈希表。哈希函数使用除留余数法,处理哈希冲突使用连地址法。包含设计文档!在dev c++平台上已验证成功-The C language implementation of the hash table. Hash function used division method, processing method using hash conflict even address. Contains design documents! In dev c++ platform has bee
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:18379
    • 提供者:郭帅
  1. hash

    0下载:
  2. 学生姓名构建哈希表、使用哈希法查找并显示。-Name of student to build the hash table, using the hash method to find and display.
  3. 所属分类:Data structs

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

    0下载:
  2. 一个简单的哈希表在C++中的实现,该哈希表主要是使用二维数组的形式实现-A simple hash table implementation, the hash table is implemented using two-dimensional array in the C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:915389
    • 提供者:王浩
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 29 »
搜珍网 www.dssz.com