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

搜索资源列表

  1. SHA3

    1下载:
  2. SHA3的Java类,是在Java基础上开发的另外一种Hash函数,具有更好的时间和安全性能-SHA3 Java category is based on the Java Development of another Hash functions, with time and better safety performance
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5081
    • 提供者:刘光杰
  1. datastr

    0下载:
  2. 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:16080
    • 提供者:许愿
  1. Hash2131

    0下载:
  2. 1)了解HASH函数在网络安全中的应用 (2)掌握HASH函数实现的原理 二、要求 (1)用任何语言编程完成实现HASH函数的功能 (2)输入任何8个字节(64位)的数据,得出对应的8位HASH代码(摘要) -1) understanding hash functions in network security applications (2) master Hash Function Principle 2 require (1) using any programming
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:29033
    • 提供者:dreamwhere
  1. 2004052512573625343213132123

    0下载:
  2. 1)了解HASH函数在网络安全中的应用 (2)掌握HASH函数实现的原理 二、要求 (1)用任何语言编程完成实现HASH函数的功能 (2)输入任何8个字节(64位)的数据,得出对应的8位HASH代码(摘要) -1) understanding hash functions in network security applications (2) master Hash Function Principle 2 require (1) using any programming
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:837267
    • 提供者:dreamwhere
  1. 排序算法、字典和B-树的C++语言实现

    0下载:
  2. 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24943
    • 提供者:罗鹏魁
  1. HashTableDemo

    0下载:
  2. 哈希函数的使用,System.Collections.Hashtable 的例子-hash function, examples System.Collections.Hashtable
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9779
    • 提供者:杨微
  1. HashTest

    0下载:
  2. 本源码演示Hash类的使用方法,是一个控制台应用程序。-Hash demonstration of the source categories of use, is a console application.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:16138
    • 提供者:张广召
  1. spider_v1.2

    0下载:
  2. 网络蜘蛛1.3版, 功能变更: 1. 关于对处理过URL和待处理URL的存储检索。 利用文件系统存储这些信息,利用Hash碰撞分页算法,加上最新数据的内存缓存,实现高效的信息检索。平均检索的效率0.01s 2. 修改前面版本URL替换产生的中文问题。 -network spider version 1.3, the functional changes : 1. On the right URL and processed pending the URL stora
  3. 所属分类:其它源码

    • 发布日期:2015-06-08
    • 文件大小:1044696
    • 提供者:周某人
  1. sanliejiansuo

    0下载:
  2. 本程序是用开地址法实现散列的检索算法-this program is open address Method hash retrieval algorithms
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1348
    • 提供者:宋国志
  1. SimpleDatabase

    0下载:
  2. 1、实现了一个简单的数据库 2、采用HASH表建立索引 3、可以从database.dat中读取表结构,生成数据库, 4、[FORM]开始的段创建表和读入缺省值 5、[DATA]保存数据库数据 6、支持多索引 7、具体使用可以看示例-achieve a simple two databases using hash table index 3, which can be read from database.dat table structures, database g
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:43896
    • 提供者:王伟
  1. 2005413185023558

    0下载:
  2. 本程序是用哈希表实现词频统计,用java实现的,仅用于网友学习之用。-this program is to achieve Hash Table Frequency statistics, using java to achieve, and only for netizens learning.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10888
    • 提供者:义军
  1. darts-0.2.tar

    0下载:
  2. 双数组辞典生成程序。利用双数组实现trie算法,对于不定长度共同前缀查询情况,比哈希方法更为有效。经常用于分词辞典的制作。-array dictionary-generation procedures. Using two arrays to achieve Trie algorithm for the indefinite length of the inquiry common prefix than Hash methods more effective. Frequently used
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-10
    • 文件大小:237927
    • 提供者:姜锋
  1. HASHES.ZIP

    0下载:
  2. 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(over
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:24590
    • 提供者:HCJ
  1. hashtodatabase

    0下载:
  2. 用HASH表操作数据库中的数据。数据的操作过程及其他。-hash table operation with the data in the database. The process of data and others.
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:3103
    • 提供者:gmq
  1. md5coll

    0下载:
  2. 用c语言实现得用于测试/md4md5散列算法的可碰撞性算法,用于证明md4/md5的可碰撞性-using language may be used to test / md4md5 hash algorithm collision algorithm can be used to prove md4/md5 nature of the collision
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9493
    • 提供者:宋敏
  1. 176869120_sha

    0下载:
  2. 使用sha函数实现哈希查找,希望对于初学P2P的人有一定帮助-use Hash Function find hope for the peer-to-peer learning will definitely help
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:3021
    • 提供者:lrr0521
  1. 176869120_HashAlgorithmTest

    0下载:
  2. 哈希算法测试。对我学习帮助挺大,上传共享。-Hash algorithm testing. I learn to help getting bigger, upload share.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:72579
    • 提供者:lrr0521
  1. sparsehash-0.2

    0下载:
  2. google的hash table库实现,非常高效-the hash table for achieving very high efficiency
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:721346
    • 提供者:张志
  1. 20041121125751

    0下载:
  2. SHA算法,一个安全散列算法,通过把数据变成相应的消息摘要,根据迭代值,进行四次循环运算而产生的消息摘要.-SHA algorithm, a secure hash algorithm, the data into corresponding news summary, according to the value iteration, for the fourth cycle of operation and the news summary.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7118
    • 提供者:hanlihu
  1. yeetoomd5_source_2.0.1.1

    0下载:
  2. vc6.0, mfc下开发的关于计算文件和字符串md5 hash值应用程序的源程序-vc6.0. mfc developed for the calculation of paper and string md5 hash value of the application's source
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29857
    • 提供者:John
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com