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

搜索资源列表

  1. trieTree

    0下载:
  2. 一个基于hashtable的理论而编程的程序,建立文本时根据keywordtree而建立的-based on hash table, build table by keyword tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2243
    • 提供者:金星男
  1. hash

    0下载:
  2. Simple Hash Table using linked lists
  3. 所属分类:Other Databases

    • 发布日期:2017-04-25
    • 文件大小:13457
    • 提供者:yrnunez
  1. tetris-1.2-src

    0下载:
  2. Hash table example It is only a test code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:94329
    • 提供者:sirius
  1. HashDictionary

    0下载:
  2. Simple Data Dictionary that implements Hash for course: Information retrieval and storage
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6327
    • 提供者:armando
  1. Hash

    0下载:
  2. 简单哈希算法的实现,能够有效地提高查找速度。-The realization of a simple hash algorithm can effectively improve the search speed.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:7189
    • 提供者:孙传鑫
  1. hash

    0下载:
  2. 哈希表链地址法的实现,用链地址法处理冲突-hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1168
    • 提供者:何娜
  1. hash

    0下载:
  2. 哈希表的设计,可以设计通过建立哈希表实现快速查找-it s a hash design program,and it can check quickly through hash
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1760
    • 提供者:江小莲
  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. sha2-1.0

    0下载:
  2. SHA-2 (Secure Hash Algorithm 2) hash function, written in C language.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:65067
    • 提供者:gKir
  1. hash

    0下载:
  2. 在C++上实现的散列函数 使用字符作为散列值-In the C++ to achieve a hash function
  3. 所属分类:Other systems

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

    0下载:
  2. hash算法大全,里面包含了诸如Bernstein s hash,Pearson s Hash,CRC Hashing等流行的算法源码。-hash factions
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2227
    • 提供者:fei
  1. Hash

    0下载:
  2. The hash algorithm made by anhmafia
  3. 所属分类:CA program

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

    0下载:
  2. hash算法,包括MD5和SHA1两种散列算法-Hash algorithm,include two hash algorithm, MD5 and SHA1.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3386376
    • 提供者:sujiao
  1. mdlHash

    0下载:
  2. Visual basic module for generating hash value based on custom hex values.
  3. 所属分类:Algorithm

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

    0下载:
  2. 强烈推荐!个人最喜欢的一款MD5、SHA1、CRC32检验软件。-Hash is a small GUI tool designed to perform MD5, SHA1and CRC32 hashing functions on a number of files.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:15584
    • 提供者:bill
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1098012
    • 提供者:张希行
  1. AES-SHA1

    0下载:
  2. Text editor that saves contents in encrypted text file and adds Hash content at the bottom. (Basic usage of AES/Sha-1 Algorithms) Code is in Visual C#
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:238722
    • 提供者:Perry Leros
  1. pancham-0.5

    0下载:
  2. pancham for MD5 hash function
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-05
    • 文件大小:30938
    • 提供者:harini
  1. sha512

    0下载:
  2. 使用vc实现的高效的sha512算法,并通过测试能正确地计算出任意文件的哈希值,欢迎使用-Vc achieve efficient use of the sha512 algorithm, and passing a test to correctly calculate the hash value of any file, please use the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1400558
    • 提供者:刘琦
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com