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

搜索资源列表

  1. makeByGCC-2

    0下载:
  2. 哈希表 算法实现 C语言实现 对哈希算法可以较直接的认识-Hash table calculation algorithm C language to achieve a more direct understanding of the hash algorithm can
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:10043
    • 提供者:王元龙
  1. haxibiao

    0下载:
  2. 选取哈希函数 H(k)=(3k) MOD 11。用开放定址法处理冲突,di = i((7k) MOD 10+1) (i=1,2,3,…)。试在 0~10 的散列地址空间中对关键字序列(22, 41, 53, 46, 30, 13, 01, 67)造哈希表,并求等概情况下查找成功时的平均查找长度。-Hash function
  3. 所属分类:Console

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:rua
  1. Cpp1

    0下载:
  2. 基于VC++6.0的c++语言编程利用哈希表数据结构实现对班级学生信息管理-VC++6.0 c++ programming language to achieve the use of hash table class student information management based on data structure
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2477
    • 提供者:陈程
  1. shujujiegou_haxibiao

    0下载:
  2. 数据结构之哈希表。希望对学习数据结构的同学有用-Hash table data structures. I hope useful for students to learn data structures
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-02
    • 文件大小:14020056
    • 提供者:李仕俊
  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. Search

    0下载:
  2. 哈希法实现小型搜索引擎,可以在一段文字内搜索关键词出现的句子,是哈希表的基础应用-Hashing achieve small search engine, you can search for key words in a sentence paragraph of text, is the basis for the application of the hash table
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:813
    • 提供者:任碧奴
  1. T5Hash

    0下载:
  2. 数据结构,哈希表应用,可以从文件中读取哈希表,并可以使用伪随机探测再散列法建立哈希表,链地址法建立哈希表-hash application
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1184334
    • 提供者:朱子庆
  1. C_program

    0下载:
  2. 哈希表,数据结构,C语言,哈希表对编程算法很有帮助-Hash tables, data structures, C language programming algorithm hash table helpful
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:111719
    • 提供者:CHEN
  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. txtrow_filter

    0下载:
  2. 文本文件重复行过滤小工具。待过滤文件夹里的按文本文件自然排序,排列靠后的文件如果有跟前面文件重复的行,则会被过滤掉,文本自身重复的行也会被过滤掉。程序会把文本文件内容载入哈希表,比较占内存。-Text File duplicate rows filter gadget. Folder to be filtered naturally sorted by text files, arranged rearward with the front of the file if there are du
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:102027
    • 提供者:刘建
  1. haxibiao

    0下载:
  2. 哈希表的两种构建方式,可进行数据存储,查询,删除,添加,遍历等操作-Two hash table built, for data storage, query, delete, add, traverse and other operations
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3134
    • 提供者:叶良辰
  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. hush

    0下载:
  2. 若输入的关键字在哈希表中已存在,则输出该关键字在哈希表中的位置,继续等待输入下一个关键字。 若输入的关键字在哈希表中不存在,则判断当前哈希表中关键字的个数是否等于m-1,若相等,则输出“Table full!”,程序结束;否则将关键字插入哈希表,并输出该关键字插入在在哈希表中的位置,继续等待输入下一个关键字。-If keywords entered in the hash table already exists, then the output of the key positions i
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:173014
    • 提供者:yuli
  1. hashtable

    0下载:
  2. 哈希表 c++ 快速 高效的数据查询 哈希算法-it is a good code !
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2346
    • 提供者:ZYT
  1. haxibiaoyonghudengluguanlixitong

    0下载:
  2. 数据结构程序,C语言编写,用哈希表结构完成的用户登录管理系统-Data structure of the program, C language, a hash table structure complete user login management system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1514
    • 提供者:zhenzhiguang
  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. haxibiao

    0下载:
  2. 哈希表可以统计大的数据,例如全班同学的人名排列,如果遇到冲突,则采用线性探测法和随机散列再探测法-A hash table can count large data, such as names arranged in the class, and if you encounter a conflict, the linear detection method and random re-hash detection method
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1723
    • 提供者:党菲
  1. PhoneSearch

    0下载:
  2. 电话号码查询系统,使用哈希表存储,并用不同的方法解决冲突-hashtable save the infomation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:8343
    • 提供者:夏溪
  1. _renju

    2下载:
  2. 计算机博弈 五子棋AI代码,控制台程序,C。使用了负极大值、α-β剪枝、哈希表对算法进行优化; 六子棋、点格棋可公开的程序本人将于近期整理上传。 ——FutaAlice 2016.1-I! cant speak english. Go and see chiness ver!
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-30
    • 文件大小:8131
    • 提供者:
  1. 123116

    0下载:
  2. 哈希表的应用,对初学者来说,有很大的帮助-Application of hash table, for beginners, there are a great help
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:9055
    • 提供者:gu98053
« 1 2 ... 19 20 21 22 23 2425 26 27 28 »
搜珍网 www.dssz.com