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

搜索资源列表

  1. spellchecking

    0下载:
  2. 基于哈希表的一个对于英文文章单词拼写错误检查及更正的优化算法-A hash table based on the article for the English spelling error checking and correction algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1607815
    • 提供者:jimmy
  1. Hash

    0下载:
  2. 试构造一个算法,从键盘输入一组关键字,按哈希函数H(key) = key MOD 13和链地址法处理冲突构来造哈希表,能对关键字进行查找并显示。 如(19,14,23,1,68,20,84,27,55,11,10,79,33). -Try to construct a method, a set of keywords from the keyboard, press the hash function H (key) = key MOD 13 and the address of th
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2214
    • 提供者:王玉珏
  1. KadC

    0下载:
  2. Kademlia协议(以下简称Kad)是美国纽约大学的PetarP. Maymounkov和David Mazieres. 在2002年发布的一项研究结果《Kademlia: A peerto -peer information system based on the XOR metric》。 简单的说,Kad 是一种分布式哈希表(DHT)技术,不过和其他DHT 实现技术比较,如 Chord、CAN、Pastry 等,Kad 通过独特的以异或算法(XOR)为距离度量基础,建立了一
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:510394
    • 提供者:libing
  1. c-hash

    0下载:
  2. C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-01-25
    • 文件大小:15360
    • 提供者:黄健
  1. Hash

    0下载:
  2. 用Delphi实现的哈希表,效率很高的,很值得一看啊。-Using Delphi to achieve the hash table, high efficiency, it is worth a visit ah.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-21
    • 文件大小:213806
    • 提供者:mqx
  1. data_structure

    0下载:
  2. 数据结构中最经常用到的,包括链表、双链表、二叉树、平衡二叉树、哈希表等-Data structure the most frequently used, including the list, double linked lists, binary tree, balanced binary tree, hash table, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:16523
    • 提供者:金灵
  1. hash算法实现

    0下载:
  2. hash算法 c++实现代码 哈希表 ~~~
  3. 所属分类:数据结构常用算法

  1. Delphi_hashtable

    0下载:
  2. delphi 哈希表 ,此HASH表使用线性探测方法实现。-delphi hash table, the HASH table using linear detection method.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:7538
    • 提供者:CHWJH
  1. shujujiegou

    0下载:
  2. 一些简单的小程序,如哈弗曼编辑器,最小生成树,哈希表的设计与实现-Some simple small programs, such as Havermann editor, minimum spanning tree, hash table design and implementation, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:38295
    • 提供者:hanyu
  1. jl.cpp

    0下载:
  2. 有关哈希表的程序-Procedures related to hash table
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-24
    • 文件大小:2831
    • 提供者:金磊
  1. dictionary

    0下载:
  2. 模拟电子字典查询功能,运用哈希表知识进行功能实现。-Analog electronic dictionary query function, the use of hash table functions knowledge.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2102
    • 提供者:sunfuquan
  1. datastr

    0下载:
  2. C/C++常用的数据结构类 包括: array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltr
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16765
    • 提供者:sam
  1. zju1008

    0下载:
  2. zju1008魔板程序,练习搜索的好题目,使用了哈希表的相关知识。-Magic zju1008 board procedures, practice good Title search, use a hash table of relevant knowledge.
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:45334
    • 提供者:ly
  1. jsonchecker

    0下载:
  2. aspx下的JSON库 JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, P
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:16704
    • 提供者:momo
  1. hash

    0下载:
  2. 线性探测再散列,解决哈希表冲突问题,仅供参考。-Linear detection of re-hash, hash table to resolve the conflict, for informational purposes only.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1404
    • 提供者:刘飞
  1. 123

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

    • 发布日期:2017-04-08
    • 文件大小:9010
    • 提供者:gfedcba
  1. 25811257zjb

    0下载:
  2. 学生档案的建立和查询:学生档案信息包括学号,年龄,姓名,籍贯,联系电话;建立学生档案信息的哈希表-The establishment of student files and query: Student file information, including Student ID, age, name, place of origin, telephone the establishment of student file information hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2414
    • 提供者:lt
  1. find

    0下载:
  2. 哈希表的建立、查找。设有若干个学生的考试成绩,用学生的学号作为关键字,采用除留余数求哈希地址,将学生的信息存储到该地址空间,并且采用线性探测法解决冲突问题。-The establishment of hash table to find. There are a number of students in examinations, with students as No. keywords used in addition to stay for more than a few hash ad
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3339
    • 提供者:yyfy
  1. libcprops-0.1.6.tar

    0下载:
  2. 用C实现了线程安全的哈希表,AVL树、红黑树、HTTP客户端等等,不错的开源库,推荐使用-Achieved with C thread-safe hash table, AVL tree, red and black tree, HTTP client, etc., a good open-source database, recommend the use of
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2016-11-07
    • 文件大小:543962
    • 提供者:liuql
  1. Hashtable

    0下载:
  2. 数据结构课程设计,哈希表的算法的实现 。-Data structure curriculum design, hash table implementation of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1015
    • 提供者:xuezhanfei
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 25 »
搜珍网 www.dssz.com