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

搜索资源列表

  1. hasher

    0下载:
  2. 设计并实现对字符串的哈希算法 实现对给定字符串集合的词频分析 实现对给定字符串是否存在的快速查找 -Designed and implemented quickly find word frequency analysis on a given collection of strings to achieve a given string if there string hash algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:979489
    • 提供者:
  1. md5

    0下载:
  2.  MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。-The MD5 Message-Digest Algorithm 5 (Information- Digest algorithm 5) is used to ensure complete and consistent information transmission. Is one of t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:4450
    • 提供者:李小龙
  1. huffman_string

    0下载:
  2. 哈希算法将任意长度的二进制值映射为固定长度的较小二进制值,这个小的二进制值称为哈希值。哈希值是一段数据唯一且极其紧凑的数值表示形式。如果散列一段明文而且哪怕只更改该段落的一个字母,随后的哈希都将产生不同的值。要找到散列为同一个值的两个不同的输入,在计算上是不可能的,所以数据的哈希值可以检验数据的完整性。-The hash algorithm to map arbitrary length binary value for the smaller binary value of the fixed
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3926
    • 提供者:w_jmos
  1. ARM

    0下载:
  2. MD5即Message-Digest Algorithm 5,用于确保信息传输完整一致。是计算机广泛使用的杂凑算法之一(也可称为摘要算法、哈希算法),用vc++语言实现-The MD5 Message-Digest Algorithm 5 is used to ensure complete and consistent information transmission. Digest algorithm (also called hash algorithm), implemented vc+
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1886578
    • 提供者:zhangyuan
  1. SimilarImageSearch

    0下载:
  2. 相似图片搜索.关键技术:"感知哈希算法"(Perceptual hash algorithm),它的作用是对每张图片生成一个"指纹"(fingerprint)字符串,然后比较不同图片的指纹。结果越接近,就说明图片越相似。 -Similar image search. Key technologies: perception of the hash algorithm (the Perceptual hash algorithm), it is the role of each image t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:249916
    • 提供者:wt
  1. md5

    0下载:
  2. MD5即Message-Digest Algorithm 5(信息-摘要算法 5),用于确保信息传输完整一致。是计算机广泛使用的散列算法之一(又译摘要算法、哈希算法),主流编程语言普遍已有MD5实现。 将数据(如汉字)运算为另一固定长度值,是散列算法的基础原理,MD5的前身有MD2、MD3和MD4。 -MD5 Message-Digest Algorithm 5 (Information- Digest algorithm 5), is used to ensure comple
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:3767
    • 提供者:zhangyi
  1. LSH

    2下载:
  2. 原始局部敏感哈希算法的详细描述(文档),对于理解LSH算法有帮助-The detailed descr iption of the original locally sensitive hash algorithm
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:251143
    • 提供者:郑雪梅
  1. addrcheck

    0下载:
  2. 对单播地址,多播地址,广播地址进行检查,其中对多播地址的检查用于哈希算法-The unicast address, the multicast address, a broadcast address to be checked, wherein the inspection of the multicast address is used for hashing algorithm
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-06
    • 文件大小:2045
    • 提供者:周勇勃
  1. evp_md

    0下载:
  2. 哈希摘要算法编程,哈希算法的编程。-Hash digest algorithm programming
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:
    • 文件大小:8721
    • 提供者:李玮
  1. ImageBlockMD5

    0下载:
  2. 遥感影像的分块程序,调用opencv和openssl,在实现切块的同时计算每块的哈希值,哈希算法采用MD5,分块数量可以通过更改宏定义设定- remote sensing picture cutting program based on opencv and openssl,which can also calculate the file hash with MD5
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-25
    • 文件大小:14103523
    • 提供者:dingkaimeng
  1. sha1_cpp

    0下载:
  2. 安全哈希算法 sha1的C++实现,在visual stdio 2008验证过-Secure hash algorithm sha1 C++ achieve visual stdio 2008 verified
  3. 所属分类:CA program

    • 发布日期:2017-11-26
    • 文件大小:2625527
    • 提供者:Roy_sky
  1. ketama

    1下载:
  2. 一致性哈希算法(Consistent Hashing Algorithm)是一种分布式算法,常用于负载均衡。Memcached client也选择这种算法,解决将key-value均匀分配到众多Memcached server上的问题。它可以取代传统的取模操作,解决了取模操作无法应对增删Memcached Server的问题(增删server会导致同一个key,在get操作时分配不到数据真正存储的server,命中率会急剧下降),-Consistency hash algorithm (Cons
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:42392
    • 提供者:yuy
  1. hash

    0下载:
  2. 哈希算法的实现。C++代码。c中也可以运行-Hash algorithm matters
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:1359
    • 提供者:fly
  1. SHA

    0下载:
  2. 现代密码学课设——SHA(安全哈希算法Secure Hash Algorithm)算法编程-failed to translate
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:258173
    • 提供者:吕同斌
  1. ImageSearch

    0下载:
  2. JAVA图片比较,基于感知哈希算法,效果还可以-JAVA picture comparison, based on perceptual hash algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:231947
    • 提供者:秦风
  1. CipherMaker-v1.0

    0下载:
  2. Cipher Maker是一款在线生成密码并加密的ASP.NET密码生成器,无控件,开源程序,无需安装,只需上传文件到服务器即可。注意需要.net Framework 2.0环境,请事先安装上。支持在线生成16位、32位MD5密码,可使用用哈希算法加密,同时还内置了密码字符串大小写转换工具,后续版本将推出用户登录功能。-Cipher Maker is an online ASP.NET generates a password and encrypted password generator,
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:125406
    • 提供者:tpudn64
  1. search

    0下载:
  2. 有关数据结构查找的一些讲解,包括二叉树查找,B+树、B-树查找,哈希算法等内容。-Find some of the relevant data structure to explain, including the binary search, B+ tree, B-tree search, hash algorithms and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:360553
    • 提供者:shuai
  1. Image-similarity-identification

    0下载:
  2. 利用感知哈希算法将N幅图片用汉明距离表示出来进行对比,可求其相似度-Hash algorithm using the perception of N pictures that come out with a Hamming distance by comparing the similarity rectifiable
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:207430
    • 提供者:李语丝
  1. encrypt_algorithms

    1下载:
  2. 信息安全课程的实验,含AES、DES、RSA三个加密算法和MD5、SHA-1两个哈希算法的C/C++源代码,可以加密字符串和文件。-Information Security course experiments, including AES, DES, RSA three encryption algorithms and MD5, SHA-1 hashing algorithm for two C/C++ source code, you can encrypt strings and fil
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-12
    • 文件大小:19321459
    • 提供者:落魄书生
  1. PHA

    0下载:
  2. 易语言感知哈希算法源码仅供参考学习使用 希望对您有帮助-Easy language perception hash algorithm source code
  3. 所属分类:ELanguage

    • 发布日期:2017-03-31
    • 文件大小:163321
    • 提供者:youbaiku
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com