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

搜索资源列表

  1. hash

    0下载:
  2. 哈希(Hash)函数在中文中有很多译名,有些人根据Hash的英文原意译为“散列函数”或“杂凑函数”,有些人干脆把它音译为“哈希函数”,还有些人根据Hash函数的功能译为“压缩函数”、“消息摘要函数”、“指纹函数”、“单向散列函数”-Hash (Hash) function has many translations in Chinese, some in English under the original Hash translated as " hash function"
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:21109
    • 提供者:finter
  1. HASH(Trie)-

    0下载:
  2. hash trie树 字典树,完整的sdk开发包 具有说明文档-hash trie tree dictionary tree, the complete development kit with documentation sdk
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2093900
    • 提供者:陈勇
  1. tree-hash-table-homework

    1下载:
  2. 纽约大学数据结构课程作业5 树,红黑树,哈希表, 以及一道编程题的原始数据-Data structure course work at New York University 5 trees, red-black trees, hash tables, and a programming question of the original data
  3. 所属分类:Data structs

    • 发布日期:2014-10-28
    • 文件大小:237568
    • 提供者:qianli
  1. hash

    0下载:
  2. 这个是哈希表的设计的cpp文件,用c语言编写的-This is the design of the hash table cpp file, written in c language
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:400050
    • 提供者:amy
  1. hash

    0下载:
  2. 用哈希表实现学生成绩管理系统的源程序代码-Hash table to achieve student performance management system
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:2590
    • 提供者:`张连杰
  1. Hash

    0下载:
  2. 哈希表 用链地址法解决冲突:(哈希函数是按名字第一个大写字母分的) 输入内容:学生的姓名跟成绩 操作:插入、修改、查找、删除学生;以及输出哈希表-Address hash table with the chain method to solve the conflict: (hash function is based on the name of the first capital letter points) input: the names of students with s
  3. 所属分类:Data structs

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

    0下载:
  2. 针对本班的人名设计一个杂凑表,数据表的长度为50~80个记录;分析平均查找长度,完成相应的建表和查表程序,设计直观的界面显示杂凑表的内容。-This class of names for the design of a hash table, table length of 50 to 80 records analysis of average search length, corresponding to complete construction of the table and loo
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-30
    • 文件大小:18284
    • 提供者:qipei
  1. hash_tree_linux

    0下载:
  2. linux下写的哈希树,用位计算进行哈希,树选用B+树,能直接应用于各种函数。-a hash tree written under linux , using bit calculation to hash, the tree used B+ tree,can be directly applied to a variety of functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:24618
    • 提供者:caonima
  1. SHA3

    0下载:
  2. 带界面的hash算法,分别提供了CUBEHASH、 CROSTL、LANE、SHABAL、SPECTRAL物种候选sha3算法-Interface with the hash algorithm, respectively, provide CUBEHASH, CROSTL, LANE, SHABAL, SPECTRAL species candidate sha3 algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1978395
    • 提供者:林迪
  1. hash

    0下载:
  2. 实现哈希查找的功能实现,具有的实际应用价值-Hash lookup function to achieve realization of a practical value
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:882
    • 提供者:向阳
  1. Hash

    0下载:
  2. 自己编写的hash程序,带有调试界面,方便初学者学习参考-I have written hash program with debugging interface for beginners to learn reference ~ ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:929751
    • 提供者:莫斌峰
  1. Hash

    0下载:
  2. C实现哈希表二次探测再散列源代码,可以直接使用-Quadratic probing hash table implemented in C source code re-hash, you can directly use
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2873
    • 提供者:王敏
  1. hash

    0下载:
  2. 使用全排列实现hash,看看吧相信对大家会有些帮助的-Full array hash
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:85818
    • 提供者:周荣青
  1. sha1

    0下载:
  2. 安全散列算法(Secure Hash Algorithm)能计算出一个数字消息所对应到的,长度固定的字符串(又称消息摘要)。且若输入的消息不同,它们对应到不同字符串的机率很高;而SHA是FIPS所认证的五种安全散列算法。-sha1 classic C/C++ algorithm Version 1.5- 2005-01-01 - 64-bit compiler compatibility added - Made variable wiping optional (defi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3858
    • 提供者:周笑
  1. Hash-table-lookup

    0下载:
  2. 哈希表查找,一种地址查找,各查找中时间复杂度最小-Hash table lookup, an address lookup, find the time complexity of the minimum
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:633
    • 提供者:陈与
  1. Hash

    0下载:
  2. 数据结构 哈希表c++源码 开发环境 vc++6.0-Data Structure Hash Table
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1165
    • 提供者:
  1. HASH-code-implementation-using-VHDL

    0下载:
  2. implementation for Secure Hash Algorithm 1 SHA-1 in vhdl language contain no test file.
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. 数据结构之 hash表编程源代码 培训课程源代码-The hash table data structure training program source code source code
  3. 所属分类:Data structs

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

    0下载:
  2. Hash函数MD5与SHA-1实现与比较,内涵MD5与C函数的C代码-Hash functions MD5 and SHA-1 implementation and comparison with the C content of MD5 function in C code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:10447
    • 提供者:zsw
  1. hash

    0下载:
  2. 本程序使用哈希和再哈希算法进行程序设计,希望能帮助到你。-This program uses a hashing algorithm to hash and re-programming, hoping to help you.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:876
    • 提供者:张三
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com