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

搜索资源列表

  1. HashTIN

    0下载:
  2. 基于Hash函数的TIN拓扑关系重建,Hash函数的构造方法,基于Hash函数的TIN拓扑关系重建算法-Hash function based on the relationship between TIN topology reconstruction, Hash function construction method, based on the Hash function reconstruction algorithm TIN topological relations
  3. 所属分类:Document

    • 发布日期:2017-04-04
    • 文件大小:315.61kb
    • 提供者:李叶林
  1. chord

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

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

    0下载:
  2. 关于SHA系列散列算法标准说明文档,对于每个操作做有详细的说明,另外加入了例子说明。-SHA hash algorithm on the series of standard documents, so for each operation is described in detail, while adding the example.
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:173.66kb
    • 提供者:ght
  1. NET_Memcached

    0下载:
  2. Memcached通过在内存中开辟一块区域来维持一个大的hash表来加快页面访问速度,虽然和数据库是独立的,但是目前主要用来缓存数据库的数据。允许多个server通过网络形成一个大的hash,用户不必关心数据存放在哪,只调用相关接口就可。存放在内存的数据通过LRU算法进行淘汰出内存。同时可以通过删除和设置失效时间来淘汰存放在内存的数据-Memcached in memory by opening an area to maintain a large hash table to speed up
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:8.45kb
    • 提供者:yf
  1. 4

    0下载:
  2. 基于椭圆曲线的一种高效率数字签名。为给出一种基于椭圆曲线密码的高效率的数字签名方案。不仅在算法设计时完全避免了费时的求逆运算,而且利用消息HASH值的汉明重量作为消息摘要进行签名与验证。-Based on elliptic curve digital signature of a high efficiency. For a given elliptic curve cryptography based on an efficient digital signature scheme. Algo
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:243.3kb
    • 提供者:小玲
  1. IMPLEMENTATION-OT-SHA-1

    0下载:
  2. Report on SHA and hash. SHA-1 is a cryptographic hash function designed by the United States National and published by the United States NIST as a U.S. Federal Information Processing Standard. SHA stands for "secure hash algorithm". -Report on SHA
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:200.71kb
    • 提供者:Appu
  1. SHA_CPP_

    0下载:
  2. Secure Hash Algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-12-09
    • 文件大小:7.49kb
    • 提供者:Avinash
  1. MD5-select-prefix

    0下载:
  2. MD5选择前缀碰撞关键技术研究 HASH,MD5,差分攻击算法,模差分,差分路径,FPGA,GPU,选择前缀碰撞 -The MD5 select prefix collisions key technology research HASH, MD5 differential attack algorithm mode differential differential path, FPGAs, GPU, select the prefix collision
  3. 所属分类:Project Design

    • 发布日期:2017-11-02
    • 文件大小:1.13mb
    • 提供者:fj
  1. SHA-1

    0下载:
  2. Secured Hash Algorithm
  3. 所属分类:Software Testing

    • 发布日期:2017-12-03
    • 文件大小:13.21kb
    • 提供者:Abhilasha
  1. SHA-1ImplementationOnFPGA

    0下载:
  2. 希算法SHA-1算法广泛地应用于电子商务、商用加密软件等信息安全领域。通过对SHA.1算法的深入 分析,提出了流水线结构的硬件实现方案。通过缩短关键路径,使用片内RAM代替LE寄存器实现流水线中间变量 的数据传递,有效地提高了工作频率和单位SHA-1算法的计算速度。这种硬件结构在Altera系列芯片上的实现性能 是Ahera商用SHA-1算法IP核的3倍以上。-Hash algorithm SHA-1 is used widely in cryptographic applicati
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:273.2kb
    • 提供者:徐晓刚
  1. Dynamic-frame-slot-ALOHA-algorithm

    0下载:
  2. 动态帧时隙ALOSH算法在标签数增加过多的情况下,所需时隙数增长过快;而由于硬件限制,时隙数不能无限增长。为改进此不足,可从以下三个步骤优化算法。首先根据hash函数进行时隙分配,将标签分配到 不同的时隙;其次根据三维估计方法估计标签数,为下一周期调整帧长做准备;最后根据估计到的标签数调整帧长,当帧长为标签数的1.7倍时,识别效果最好。实验结果表明,标签数相同的情况下,本算法所用的时隙数最少。-Dynamic frame slot ALOSH algorithm to increase th
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:280.7kb
    • 提供者:李明亮
  1. classical-algorithm

    0下载:
  2. 关于经典算法的思考与总结。涵盖KMP.遗传.启发式搜索.图像 特征提取 SIFT.傅立叶变换.Hash.快速排序.SPFA.快递选择 SELECT A*.Dijkstra.DP.BFS/DFS.红黑树等 15 个经典基础算法, 共计 31 篇文章,包括算法理论的研究与阐述,及其编程的具体实现。很多个算法都后续写 了续集-Thinking about the classical algorithm and summary. Covering the KMP. Genetic heuri
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11.18mb
    • 提供者:
  1. SM3.pdf

    0下载:
  2. 用途 国家密码管理局编制的商用算法,用于密码应用中的数字签名和验证、消息认证码的生成与验证以及随机数的生成,可满足多种密码应用的安全需求。 算法描述 对长度为l(l< 2^64) 比特的消息m,SM3杂凑算法经过填充和迭代压缩,生成杂凑值,杂凑值长度 为256比特。-Use Commercial management algorithm, compiled by the Bureau of national code, used to generate th
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:90.01kb
    • 提供者:孙流程
  1. Dynamic-Array

    0下载:
  2. hash function 哈希算法 经典计算机科学与技术系题目 代码编程常用 算法导论题目提及的-hash function is a very important algorithm in the cs field. it is a function can do hash and haxi correct.
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4.79mb
    • 提供者:msfiona
  1. Hash-Function

    0下载:
  2. 哈西算法 实用 hash in algorithm-hash function is a very important algorithm in the cs field. it is a function can do hash and haxi correct.
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4.82mb
    • 提供者:msfiona
  1. hash

    0下载:
  2. 哈希算法的高速FPGA实现,本文hi介绍,有少量算法介绍,共16页-Hashing algorithm to achieve high-speed FPGA, hi this article describes, there are a few algorithms introduce a total 16
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:23.32kb
    • 提供者:童丹平
  1. hash

    0下载:
  2. k-mer的哈希算法,建立索引,能够准确搜索DNA片段的位置、-K-mer hash algorithm, the establishment of the index, can accurately search the location of the DNA fragment.
  3. 所属分类:File Formats

    • 发布日期:2017-06-19
    • 文件大小:28.32mb
    • 提供者:杰杰
  1. haxigenzong

    0下载:
  2. 根据哈希算法进行目标物跟踪,VS2013与opencv2410平台-Perform object tracking based on hash algorithm, VS2013 platform with opencv2410
  3. 所属分类:File Formats

    • 发布日期:2017-05-23
    • 文件大小:6.36mb
    • 提供者:淡淡如烟
  1. md5555

    0下载:
  2. hash algorithm message digest with length 128 bits
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:radwa
  1. md5-fpga

    0下载:
  2. FPGA IMPLEMENTATION OF MD5 HASH ALGORITHM
  3. 所属分类:Communication

    • 发布日期:2017-05-05
    • 文件大小:116.94kb
    • 提供者:swapnil
« 12 »
搜珍网 www.dssz.com