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

搜索资源列表

  1. hash

    1下载:
  2. 散列算法,用于生成原始消息的数字指纹,本算发基于MATLAB编写,本算法包含多种流行的散列算法,包括SHA1和SHA-256等广泛应用的散列算法,通过本程序,可以对几种广泛应用的散列算法进行调用-Hash algorithm used to generate the digital fingerprint of the original message, this is based on MATLAB, this algorithm contains a variety of popular h
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:1333
    • 提供者:奥巴马
  1. Hash

    0下载:
  2. 哈希表的一些功能,如制作出一个哈希表,并对相应的信息进行查找等。-This is Hash Table, you can search messages by using this table
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2055
    • 提供者:刘震
  1. hash

    0下载:
  2. 哈希表实现字母表的索引,使用拉链法来处理哈希表中的冲突。-Hash table to achieve index alphabet, using the zipper method to deal with conflicts in the hash table.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2028
    • 提供者:尚绝枫
  1. hash

    0下载:
  2. 这是用哈希表实现的学生信息管理系统的程序。提供添加、删除、查找和显示学生信息以及清屏的功能。-This is achieved using a hash table of student information management system procedures. Provide add, delete, search and display student information and clear screen function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:290738
    • 提供者:林雨
  1. Hash-table

    0下载:
  2. 本代码主要实现了哈希表的设计,完成了哈希函数的相关要求。-The code is designed to achieve a hash table, the completion of the relevant requirements of the hash function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1672
    • 提供者:yangguotao
  1. Hash

    2下载:
  2. 哈希表的操作基本功能如下: (1)生成n个随机数并输出。 (2)确定适当的哈希地址空间大小m,使控制装填因子α在0.75左右。 (3)采用除留余数法作为哈希函数 H(key)=key p,选择适当的p。 (4)用开放定址法中线性探查法处理冲突建立哈希表,并计算平均查找长度。 (5)功能:检索、插入、删除。-The basic function of the operation of the hash table as follows: (a) generating a ra
  3. 所属分类:Other systems

    • 发布日期:2017-06-25
    • 文件大小:2048
    • 提供者:
  1. hash

    0下载:
  2. 哈希查找数据结构中经典的数据存储方式 类似数据库,这个代码是我自己根据算法写的,提高编程能力很有帮助-Hash lookup data structure similar to the classic data storage database, this code is written according to the algorithm of my own, very helpful to improve the programming capabilities
  3. 所属分类:Data structs

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

    0下载:
  2. 网上收集的14种hash算法。希望对大家有用。-14 kinds of hash algorithm online collection
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:1953
    • 提供者:linap
  1. hash

    0下载:
  2. 适合初学者了解和学习hash的结构,以及如何使用hash-study what is hash
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-13
    • 文件大小:2297
    • 提供者:tao.hou
  1. Hash-table

    0下载:
  2. 哈希表添加、删除、查找、显示全部的信息。-Hash table to add, delete, search, display all of the information.
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:308434
    • 提供者:蓝色
  1. Hash-table-CPP

    0下载:
  2. 哈希表 的C++ 代码实现-Hash table C++ code
  3. 所属分类:其他小程序

    • 发布日期:2017-04-17
    • 文件大小:180353
    • 提供者:肖冬冬
  1. hash

    0下载:
  2. 线性开型散列图形化描述Java开发-hash java
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2891
    • 提供者:郭子瑜
  1. Robust-hash-functions-for-digital-watermarking.pd

    0下载:
  2. Digital image hash function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:78656
    • 提供者:neha
  1. hash

    0下载:
  2. hash table 数据结构 课程作业实习 -hash table data structure course work
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3442
    • 提供者:jinliang
  1. Hash-table-and-its-application

    0下载:
  2. 散列表根据关键码值(Key value)而直接进行访问的数据结构,通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。-According to the value of the hash table key (Key value) directly access the data structure to access the record by the key values ​ ​ to the mapping table in a position to sp
  3. 所属分类:Data structs

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

    0下载:
  2. 用哈希函数写的简易通讯录,都是通过读写文件实现-Hash function used to write simple address book, are achieved through reading and writing files
  3. 所属分类:source in ebook

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

    0下载:
  2. hash表的实现(散列),已经编译通过。-achieve hash table (hash)
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:282233
    • 提供者:dobby
  1. hash

    2下载:
  2. 哈希函数的matlab代码,此函数不可逆,具有加密功能。-Hash function matlab code, this function is not reversible, with encryption features.
  3. 所属分类:加密解密

    • 发布日期:2017-05-16
    • 文件大小:1372
    • 提供者:夏彬彬
  1. hash

    0下载:
  2. 字符串Hash函数各种方法及各种哈希函数的C语言程序代码-C language code string Hash functions in various ways and various hash function
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2056
    • 提供者:wuleizhihen
  1. dm-region-hash

    0下载:
  2. Device-Mapper dirty region hash interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6215
    • 提供者:rhtingying
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com