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

搜索资源列表

  1. hash

    0下载:
  2. 已知某哈希表的装载因子小于1,哈希函数 H(key)为关键字(标识符)的第一个字母在字母表中 的序号,处理冲突的方法为线性探测开放定址法。 试编写一个按第一个字母的顺序输出哈希表中所有 关键字的算法。-Known load factor of a hash table is less than 1, the hash function H (key) for the keywords (identifiers) of the first letter of the alphabe
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:901
    • 提供者:CClose
  1. One_Digital_Signature_Scheme_in_Semimodule_over_Se

    0下载:
  2. 一个数字签名方案 假设C试图提供给B一个通过A的有效签名S伪造的消息TF,如果这种情况发证了,另一方面A可以拒绝在相同情况下认证他的签名。 然后就导致了如果一个有效的签名S=(σ,sζ)和一个伪造的消息TF可以被认证。哈希值mF=H(TF)必须满足下列形式的V条件 但是根据⊕OSP通过方程m1= 寻找m1是不可行的,因为⊕OSP是困难的。 而且在m1中寻找mF也是困难的,因为C必须依次解决三个困难的*OSP问题。 就算mF被找到了,也不可能构造一个合适的伪装TF使得
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:61541
    • 提供者:王智圆
  1. HashList

    0下载:
  2. 哈希 这是一个哈希函数,很好用试试,它使用了哈希的所有功能-hash_list this is a program about hash, please use it
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:2408
    • 提供者:王强
  1. exam5

    2下载:
  2. 1、用随机函数生成10个待排序元素; 2、利用二叉查找树输出升序序列; 3、利用同一棵二叉查找树输出降序序列; 4、写出查找的递归函数;注意:递归出口的处理要求:二叉排序树的程序填空:修改 “BiSearchTree.h” 文件中的myorder()函数,得到二叉排序树的降序序列,要求达到BiSearchTree.exe的执行效果。 哈希查找: 1、 哈希表类的哈希函数采用除留余数法哈希函数; 2、 解决哈希冲突的函数采用开放定址法中的线性探察法。 3、 建立一个由1
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:205111
    • 提供者:tamakiramimy
  1. MD5

    0下载:
  2. MD5用的是哈希函数,在计算机网络中应用较多的不可逆加密算法有RSA公司发明的MD5算法和由美国国家技术标准研究所建议的安全散列算法SHA。-MD5 hash function is used in the application of computer networks more irreversible encryption algorithm invented by RSA, MD5 algorithm and by the National Institute of Standards
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:7494
    • 提供者:Laura
  1. Thehash

    0下载:
  2. 哈希(Hash)函数在中文中有很多译名,有些人根据Hash的英文原意译为“散列函数”或“杂凑函数”,有些人干脆把它音译为“哈希函数”,还有些人根据Hash函数的功能译为“压缩函数”、“消息摘要函数”、“指纹函数”、“单向散列函数”等等。 -Hash (Hash) function has many translations in Chinese, some in English under the original Hash translated as " hash function&q
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:21452
    • 提供者:prince
  1. hashsearch

    0下载:
  2. 1、系统应具备的功能: (1)设计哈希函数和哈希表; (2)设计解决冲突的方法; (3)输入一组数据建立哈希表,并实现在哈希表中进行查找。 -1, the system should have the function: (1) design a hash function and hash table (2) design solution to the conflict (3) input data to establish a set of hash tables, a
  3. 所属分类:Data structs

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

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

    • 发布日期:2017-04-07
    • 文件大小:719
    • 提供者:finejade
  1. hash

    0下载:
  2. 哈希(Hash)函数在中文中有很多译名,有些人根据Hash的英文原意译为“散列函数”或“杂凑函数”,有些人干脆把它音译为“哈希函数”,还有些人根据Hash函数的功能译为“压缩函数”、“消息摘要函数”、“指纹函数”、“单向散列函数”-Hash (Hash) function has many translations in Chinese, some in English under the original Hash translated as " hash function"
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:21109
    • 提供者:finter
  1. Hash

    0下载:
  2. 哈希表 用链地址法解决冲突:(哈希函数是按名字第一个大写字母分的) 输入内容:学生的姓名跟成绩 操作:插入、修改、查找、删除学生;以及输出哈希表-Address hash table with the chain method to solve the conflict: (hash function is based on the name of the first capital letter points) input: the names of students with s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:103320
    • 提供者:许许
  1. yy6

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

    • 发布日期:2017-04-07
    • 文件大小:157713
    • 提供者:武朝阳
  1. hashTable

    0下载:
  2. 数据结构的课程设计,实现一个哈希表,哈希函数为模29和模229-Data structure course design, implement a hash table, hash function module 29 and module 229
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2732480
    • 提供者:CTY
  1. sanlie

    0下载:
  2. 以学生信息为例,运用哈希函数实现散列!适用于初学者参考,VC运行。-failed to translate
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:725
    • 提供者:王颖
  1. Hash-table

    1下载:
  2. 哈希表 数据结构课程设计 1.1问题描述 针对自己的班集体中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 1.2基本要求 假设人名为中国姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。构造哈希函数,用链表法处理冲突。 1.3测试数据 读取熟悉的30个人的姓名作测试。-Hash table Data Structure Course Design 1.1 Descr iption of the p
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:127412
    • 提供者:lynne
  1. phone-number-query-system

    0下载:
  2. 在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法-In the hash function sure, under the premise of try all kinds of different types of dealing with conflict method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:2108
    • 提供者:陈磊
  1. MDshixina

    1下载:
  2. 哈希函数MD的C语言程序代码-C source code of MD, MD is a famous kind of hash function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3846
    • 提供者:蒙嘎勒
  1. several-hash-functions-in-php

    0下载:
  2. php中几种哈希函数的对比,包含MD4、MD5、SHA-1、SHA-256、SHA-384以及SHA-512-php several hash functions in contrast, contains of MD4, MD5, SHA-1, SHA-256, SHA-384 and SHA-512
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-28
    • 文件大小:15513
    • 提供者:张奇
  1. SHAMD

    0下载:
  2. SHA-256 散列哈希函数 用于数据加密-SHA-256 hash function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-07
    • 文件大小:1968312
    • 提供者:Yao
  1. hashtable

    0下载:
  2. 对数据结构课所学的哈希表进行了详细的实现和分析。哈希表是根据设定的哈希函数H(key)和处理冲突方法将一组关键字映象到一个有限的地址区间上,并以关键字在地址区间中的象作为记录在表中的存储位置,这种表称为哈希表或散列,所得存储位置称为哈希地址或散列地址。作为线性数据结构与表格和队列等相比,哈希表无疑是查找速度比较快的一种。-a code about the hashtable,you can use it in your learning of the hash algorism
  3. 所属分类:Data structs

    • 发布日期:2017-05-31
    • 文件大小:13195425
    • 提供者:赵璐璐
  1. JIUgong-problem

    0下载:
  2. c++ 编写的重排九宫问题 人工智能 哈希函数 A*算法-the code of jiugong problem in C++
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:884839
    • 提供者:王爽
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com