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

搜索资源列表

  1. iprout-hash

    0下载:
  2. 一种基于hash表的IP路由表搜索技术,在WINDOWS下VC++实现-a hash table based on the IP routing table search technology, under the VC WINDOWS
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:10141
    • 提供者:张文宾
  1. hash

    0下载:
  2. hash表算法,自己写的一段代码。希望对大家有用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4860
    • 提供者:yuhongchang
  1. hash

    0下载:
  2. 利用hash表转换拼音到汉字,通过建立hash表,将汉语和拼音建立联系,然后调用此hash表,来翻译要翻译的文件
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1501
    • 提供者:马军
  1. hash

    1下载:
  2. 哈希表存储电话号码,电话号码查询系统。 简单 简单 简单 简单 简单-Hash table stored telephone numbers, telephone number inquiry system. Simple simple simple simple simple simple simple simple simple
  3. 所属分类:Other windows programs

    • 发布日期:2015-01-10
    • 文件大小:269167
    • 提供者:ningrui
  1. HASH

    0下载:
  2. 【问题描述】 针对某个集体(比如你所在的班级)中的同学联系电话设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 (1) 假定每个记录有下列数据项:电话号码、用户名、地址。 (2) 一是从数据文件old.txt(自己现行建好)中读入各项记录,二是由系统随机产生各记录,并且把记录保存到new.txt文件中以及显示到屏幕上,记录条数不要少于30,然后分别以电话号码和用户名为关键字建立哈希表。 (3) 分别采用伪随机探测再散列法和再哈希法解决冲突。
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:16193
    • 提供者:hhjlele
  1. Hash

    0下载:
  2. 利用Hash技术统计C源程序中关键字的频度:扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41。关键字39个。-Hash statistics using C source code in the frequency of keywords: Scanning a C source program, using Hash
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:10568
    • 提供者:william_chwenyu
  1. Hash

    1下载:
  2. 哈希表的设计与实现: 针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序。-Hash Table Design and Implementation: The Year of the names to design a hash table, making an average to find the length of not more than specified value and completed the appropriate pr
  3. 所属分类:Other windows programs

    • 发布日期:2015-01-10
    • 文件大小:7721
    • 提供者:hello
  1. Hash

    0下载:
  2. 用MFC实现的Hash表,创建一个Hash函数,根据此函数把数对应存放在内存中!若有碰撞,则存在下个位子! -MFC achieved using Hash Table to create a Hash function, based on this function corresponds to the number stored in memory! If collision, then there is the next seat!
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1879032
    • 提供者:胡胜先
  1. hash

    1下载:
  2. 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the nam
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:46887
    • 提供者:baby无齿
  1. hash

    1下载:
  2. 对人名建立哈希表,并且进行查询,包括输入人名,查找是否成功等信息。-this is the example of hash table.it prove the hash saves room.
  3. 所属分类:Windows Develop

    • 发布日期:2015-01-10
    • 文件大小:1419022
    • 提供者:哈哈哈
  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-29
    • 文件大小:158242
    • 提供者:
  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-07
    • 文件大小:596
    • 提供者:mkvt
  1. Hash

    0下载:
  2. 基于Hash表的程序同源性分析,可以利用本程序进行两个程序源码比较相似度-Homology analysis Hash Table-based program, you can use the program two program source code similarity
  3. 所属分类:Printing program

    • 发布日期:2017-11-17
    • 文件大小:2708
    • 提供者:lemon
  1. hash

    1下载:
  2. 上海交大数据结构作业,Hash表的类实现,包含测试文件.-Shanghai Jiaotong data structure operations, class Hash table implementations, including the test file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1809723
    • 提供者:高奥
  1. hash

    0下载:
  2. hash表的实现(散列),已经编译通过。-achieve hash table (hash)
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:282233
    • 提供者:dobby
  1. HASH-cpp

    0下载:
  2. hash表测试实例,实现一个简单的哈希表的应用实例-hash table test cases to achieve a simple hash table application examples
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:61396
    • 提供者:yaunger
  1. hash

    0下载:
  2. 哈希表(散列)的应用 注释说明较为详细 语言:C++(The application of a hash table (hash) Note in detail)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:zhangwenyuan
  1. hash

    0下载:
  2. 数据结构实验代码,交互化实现哈希表的动态存储结构(Data structure experiment code, interactive realization of hash table dynamic storage structure)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:626688
    • 提供者:twat
  1. 实验十一之哈希表的建立

    0下载:
  2. 该文档详细介绍了我们该如何建立一个哈希表,并对哈希表进行一系列操作(This document details how we can build a hash table and perform a series of operations on the hash table)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:564224
    • 提供者:华澍
  1. hash

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

    • 发布日期:2018-05-03
    • 文件大小:11264
    • 提供者:sll-灵儿
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com