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

搜索资源列表

  1. Hash--and-watermarking

    0下载:
  2. 基于hash算法与信息安全,数字水印的嵌入和数字水印的攻击方法-Based on hash algorithm and information security, digital watermarking embedding and the attack methods of digital watermarking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:334222
    • 提供者:wangtong
  1. hash

    0下载:
  2. 这是一个有关于hash排序的算法,里面的是代码,很详细。-this is the code which about hash array.
  3. 所属分类:Data structs

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

    0下载:
  2. 这段代码对任意文件生成hash,并保留在txt文本中。-The code to generate the hash for any file, and retained in the txt text.
  3. 所属分类:CA program

    • 发布日期:2017-05-15
    • 文件大小:3594598
    • 提供者:李俊中
  1. Hash

    0下载:
  2. 数据结构哈希算法实现 大二数据结构课程序-program of Hash
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:168818
    • 提供者:kevin
  1. Hash-a-Mac-Algorithm

    0下载:
  2. hash and mac algorithms are used for the confidentiality and integration of data sent over the network by sender to the receiver.
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:338968
    • 提供者:ranjeetkaur
  1. hash

    0下载:
  2. hash算法,比较2中算法的特点: 1、传统的根据逐个比较 2、根据hash定位,字符串查找-hash algorithm String lookup
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 数据结构 Hash表,带菜单,注释 源代码-data structure Hash with menu source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2575
    • 提供者:asdf
  1. hash

    1下载:
  2. c语言实现的哈希表。哈希函数使用除留余数法,处理哈希冲突使用连地址法。包含设计文档!在dev c++平台上已验证成功-The C language implementation of the hash table. Hash function used division method, processing method using hash conflict even address. Contains design documents! In dev c++ platform has bee
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:18379
    • 提供者:郭帅
  1. hash

    0下载:
  2. 做一个简单hash文件、字符串工具,会根据内容自定选择。-hash file,string
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:32254
    • 提供者:jansanw
  1. Hash-Design-

    0下载:
  2. ACM论文,关于hash函数的的设计及优化,可以作为ACM竞赛方面的参考~-ACM paper, the design and optimization of the hash function, can be used as a reference of the ACM in competitions ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:58396
    • 提供者:SZ
  1. hash

    0下载:
  2. 学生姓名构建哈希表、使用哈希法查找并显示。-Name of student to build the hash table, using the hash method to find and display.
  3. 所属分类:Data structs

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

    0下载:
  2. 在c++中调用hash算法,并运用hash算法实现图像置乱-Achieve hash image scrambling
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1538
    • 提供者:聂凯旋
  1. hash

    0下载:
  2. hash tables read program in simple pascal and check the variable by hash table
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2155
    • 提供者:hadi
  1. hash-codes-examples

    0下载:
  2. this file contain Hash table examples: hash table for bank and hash table for city and hash table example
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:41591
    • 提供者:rana
  1. hash

    0下载:
  2. 一个简单的哈希表在C++中的实现,该哈希表主要是使用二维数组的形式实现-A simple hash table implementation, the hash table is implemented using two-dimensional array in the C++
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:915389
    • 提供者:王浩
  1. hash

    0下载:
  2. 哈希表查找基本代码 用线性探测再散列解决冲突-Hash table to find the basic code with linear probing hash and then resolve the conflict
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:749
    • 提供者:刘鑫
  1. Hash

    0下载:
  2. 很不错关于哈希表的编程,有助于你在数据结构的理解,希望可以帮助你-Very good programming on the hash table to help you in your understanding of data structures, I hope you can help
  3. 所属分类:Data structs

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

    0下载:
  2. 散列表实现电话号码查找系统。 (1) 设每个记录有下列数据项:用户名、电话号码、地址; (2) 从键盘输入各记录,以用户名(汉语拼音形式)为关键字建立散列表; (3) 采用一定的方法解决冲突; (4) 查找并显示给定电话号码的记录; -The hash table phone number lookup system. (1) Let each record the following data: user name, phone number, address in
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1535694
    • 提供者:卧龙
  1. HASH

    0下载:
  2. 调用国外的HASH网站破解HASH,写的及其简单-crack hash use the website
  3. 所属分类:易语言编程

    • 发布日期:2017-04-03
    • 文件大小:39754
    • 提供者:导数
  1. Digital-signature-with-hash

    0下载:
  2. 一个用采用RSA加解密的数字签名程序,其中有采用hash算法。-A used RSA encryption digital signature program, which uses the hash algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-27
    • 文件大小:10249531
    • 提供者:鲍林芳
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com