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

搜索资源列表

  1. HashTable

    0下载:
  2. 一个简单的数据结构哈希表的设计程序,虽然简单,但是实用-A simple hash table data structure design process, though simple, but practical
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1424
    • 提供者:肖卫镇
  1. 12386

    0下载:
  2. 哈希表的编程,很好很强大,希望大家能够有所帮助-Hash table programming, very good very strong
  3. 所属分类:source in ebook

    • 发布日期:2017-04-24
    • 文件大小:34640
    • 提供者:fu
  1. hanyupinyin

    0下载:
  2. 实现两个中文词组按拼音排序的功能,也可以用于查找汉字的拼音。效率较高,直接采用哈希表数组存储,程序运行时不需要建立哈希表,直接可索引快速查找-Achieve two Chinese phrases sorted according to the phonetic features of Chinese characters can also be used to check spelling. More efficient, direct use of the hash table array
  3. 所属分类:IME Develop

    • 发布日期:2017-03-28
    • 文件大小:105079
    • 提供者:翁家祥
  1. 6

    1下载:
  2. 考虑具体问题的关键字集合,如{19,14,23,1,68,20,84,27,55,11,10,79}这样一组数据和给定的哈希表长m 或哈希表的装填因子a,选用除留余数法和线性探测再散列技术解决冲突所形成的哈希表-Keywords set to consider specific issues, such as (19,14,23,1,68,20,84,27,55,11,10,79) such a set of data and a given length m of the hash table
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:950
    • 提供者:lilin
  1. hash

    0下载:
  2. 哈希表的设计,可以设计通过建立哈希表实现快速查找-it s a hash design program,and it can check quickly through hash
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1760
    • 提供者:江小莲
  1. Hash

    0下载:
  2. 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7277
    • 提供者:lt
  1. renju

    1下载:
  2. 用哈希表实现的人工智能五子棋游戏。为学习人机博弈的同学提供了一个好的学习示例-With the hash table to achieve artificial intelligence welcome to play. Students learning human-computer game provides a good learning example. . .
  3. 所属分类:Chess Poker games

    • 发布日期:2015-07-02
    • 文件大小:153739
    • 提供者:shen li
  1. hashmap

    0下载:
  2. 哈希表的实现 hashmap.h - declaration of class HashMap hashmap.cpp - definition of class HashMap hash-driver.cpp demonstrates use of class HashMap and its member functions.-A Hash Table Implementation The following header file and implementation fil
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:667941
    • 提供者:刘亚
  1. Hash

    0下载:
  2. 假设哈希函数是完美的,即可以把输入数据均匀的分散在哈希表上。 哈希表大小为H,插入数据数量为K,求哈希表的冲突率,要推导过程。 具体一下:假设有20W待插入数据,Hash表大小为60W,求hash表的冲突率。-Suppose the hash function is perfect, that is, input data can be uniformly dispersed in the hash table. Hash table size H, insert the data qu
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:158242
    • 提供者:
  1. lexer

    0下载:
  2. 使用C语言完成的词法分析器,分析完成的此法元素存储在哈希表中。-A lexer program written in C. The tokens are stored in hash table.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:14937
    • 提供者:ZhuYinghang
  1. ds_6

    1下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:636
    • 提供者:Yvonne
  1. md5deep-3.4.tar

    0下载:
  2. 计算任何数量文件的MD5、SHA-1、SHA-256、Tiger、whirlpool的消息摘要,通过递归目录结构的方式。亦可以匹配输入的多种格式哈希表文件。-Computes the MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digest for any number of files while optionally recursively digging through the directory structure. Can also
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:247504
    • 提供者:nathun
  1. test_hash_table

    0下载:
  2. 数据结构 构建并使用一个哈希表的简单例子及源程序代码(Dev-c++)-Hash table data structure
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:117481
    • 提供者:zhb
  1. Hashtablelookup

    0下载:
  2. 这个程序时利用哈希表来进行查找程序运行时可以输入一些数据然后用哈希表查找-This program to carry out the use of hash table to find the program is running you can enter some data and then use a hash table lookup
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:2078
    • 提供者:张明
  1. hashTable

    0下载:
  2. 数据结构课程设计,哈希表的设计,实现哈希表的处理和查找-Curriculum design, data structure, hash table design, implementation, processing and search the hash table
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:296554
    • 提供者:天河
  1. haxibiao

    0下载:
  2. 根据哈希函数的构造方法中的直接定址法原理写的一个验证哈希表算法的查找程序。-According to the constructor hash function of written law principle directly addressed a validation hash table lookup algorithm procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4982
    • 提供者:乐乐
  1. SE205b_assignment3

    0下载:
  2. 要实现一个基于哈希表的字典ADT的从头开始 • 为了设计的游戏配置1散列函数 • 要创建和扩展的ADT为特定目的 • 为了使声音设计选择 • 要创建一个交互式GUI-• To implement a hashtable-based Dictionary ADT from scratch • To design a hash function for game configurati
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:7580
    • 提供者:刘洋
  1. hash

    0下载:
  2. 哈希表,linux c 编写。非常实用,简洁-Hash table, linux c preparation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:4845
    • 提供者:李世蓂
  1. Hash

    0下载:
  2. 构建一个哈希表,并输出哈希表及其平均查找长度。chash()函数构建Hash表,dhash()输出Hash表和平均查找长度-Build a hash table and print out the table and the average search length(ASL). Function chash () builts Hash table, dhash () print outthe Hash table and the average search length.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:596
    • 提供者:mkvt
  1. hash.tar

    0下载:
  2. 哈希表的操作(创建,消亡,遍历,哈希函数的创建等)-hash table
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5407
    • 提供者:李安强
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com