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

搜索资源列表

  1. 2004052512573625343213132123

    0下载:
  2. 1)了解HASH函数在网络安全中的应用 (2)掌握HASH函数实现的原理 二、要求 (1)用任何语言编程完成实现HASH函数的功能 (2)输入任何8个字节(64位)的数据,得出对应的8位HASH代码(摘要) -1) understanding hash functions in network security applications (2) master Hash Function Principle 2 require (1) using any programming
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:837267
    • 提供者:dreamwhere
  1. HashTableDemo

    0下载:
  2. 哈希函数的使用,System.Collections.Hashtable 的例子-hash function, examples System.Collections.Hashtable
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9779
    • 提供者:杨微
  1. cmd51

    0下载:
  2. hash函数 用于签名算法的实现等等 用于加解秘-hash function for the signature algorithm for the realization of such increases deciphered
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:10960
    • 提供者:xueke
  1. hashfunction

    0下载:
  2. 应用密码学中hash function的详细介绍-hash function which detailed descr iption of
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:843981
    • 提供者:guoying
  1. MD5

    0下载:
  2. MD5 (Message-Digest algorithm 5) is a widely used, partially insecure[1] cryptographic hash function with a 128-bit hash value. As an Internet standard (RFC 1321), MD5 has been employed in a wide variety of security applications, and is also commonly
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:35531
    • 提供者:chu
  1. Hashtable

    0下载:
  2. 構造一個散列表,選擇適當的散列函數和解決碰撞的方法,實現插入、刪除和查找算法-to construct a hash table, hash function and select the appropriate method to resolve collisions achieve insert, delete, and search algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1175
    • 提供者:徐俊龙
  1. login

    0下载:
  2. vc6.0编写的简单的用户登陆窗口模块,采用哈希函数加密。-vc6.0 written in a simple user login window module, using cryptographic hash function.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:92947
    • 提供者:taotao
  1. str_to_key

    0下载:
  2. LM Hash值生成过程中的str_to_key函数。-LM Hash value generated in the process of str_to_key function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1106
    • 提供者:dsafasd
  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

    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. ImageAuthentication

    0下载:
  2. 論文探討關於以圖像做為密碼,以杜絕鍵盤側錄偷竊密碼-We have design and implemented a method that uses a strengthened cryptographic hash function to compute fast and secure passwords for arbitrarily many accounts while requiring the user to memorize only few memorable po
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:402815
    • 提供者:
  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. 在C++上实现的散列函数 使用字符作为散列值-In the C++ to achieve a hash function
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3037
    • 提供者:oy
  1. hash

    0下载:
  2. C++ 实现的Hash函数,功能强大,希望大家指正-C++ implementation of Hash function, powerful, and hope we corrected
  3. 所属分类:File Operate

    • 发布日期:2017-03-31
    • 文件大小:1338
    • 提供者:Vonak
  1. hash

    0下载:
  2. 有关hash函数的源代码,包括搜索,插入,打印功能-Hash function on the source code, including search, insert, printing
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1214
    • 提供者:xujian
  1. Hash

    2下载:
  2. 哈希表的操作基本功能如下: (1)生成n个随机数并输出。 (2)确定适当的哈希地址空间大小m,使控制装填因子α在0.75左右。 (3)采用除留余数法作为哈希函数 H(key)=key p,选择适当的p。 (4)用开放定址法中线性探查法处理冲突建立哈希表,并计算平均查找长度。 (5)功能:检索、插入、删除。-The basic function of the operation of the hash table as follows: (a) generating a ra
  3. 所属分类:Other systems

    • 发布日期:2017-06-24
    • 文件大小:2048
    • 提供者:
  1. hash

    0下载:
  2. A hash function is any function that can be used to map digital data of arbitrary size to digital data of fixed size.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:6528
    • 提供者:wu
  1. hash-table

    0下载:
  2. 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。 给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。-Hash (Hash table, also called a hash ta
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:480462
    • 提供者:ANDY
  1. The-design-of-Hash

    0下载:
  2. 1、设每个记录有下列数据项:电话号码、用户名、地址 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 6、在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -1, each record has the following data items: telephone number, user name, addres
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:140920
    • 提供者:张校臣
  1. 安全Hash算法SHA-1的实现

    0下载:
  2. Hash函数是提供数据完整性保障的一个重要工具。本次实验,我们希望通过上机操作,使 同学们对安全Hash算法SHA-1的基本原理有一个全面的理解。通过本次实验,使学生掌握对 Hash函数的应用,为后面数字签名方案的学习打下基础。(The Hash function is an important tool for providing data integrity protection. In this experiment, we hope to have a comprehensive und
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:6144
    • 提供者:斩月
« 12 3 4 5 »
搜珍网 www.dssz.com