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

搜索资源列表

  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. Hashtab

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

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

    0下载:
  2. 为了实现RTP数据重组,写了双指针链表,类似动态hash表(网上资料太少了),有添加(自动排序),删除和清除.我还在扩展功能-RTP data in order to achieve the reorganization, wrote a two-pointer List, similar dynamic hash table (online so little information), add (automatic sorting), delete and remove. I also ex
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10064
    • 提供者:llg
  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. POJ1840求一个有5位未知数方程解的个数

    0下载:
  2. POJ1840求一个有5位未知数方程解的个数,hash表的经典应用,POJ1840 seeking a five unknown number of equations, hash table classic application
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-26
    • 文件大小:1170
    • 提供者:cx
  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. 基于哈希表的词频统计

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

    • 发布日期:2017-03-30
    • 文件大小:17230
    • 提供者:sa
  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. uthash-1.5

    0下载:
  2. UTHASH是一个高性能的HASH表操作库,特点是简单,容易使用,占用内存少,有需要的可以试一下-UTHASH HASH table is a high-performance operation of libraries, is characterized by simple, easy to use, small footprint, need to try
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-12-23
    • 文件大小:425984
    • 提供者:hahaha
  1. Hash_Table

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

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

    0下载:
  2. 中文三叉树字典(Ternary Tree),可以用于分词,自动提示,查询速率与Hash Table相当,支持动态添加。-Chinese trigeminal tree dictionary (Ternary Tree), can be used for word, auto tips, check rates and Hash Table equivalent support for dynamically added.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1052665
    • 提供者:jiangyu
  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. Hashtable

    0下载:
  2. 構造一個散列表,選擇適當的散列函數和解決碰撞的方法,實現插入、刪除和查找算法-to construct a hash table, hash function and select the appropriate method to resolve collisions achieve insert, delete, and search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1175
    • 提供者:徐俊龙
  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. 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. CODE_UPLOAD136021102001

    0下载:
  2. 找出输入txt文件中出现的不同词汇,统计各词数目并按数目排序。使用hash表提高新词插入词表速度。-Txt file to find enter appear in a different vocabulary, the number of statistics in accordance with the number of words to sort. Use hash table to insert new words to improve the speed of the word ta
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3957
    • 提供者:limiaoji
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 33 »
搜珍网 www.dssz.com