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

搜索资源列表

  1. 实现对哈希表的应用—是关于对小集体的查询

    0下载:
  2. 我写的数据结构小程序是关于排序算法的,功能比较全-I write the data structure of small programs algorithm, the entire comparison function
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4761
    • 提供者:王pp
  1. datast

    0下载:
  2. array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16765
    • 提供者:王飞
  1. hxsf00

    0下载:
  2. 数据结构中的哈希表算法。做来完成实验的。-Hash algorithm of data structure. It uses for the experiment.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:876
    • 提供者:孙云
  1. Hashtab

    0下载:
  2. 数据结构算法之一,哈希表的构成,冲突采用双哈希再散列解决-algorithm data structure, the composition Hash Table, double-conflict re-hash Hash solution
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13350
    • 提供者:ctp
  1. sufa

    0下载:
  2. 假设人名为汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 测试数据:取本班同学姓名。-assumptions were called Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:44415
    • 提供者:杨斌
  1. 梅花三弄版dezend V1.0

    0下载:
  2. php开源屠龙刀 梅花三弄dezend v1.1 [color=#FF0000]主要增加对用zendguard 4.01进行加密的dezend支持[/color]该类文件开头格式: <?php @Zend; 4147; 现改为:首行包含Zend的文件为需dezend文件 ***************************************** 梅花三弄dezend v1.0 一、特点: 1.基于"黑刀4.3"作为内核,
  3. 所属分类:反汇编

    • 发布日期:2009-02-03
    • 文件大小:1062308
    • 提供者:liu3zy
  1. 求解多元高次方程的解的个数

    0下载:
  2. 多元高次议程的求解是一个计算量很大的工作。当然,当计算机出现时,这个工作就变得十分容易了,本代码中将方程分为左右两部分,先一一求出左半部分的各个值,并将计算结果使用哈希表来存储,然后在求出右半部分的各个值并查询哈希表与左半部分的结果比较,若两者相等则解的个数加一(count+1),最后输出count的值.
  3. 所属分类:组合框控件

  1. 宣传宣传

    0下载:
  2. 哈希表
  3. 所属分类:源码下载

    • 发布日期:2011-05-04
    • 文件大小:1331
    • 提供者:jackey90
  1. 哈希表

    0下载:
  2. 数据结构课程实验 采用线性探测再散列解决冲突
  3. 所属分类:源码下载

  1. halfedge

    1下载:
  2. 国外一个计算机图形学课程的作业源代码,输入*.obj文件中的三角形网格,构造模型的半边数据结构,使用动态数组和哈希表,提取棱边并用opengl突出显示。-A half-edge mesh adjacency data structure is provided, along with a very simple .obj mesh parser. Throughout this code you are asked to consider the efficiency of various me
  3. 所属分类:OpenGL

    • 发布日期:2012-12-10
    • 文件大小:865133
    • 提供者:kaka
  1. malloc4

    0下载:
  2. 自己编写实现malloc函数,并使用哈希表优化。-Malloc function to write your own realization and optimization using the hash table.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-01
    • 文件大小:170751
    • 提供者:yuanna
  1. Hash_Table

    0下载:
  2. 实现了一个根据关键码值(Key value)而直接进行访问的数据结构,即哈希表-Hash Table
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:965314
    • 提供者:李昂
  1. hashtable

    1下载:
  2. 用除留余数法构造哈希表,用线性探测再散列的方法解决冲突-In addition to France to stay with the remainder constructed hash table, hashing with linear probing method of conflict resolution and then
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1161
    • 提供者:zhao
  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 2 3 4 5 6 7 89 10 11 12 13 ... 28 »
搜珍网 www.dssz.com