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

搜索资源列表

  1. Hashbasedrouting

    0下载:
  2. 这是基于哈希函数的路由表的算法,对路由表的熟悉有很大的帮助。希望大家-Hash-based routing table and binary tree search algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:200417
    • 提供者:aww
  1. MD5

    0下载:
  2. 哈希函数MD5,自己在MATLAB仿真实现的代码。供大家学习交流。-hash funtion MD5 Matlab codes,which is edited for our studying
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:11974
    • 提供者:刘程浩
  1. libgringotts-1[1].2.1

    0下载:
  2. libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:160975
    • 提供者:薛某某
  1. datastr

    0下载:
  2. C/C++常用的数据结构类 包括: array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltr
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16765
    • 提供者:sam
  1. MD5

    0下载:
  2. Labwindows 哈希函数,实现MD5校验码读取的代码-Labwindows hash function, the realization of MD5 checksum code to read the code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:8024
    • 提供者:adobefree
  1. chord

    0下载:
  2. chord算法 P2P资源定位算法 利用哈希函数的分布式散列-chord algorithm for P2P resource location algorithm using distributed hash function hash
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:4918
    • 提供者:yyn928
  1. random_arm

    0下载:
  2. 采用MD4哈希函数的随机数生成函数,已在ARM环境下测试过。可应用于如无线数据发送时的随机避让。-Random number generator utilizing MD4 hash function of environmental noise captured as the seed and a linear congruence generator for the random numbers.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:2327
    • 提供者:王芊芊
  1. JIAMI

    0下载:
  2. 300种加解密算法,应有尽有,在这里你可以找到你想要的加解密算法的源码,DES。rsa.哈希函数-300 kinds of encryption and decryption algorithms, everything, where you can find what you want the source code encryption algorithm, DES. rsa. hashing function. .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1101179
    • 提供者:刘镇
  1. SHA-1_C

    0下载:
  2. sha-1 哈希函数的c++算法的实现,这是我以前参与的论文,请参考。-sha-1 hash function of the c++ algorithm, which is involved in my previous paper, please refer to.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:159404
    • 提供者:孙翰墨
  1. tools-2009--5-24.tar

    0下载:
  2. C++的软件包,包括使用C++模板编写的外排序、SHA-1哈希函数等常用的计算消息摘要的哈希函数。-C++ the package, including the use of C++ template prepared to sort things, SHA-1 hash function, such as commonly used in the calculation of the hash function message digest.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3389449
    • 提供者:ydb
  1. MD5

    0下载:
  2. 哈希函数的经典算法,值得认真研究,特别是对于安全比较感兴趣的-hash algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:181844
    • 提供者:li
  1. HASHFUNC

    0下载:
  2. 哈希函数,hashFUNCTION~希望大家会喜欢-Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2295
    • 提供者:yy
  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. 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. 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. 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. polynomial

    0下载:
  2. 对已知的多项式p(x)利用用线性表的数据结构进行加法,乘法,微商运算 加法的时间复杂度为O(n+m) 乘法的时间复杂度为O(nm) 微分的时间复杂度为O(n) 排序的平均时间复杂度为O(nlogn) 程序优点:通过顺序表和链表结合使用,使乘法合并同类项的时间复杂度降为O(1),乘法本身的时间复杂度也达到下界。 程序提供了有好的界面,并且有较好的容错性,输入输出人性化,符合人的习惯。 用快速排序代替了插入排序,使本程序能应对较大的数据。 程序缺点:系数和指数有范围限
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2522
    • 提供者:刘晓明
  1. hash.tar

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

    • 发布日期:2017-03-30
    • 文件大小:5407
    • 提供者:李安强
  1. k-DNA

    0下载:
  2. k-长DNA子序列在DNA全序列中出现频数的计数问题。该算法通过一个哈希函数把k-长DNA子序列映射为整数关键字从而把k-长DNA子序列出现频数的计数问题转化为整数关键字的重复计数问题,使得能够利用经典B树算法来解决k-长DNA子序列的出现频数计数问题-k-long DNA sequence in the DNA sequence in the frequency of counting problems arise. In the algorithm, a hash function to k
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:17733
    • 提供者:张莉
  1. HASH

    0下载:
  2. 数字签名中哈希函数的分析与研究,主要分析哈希函数的结构。-Hash function in the digital signature analysis and research, the main structure of the hash function.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:94475
    • 提供者:马利
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com