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

搜索资源列表

  1. 基于哈希表的词频统计

    0下载:
  2. 基于哈希表的词频统计 -Hash table based on word frequency statistics
  3. 所属分类:软件工程

    • 发布日期:2017-03-30
    • 文件大小:17230
    • 提供者:sa
  1. Hash_Table

    0下载:
  2. 数据结构与程序设计的经典的类模版:哈希表-Data structure and procedures of the type of classic design template: hash table
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:228344
    • 提供者:张祖琼
  1. shujujiegoukechengsheji

    0下载:
  2. Joseph环,哈希表,银行业务模拟系统为题目的数据结构课程设计。有详细的文字说明和源代码。-Joseph Wan, the hash table, banking simulation system for the subject data structure course design. A detailed written instructions and source code.
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:228338
    • 提供者:谭锴
  1. 11Hashing.key

    0下载:
  2. 哈希表的MIT的课件,提前说明,是英文的哦,希望大家踊跃下载-Hashing key
  3. 所属分类:Document

    • 发布日期:2017-05-12
    • 文件大小:2903867
    • 提供者:火箭工程师
  1. CSharpKill

    0下载:
  2. 主要介绍了委托,匿名方法,索引器,接口,哈希表(HashTable)的使用-Introduces the delegate, anonymous methods, indexers, interfaces, hash table (HashTable) the use of
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6212
    • 提供者:王美丽
  1. 240072406

    0下载:
  2. 堆与排序,哈希表,要写的文字真多,我在凑字,差不多够了-haxibiao
  3. 所属分类:Document

    • 发布日期:2017-04-15
    • 文件大小:6186
    • 提供者:张小文
  1. hash

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

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

    0下载:
  2. 人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,... [HashList.rar] - 实现哈希表的建立 查找-Named after people, the Chinese name of the pinyin form. 30 to be filled into a hash table of names, ... [HashList.rar]- the establishment of the hash table lookup
  3. 所属分类:Software Testing

    • 发布日期:2017-03-28
    • 文件大小:84992
    • 提供者:longhuasong
  1. include

    0下载:
  2. 用哈希表建立的联系人,姓名,号码,并实现查找,删除,插入以及显示-Use a hash table to establish contacts, names, numbers, and find, delete, insert, and display
  3. 所属分类:Software Testing

    • 发布日期:2017-03-31
    • 文件大小:71168
    • 提供者:longhuasong
  1. CSharp-Hashtable--User-guide

    0下载:
  2. 哈希表,可能对于很多同行来说已经很熟悉.刚开始接触时有点陌生,后来用多了也就熟了.当然网上关于这一个知识点的介绍很多,不过这并不妨碍我个人对此作出自己的总结与理解. -Hash table, it may already be familiar with many peers. Just getting started with a little bit strange, later used also cooked. Course online about the introduction
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:1469
    • 提供者:Jackiewu3
  1. exam

    0下载:
  2. 这是我的一个课程设计,关于数据结构的迷宫求解和哈希表的实现。-This is one of my curriculum design, maze solving and hash table data structure to achieve.
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:122486
    • 提供者:谢超群
  1. HAXIBAIO.ZIP

    1下载:
  2. 利用哈希表做个生命游戏,必须使用哈希表才可以的,是一个简单的控制台的java生命游戏,欢迎改进-Use a hash table to be a game of life, you must use a hash table can, is a simple java console Game of Life, welcomed the improved
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:155875
    • 提供者:中成微
  1. feng1

    0下载:
  2. 实现哈希表,实现哈希表的增删查改,很方便实用-Achieve a hash table, the hash table to achieve CRUD, very convenient and practical
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:13464
    • 提供者:封佶东
  1. haxibiao

    0下载:
  2. 利用哈希表实现电话号码的查询,利用数据链实现对电话记录的增加和删除-Use a hash table to phone number inquiries, the use of data link to achieve the telephone records are added and deleted
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:1264
    • 提供者:lkx
  1. 1

    0下载:
  2. 对记录序列(查找表):{55,13,23,72,109,67,2,78,13}分别实现如下操作: 1) 顺序查找; 3) 对排好序的纪录序列表进行折半查找; 4) 利用1)中记录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找 -On the record sequence (lookup table): {} 55,13,23,7
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:8214
    • 提供者:潘珍
  1. 548945184

    0下载:
  2. 数据结构的课设。包括哈希表、二叉树以及各种排序算法。应有尽有-Class data structure set. Including hash tables, binary trees, and various sorting algorithms. Everything
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:312541
    • 提供者:Zheng
  1. the-k_nearst-alogrithm

    0下载:
  2. 一种快速搜索散乱点云数据 k 邻近的算法 对逆向工程中散乱点云数据的 k 近邻搜索,提出一种快速搜索散乱点云 k 邻近点的算法。该算法根据 点云数据的范围、点的总数及最近点数目 k,确定合适的立方体边长,采用空间划分策略,把数据划分成多个子立方体; 然后用哈希表记录每个子立方体所包含的数据点及每个点所在的立方体索引号,并排除不包含数据的子立方体,以此 确定邻近点的最佳搜索范围。实验结果表明:该算法有效的提高 k 近邻搜索的速度,同时保证了搜索结果的正确性。 -a fast m
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:792910
    • 提供者:lefen
  1. find-and-sort

    0下载:
  2. 对数据序列:{55,13,23,72,109,67,2,78,13}分别实现如下操作: 必做: 1) 顺序查找; 2) 使用直接插入排序或冒泡排序(二选一)、快速排序(必做)对原纪录序列进行排序; 3) 对排好序的纪录序列表进行折半查找; 4) 利用原纪录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 选做: 5) 按照“除留余数法”哈希构造函数和线性探测法的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找。 -fin
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:114339
    • 提供者:
  1. tiku

    0下载:
  2. 题库设计系统哈希表水字一万年真是不爽啊为什么这样-Database Design Systems word hash table water a million years is really not great why
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:128626
    • 提供者:jack
  1. 数据结构实验报告附有源代码

    2下载:
  2. 数据结构实验报告 附有运行结果和源代码 包括哈希表,二叉树,哈希查找
  3. 所属分类:编程文档

« 12 »
搜珍网 www.dssz.com