搜索资源列表
datastr
- 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
HashTablePNU
- 关于 hashtable的源码 首次公开的-hashtable on the first open source
sanliebiao
- 散列表又叫哈希表,它是通过哈希函数来确定数据元素存放位置的一种特殊表结构。程序实现对指定文本文件中的单词进行检索,并可得哈希值-hashtable known as hash table, it is through the hash function to determine the location of data elements stored in a special table structure. Program of the DOE document, the text word
HashTable
- 实验五 哈希表 [实验目的] 1、哈希函数的选择 2、用链表创建哈希表 3、输出哈希表 [题目] 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留取余数法构造。用链表来处理冲突。
hashtable
- hash算法,提供添加、删除、查找等功能
hashtable
- 哈希表实现源码,在VS2005环境下编译。使用了模板。
delphihash
- Delphi中使用HashTable的源代码-HashTable use Delphi source code
Hashtable
- The Hashtable program
dtl
- 扩展的Delphi数据结构。支持高效的HashTable。模拟的泛型支持-Extended Delphi data structure. Supports efficient HashTable. Simulation generics support
Main
- 这里我利用LabVIEW的Register变量和分离链地址法实现了一个类似于HashTable的员工信息存储,从而可以实现在限定范围内(5000员工)的快速搜索――复杂度为O(1),另外在存储员工的信息中加上直接下级员工的编号,就可以实现树型人员组织结构的遍历搜索。-Here I use the LabVIEW Register variables and separate chaining address method to achieve a similar HashTable employ
redblack
- 完整红黑树和hashtable算法,包含所有功能-the operations of redblack tree and Hashtable
HashTable
- HashTable good example
eHash&eJson
- 一个非常强大的易语言JSON模块, 但json不要超过100kb, 否则会崩溃. 另外它也支持hashTable(A very powerful eyuyan JSON module, but JSON should not exceed 100kb, otherwise it will crash.)