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

搜索资源列表

  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-02
    • 文件大小:10568
    • 提供者:william_chwenyu
  1. Hash

    0下载:
  2. 哈希表的实现-Hash table to achieve
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2037
    • 提供者:李唐
  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
    • 文件大小:2330
    • 提供者:chenyuehong
  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. java3

    0下载:
  2. 创建一个包装学生信息的java类:包括name,number, age,height,创建该对象的数组用于表示n个学生的信息,并具备显示所有学生信息,查找某个学生的功能。(有输入流,输入数据,使用hash表存储数据) 包含相关代码和运行结果-Create a package of java category of student information: including name, number, age, height, create the object array used
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:13732
    • 提供者:zhou
  1. hash

    0下载:
  2. 数据库索引技术中的可扩充线性哈希表visual C++实现-extendable hash for database
  3. 所属分类:Database system

    • 发布日期:2017-03-29
    • 文件大小:4169
    • 提供者:dragon
  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-09
    • 文件大小: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-30
    • 文件大小:158242
    • 提供者:
  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

    1下载:
  2. 数据结构习题集上哈希表的算法 上传上来给大家一起分享一下-Data Structure Problem Set up hash table algorithm for upload to share with everyone
  3. 所属分类:source in ebook

    • 发布日期:2014-10-28
    • 文件大小:777
    • 提供者:金筱玲
  1. hash

    0下载:
  2. hash表算法,散列的应用,高效率的存储查找算法-hash table algorithm, the hash of the application, the good
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2379408
    • 提供者:zhangxiaohu
  1. hash

    0下载:
  2. 用hash表统计关键字频度,以及对于hash表的一系列操作,解决冲突的方法-Keyword hash table statistics with frequency, as well as a series of operations for the hash table to resolve the conflict
  3. 所属分类:Data structs

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

    0下载:
  2. HASH表 对于快速数据查找,能大大提高效率-HASH table lookup for fast data, can greatly improve efficiency
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2446
    • 提供者:aa
  1. hash

    0下载:
  2. 数据结构课程设计,哈希表,喜欢的可以下载回去,修改下数据即可-Curriculum design data structure, hash table, like you can download the back, you can modify the data under
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构之 hash表编程源代码 培训课程源代码-The hash table data structure training program source code source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:10609
    • 提供者:luoluo
  1. hash

    0下载:
  2. C语言实现,利用hash表实现插入查找数据,并针对各种负载因子求平均查找次数-C language, the use of search data into the hash table implementation, and the load factor for a variety of averaging to find the number of
  3. 所属分类:Data structs

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

    0下载:
  2. 包括hash表的输入、输出、插入、查找等相关操作-Including hash table of the input and output, insert, and find the relevant operation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:969
    • 提供者:lizhen
« 1 23 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com