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

搜索资源列表

  1. datastr

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

    • 发布日期:2008-10-13
    • 文件大小:15.7kb
    • 提供者:许愿
  1. SimpleDatabase

    0下载:
  2. 1、实现了一个简单的数据库 2、采用HASH表建立索引 3、可以从database.dat中读取表结构,生成数据库, 4、[FORM]开始的段创建表和读入缺省值 5、[DATA]保存数据库数据 6、支持多索引 7、具体使用可以看示例-achieve a simple two databases using hash table index 3, which can be read from database.dat table structures, database g
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:42.87kb
    • 提供者:王伟
  1. memoryyyyy

    0下载:
  2. 存储管理实验 内存页面调度算法比较 理解内存页面调度的机理,掌握几种理论调度算法实现,并通过实验比较各种调度算法的优劣。此外通过实验了解HASH表数据结构的使用。 -experimental memory storage management pages scheduling algorithm better understanding of memory pages scheduling mechanism, Several theories master scheduling a
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:15.49kb
    • 提供者:wodanige
  1. Hash

    0下载:
  2. 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(over
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:11.41kb
    • 提供者:張建良
  1. OSkeshe

    0下载:
  2. 操作系统课社 1.理解内存页面调度的机理。 2.掌握几种理论页面置换算法的实现方法。 3.了解HASH表数据结构的使用。 4.通过课程设计比较各种调度算法的优劣。 5.熟悉页面置换算法及其实现,引入计算机系统性能评价方法的概念。页面置换算法是虚拟存储管理实现的关键,通过本次课程设计理解内存页面调度的机制,在模拟实现FIFO、LRU页面置换算法的基础上,比较两种置换算法的效率及优缺点,从而了解虚拟存储实现的过程。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:61.31kb
    • 提供者:dongguanghuai
  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
    • 文件大小:10.65kb
    • 提供者:何智峰
  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
    • 文件大小:416kb
    • 提供者:hahaha
  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
    • 文件大小:3.86kb
    • 提供者:limiaoji
  1. paixu

    0下载:
  2. hash表的使用,使用hash函数并包含解决冲突的方法-the use of hash table, use the hash function and includes a solution to the conflict
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2.28kb
    • 提供者:chenyuehong
  1. haxibiao

    0下载:
  2. C语言实现哈希表,方便,原代码,欢迎下载,绝对真的-C language hash table, convenience, the original code, welcome to download, absolutely true
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1.65kb
    • 提供者:gyf
  1. TsinghuaCdatastructures

    0下载:
  2. 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.75mb
    • 提供者:ciweijsf
  1. hash

    0下载:
  2. 设计高效算法往往需要使用Hash链表,常数级的查找速度是任何别的算法无法比拟的,Hash链表的构造和冲突的不同实现方法对效率当然有一定的影响,然 而Hash函数是Hash链表最核心的部分,本文尝试分析一些经典软件中使用到的字符串Hash函数在执行效率、离散性、空间利用率等方面的性能问题。-The design of efficient algorithms often need to use the Hash list, find the speed of constant level is u
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:17.61kb
    • 提供者:李树
  1. SDCARD_FATFileSystem

    0下载:
  2. [FAT文件系统读写程序(目前在已经在fs2410开发板上经过sd卡测试,实现多级目录,文件的创建读写,24位bmp的读写),对FAT16文件系统进行了改进,主要是引入了缓冲队列,同时对缓冲队列使用了hash表的管理-[FAT file system read and write program (current board has been developed in fs2410 sd card test, multi-level directory, file creation readin
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-15
    • 文件大小:3.75mb
    • 提供者:于岩
  1. hashtable

    0下载:
  2. 介绍怎样创建一个哈希表和链表的使用方法,可供入门参考-Describes how to create a hash table and linked list to use
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:788byte
    • 提供者:Joseph
  1. hash

    0下载:
  2. hash表的实际应用举例说明!该程序从hash表定义到使用的过程!-the practical application of the hash table is an example! The program is defined from the hash table to use the process!
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-07
    • 文件大小:818byte
    • 提供者:lyc
  1. Hash-table

    0下载:
  2. 哈希表的建立和查找:使用哈希表表示全国各个省份,并进行查找。-The establishment of the hash table and Find: Use hash table to represent the various provinces of the country, and to find.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:6.28kb
    • 提供者:宋芳芳
  1. hash

    0下载:
  2. 哈希表实现字母表的索引,使用拉链法来处理哈希表中的冲突。-Hash table to achieve index alphabet, using the zipper method to deal with conflicts in the hash table.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.98kb
    • 提供者:尚绝枫
  1. hashtable

    0下载:
  2. 用实例详细讲解了哈希表的使用方法与作用,哈希表的操作等有详实的例子。-Use examples to explain in detail the use and effect of hash table, the hash table operation and detailed examples.
  3. 所属分类:CSharp

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

    0下载:
  2. 本PPT介绍了数据结构里面关于哈希表的定义和使用等相关细节,对于初学者有巨大帮助。(This PPT introduces the details of the definition and use of the hash in the data structure, which is of great help for beginners.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:103kb
    • 提供者:《1》
  1. hash

    0下载:
  2. 使用hash表实现快速插入数据,快速查询数据(Using hash table to quickly insert data and quickly query data)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:11kb
    • 提供者:sll-灵儿
« 12 3 4 »
搜珍网 www.dssz.com