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

搜索资源列表

  1. hash

    0下载:
  2. 一个哈希统计的小程序,有点简陋的,凑活看下-A hash of the small statistical procedures, a bit shabby, live together facie
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3100
    • 提供者:guojiang
  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. d2

    0下载:
  2. 利用HASH(采用sha-1算法)算法原理,设计数字签名的水印算法,完成嵌入、(提取)验证,-Use HASH (using sha-1 algorithm) algorithm, design of watermarking algorithms digital signature to complete the embedding, (extract) authentication,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:35192
    • 提供者:尉玉林
  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

    0下载:
  2. 查找: 建立一个哈希查找表,哈希函数采用: H(key)= key P(其中P=13),若发生冲突后,用链地址法解决冲突。-Search: the creation of a hash lookup table, the use of hash function: H (key) = key P (of which P = 13), if the occurrence of post-conflict, and conflict resolution chain address law.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:70753
    • 提供者:奈奈
  1. Hash_Table

    0下载:
  2. 数据结构与程序设计的经典的类模版:哈希表-Data structure and procedures of the type of classic design template: hash table
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:228344
    • 提供者:张祖琼
  1. Hash

    1下载:
  2. 建立通讯录然后通过哈希表实现查找功能等,并且能解决冲突问题等-The establishment of contacts to achieve and then look through the hash table functions, and to resolve the conflict, such as
  3. 所属分类:Other windows programs

    • 发布日期:2015-09-21
    • 文件大小:1765
    • 提供者:晓曦
  1. get_File_Hash_Code_Sample

    0下载:
  2. (English) A sample to how calc and get hash code from a specific and browseable file. (Brazilian Portuguese) Um exemplo de como calcular e obter um código de hash a partir de um arquivo específico.
  3. 所属分类:File Operate

  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-02
    • 文件大小:402815
    • 提供者:
  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. 基于C语言编写的哈希表算法的实现代码,可以很好的理解哈希表及其时间复杂度的度量。-Based on the C language implementation of the hash table algorithm code, a good understanding of the hash table and its time complexity measure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:61611
    • 提供者:王志刚
  1. HASH_MD5

    0下载:
  2. HASH算法MD5的代码实验,编译可以直接使用的MD5源代码-HASH algorithm MD5 code experiment can be directly used to compile the source code for MD5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:64097
    • 提供者:xiaolin
  1. S15HashTable

    0下载:
  2. Collision list Hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:934
    • 提供者:Evelyn Farias
  1. md5

    1下载:
  2. MD5 Hash functions for delphi any version
  3. 所属分类:Delphi VCL

    • 发布日期:2016-11-22
    • 文件大小:3303
    • 提供者:matt
  1. pyinotify

    0下载:
  2. 大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有变化,顺着树状结构就能够在logN级别的时间找到发生变化的内
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:1731
    • 提供者:wuyou
  1. md6

    0下载:
  2. MD6-MIT hash algorithm for NIST.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5766
    • 提供者:Bob Builder
  1. md5.tar

    0下载:
  2. MD5 Hash Verilog code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:10706
    • 提供者:ahmadyan
  1. blizzard_hash

    0下载:
  2. 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-This is the legendary Blizzard of abnormal powerful study of the hash algorithm, using three hash table to prevent conflict, the code concise self-contained, whether it is coding style
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1016
    • 提供者:Harry
  1. hash

    0下载:
  2. 通过hash函数实现节目单的编排节目单输入区.add(new JLabel("节目名称:")) 节目单输入区.add(名称文本框) -Through the hash function implementation program for the scheduling of programs single-input area. Add (new JLabel ( " Program Name :" )) program single-input area. Ad
  3. 所属分类:Java Develop

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

    0下载:
  2. this is a very good hash code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:10979
    • 提供者:qing
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com