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

搜索资源列表

  1. Ptr_Hash

    0下载:
  2. 指针链表,指针数组,快速的查找;高效的hash碰撞链表
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9194
    • 提供者:王义金
  1. 20040530100445

    0下载:
  2. 常用数据结构算法代码库,包括AVL树,链表,堆栈,hash,排序等-common data structure algorithm code base, including AVL Tree, List, Stack, hash, sort etc.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:83640
    • 提供者:彭杨
  1. TryHashMap

    0下载:
  2. 哈希表映射程序!学会哈希表的简单应用功能!-Hash Table mapping procedures! Hash Table Institute of simple applications!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3817
    • 提供者:花蓦然
  1. 6.2

    0下载:
  2. 实现哈希表的建立,插入等功能,并用初留余数法构造,处理冲突-Realize hash wish foundation of form , function of meddling in etc. , and with leave remainder law construct for the first time, deal with the conflict
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1333
    • 提供者:林枝
  1. hash_map

    0下载:
  2. STL哈希表的使用范例:包括哈希表的创建、插入、查找、删除、内存分配和释放内存。-STL use examples include : Hash Table creation, insert, search, delete, memory allocation and release memory.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10906
    • 提供者:何智峰
  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. tokyocabinet-1.4.17.tar.gz

    0下载:
  2. Tokyo Cabinet的Tokyo Cabinet 是一个DBM的实现。这里的数据库由一系列key-value对的记录构成。key和value都可以是任意长度的字节序列,既可以是二进制也可以是字符串。这里没有数据类型和数据表的概念。 作者叫Mikio Hirabayashi.Tokyo Cabinet是用C写的,同时提供c,perl,ruby,java的API。Tokyo Cabinet在提供了POSIX和C99的平台上都可用,它以GNU Lesser Public License协议发布
  3. 所属分类:Database system

    • 发布日期:2017-03-26
    • 文件大小:894349
    • 提供者:ws
  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. libbitap

    0下载:
  2. wu-manber算法的实现。 Wu-Manber基于BM算法思想,通过SHIFT、HASH、PREFIX三张表进行快速跳跃,实现快速多模式匹配。-A clean implementation of Sun Wu and Udi Manber s bitap algorithm. Note that the complete search string must be matched by the pattern. If you want to search for subst
  3. 所属分类:File Operate

    • 发布日期:2017-04-04
    • 文件大小:6731
    • 提供者:buptisc
  1. rainbowcrack-1.2-src

    0下载:
  2. 彩虹表 crack-hash 破解密码 -rainbowcrack crack-hash 破解密码 。。。。。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:44742
    • 提供者:kugong
  1. Hashbasedrouting

    0下载:
  2. 这是基于哈希函数的路由表的算法,对路由表的熟悉有很大的帮助。希望大家-Hash-based routing table and binary tree search algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:200417
    • 提供者:aww
  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 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 29 »
搜珍网 www.dssz.com