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

搜索资源列表

  1. Hashbasedrouting

    0下载:
  2. 这是基于哈希函数的路由表的算法,对路由表的熟悉有很大的帮助。希望大家-Hash-based routing table and binary tree search algorithm
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-24
    • 文件大小:200417
    • 提供者:aww
  1. lsb

    1下载:
  2. 局部敏感哈希的源码,用到了B树,有兴趣的朋友可以-Local sensitive hash source, use the B-tree, and interested friends can see
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:63183
    • 提供者:郑雪梅
  1. MD5

    0下载:
  2. 哈希函数MD5,自己在MATLAB仿真实现的代码。供大家学习交流。-hash funtion MD5 Matlab codes,which is edited for our studying
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:11974
    • 提供者:刘程浩
  1. Delphi_hashtable

    0下载:
  2. delphi 哈希表 ,此HASH表使用线性探测方法实现。-delphi hash table, the HASH table using linear detection method.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:7538
    • 提供者:CHWJH
  1. SHA-1

    0下载:
  2. 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。-Secure hash algorithm (Secure Hash Algorithm) is mainly applied to digital signature standard (Digital Signature Standard DSS) which
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:824
    • 提供者:Jesse
  1. shujujiegou

    0下载:
  2. 一些简单的小程序,如哈弗曼编辑器,最小生成树,哈希表的设计与实现-Some simple small programs, such as Havermann editor, minimum spanning tree, hash table design and implementation, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:38295
    • 提供者:hanyu
  1. Desktop

    0下载:
  2. 哈希感知算法,谷歌以图搜图的简单实现。简单易懂,适合概念性了解的人。-Hash perception algorithm, Google to search the simple realization. Easy to understand for a conceptual understanding of the people.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-08
    • 文件大小:2335
    • 提供者:Chuan
  1. zobrist

    0下载:
  2. 此示范代码演示了Zobrist哈希使用梅森倍捻机的概念。 -Demonstration code for Zobrist Hash using the Mersenne Twister
  3. 所属分类:Game Engine

    • 发布日期:2017-04-03
    • 文件大小:4932
    • 提供者:suyang
  1. HashDll

    0下载:
  2. 哈希算法实现的内存池的c语言实现,可以对数据进行管理-Memory pool hash algorithm c language, data management
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:342652
    • 提供者:田洪业
  1. jl.cpp

    0下载:
  2. 有关哈希表的程序-Procedures related to hash table
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-24
    • 文件大小:2831
    • 提供者:金磊
  1. libgringotts-1[1].2.1

    0下载:
  2. libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:160975
    • 提供者:薛某某
  1. test_hash

    0下载:
  2. 数据结构与算法-程序、素材\创建哈希对象与查找-Data Structures and Algorithms- procedures, materials to create the hash object and find
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1039
    • 提供者:陈旭
  1. dictionary

    0下载:
  2. 模拟电子字典查询功能,运用哈希表知识进行功能实现。-Analog electronic dictionary query function, the use of hash table functions knowledge.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:2102
    • 提供者:sunfuquan
  1. datastr

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

    • 发布日期:2017-04-01
    • 文件大小:16765
    • 提供者:sam
  1. zju1008

    0下载:
  2. zju1008魔板程序,练习搜索的好题目,使用了哈希表的相关知识。-Magic zju1008 board procedures, practice good Title search, use a hash table of relevant knowledge.
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:45334
    • 提供者:ly
  1. Search

    0下载:
  2. 数据结构中的关于查找基本操作,包含了折半查找,哈希查找!-Data structure in the basic operation on the search, including a half to find, hash Find!
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1094
    • 提供者:李小兰
  1. MD5

    0下载:
  2. Labwindows 哈希函数,实现MD5校验码读取的代码-Labwindows hash function, the realization of MD5 checksum code to read the code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:8024
    • 提供者:adobefree
  1. a

    0下载:
  2. 这是一个权限认证的例子,使用了哈希表作为数据的存储-This is a certification authority example, use a hash table as a data storage
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-31
    • 文件大小:1356
    • 提供者:蓓蕊
  1. MD5Code

    0下载:
  2. 给大家写一个哈希算法实例,通过实例可以对文档进行哈希,生成一串哈希值。-For everyone to write a hash algorithm for example, through the examples of documents can hash to generate a string of hash value.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-01
    • 文件大小:4226
    • 提供者:周保喜
  1. jsonchecker

    0下载:
  2. aspx下的JSON库 JSON(Javascr ipt Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于Javascr ipt Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, Javascr ipt, Perl, P
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:16704
    • 提供者:momo
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 49 »
搜珍网 www.dssz.com