CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Hash

搜索资源列表

  1. redisign

    0下载:
  2. C语言 Hash文件 使用索引 进行增删改查 有简单注释-The C language Hash file index additions and deletions to check with brief notes
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:314909
    • 提供者:何晨立
  1. 12118029sha(1-256-384-512)

    0下载:
  2. SHA (Secure Hash Algorithm,译作安全散列算法) 是美国国家安全局 (NSA) 设计,美国国家标准与技术研究院 (NIST) 发布的一系列密码散列函数。正式名称为 SHA 的家族第一个成员发布于 1993年。然而现在的人们给它取了一个非正式的名称 SHA-0 以避免与它的后继者混淆。两年之后, SHA-1,第一个 SHA 的后继者发布了。 另外还有四种变体,曾经发布以提升输出的范围和变更一些细微设计: SHA-224, SHA-256, SHA-384 和 SHA-512
  3. 所属分类:Algorithm

    • 发布日期:2017-12-01
    • 文件大小:26153
    • 提供者:方东
  1. HashFunction

    0下载:
  2. Hash function. It is easy. It is very useful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6579
    • 提供者:david
  1. hash11

    1下载:
  2. 基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 测试数据 取周围较熟悉的30个人的姓名。-Assuming the basic requirements of people who named the name of the Chinese Pinyin form. Hash table to be filled a total of 30 names, taking the
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:9728
    • 提供者:lting
  1. BKDRHash

    0下载:
  2. 常用字符串哈希函数有BKDRHash,APHash,DJBHash,JSHash,RSHash,SDBMHash,PJWHash,ELFHash等等。-The common string hash function BKDRHash, APHash, DJBHash, JSHash, RSHash, SDBMHash, PJWHash, ELFHash, etc..
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:516
    • 提供者:伍恒
  1. new

    0下载:
  2. 二维坐标系上有一些炸弹,每个炸弹有x,y坐标和爆炸后波及的范围r,这个r指的是跟自己曼哈顿距离r以内的点 就类似于扫雷那样,一个炸弹爆炸可能引起一片一片的炸弹炸出去 然后有一些询问,问点燃某个炸弹后会有多少个炸弹爆炸 已经炸过的就不算了 -#include <iostream> #include <vector> #include <algorithm> #include <cstdio>
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:1054
    • 提供者:夏超
  1. structure

    0下载:
  2. 各种各样的高级数据结构原理以及C++实现,例如红黑树,哈希表,笛卡尔树,字典树,斐波那契堆,二叉堆,SBT等等。-The wide range of advanced data structural principle C++ of implementation, such as red-black trees, hash tables, Cartesian tree dictionary tree, Fibonacci heap, binary heap, SBT and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:19991552
    • 提供者:冰封
  1. ch15

    0下载:
  2. 实现hash函数的一个小例子 其中包含了3个.java的文件,希望大家能喜欢-implements the hash, it can help you know about the hash,centainly you can row it up
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:1378
    • 提供者:张成峰
  1. hash_mpq

    0下载:
  2. 一个具体的hash实现方法,取自于暴雪公司的程序实现,使用多个hash value来同时验证hash的有效性,保证一次命中,实现效率非常高。-A specific hash method, derived from the Blizzard program achieved using multiple hash value to verify the validity of the hash at the same time, guarantee a hit, to achieve a ver
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:1103
    • 提供者:qingqing
  1. 4

    0下载:
  2. Hash表应用 任务 :设计散列表实现电话号码查找系统。 基本要求: 1) 设每个记录有下列数据项:电话号码、用户名、地址; 2) 从键盘或文件输入各记录,不少于30个,以电话号码为关键字建立散列表; 3) 采用开放定址的方法解决冲突; 4) 查找并显示给定电话号码的记录; -Hash Table Application task: design hashtable phone number lookup system. Basic requirements: 1
  3. 所属分类:Data structs

    • 发布日期:2017-11-04
    • 文件大小:1773271
    • 提供者:一一
  1. sm3Phmac

    0下载:
  2. 基于国密算法SM3实现HMAC,输入密钥和消息,可产生HASH验证码,C环境下调试成功-Based on the countries close algorithm realization SM3 HMAC, input key and news, can produce HASH verification code, C environment debugging success
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:233721
    • 提供者:易维兴
  1. hash_link

    0下载:
  2. 哈希表构建查找,hash函数为取余法,处理冲突方法利用链地址法;实现建表,查找,插入,删除等功能;-The chain address Fa Haxi table constructed Find
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:2365
    • 提供者:朱晓建
  1. Hashtable

    0下载:
  2. 哈希表,C语言visual 2010版运行-Hash table C language visual 2010 edition run
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:2846845
    • 提供者:王孖丰
  1. dictionary

    0下载:
  2. 利用散列表实现英汉字典并设计程序实现相关功能-The hash table Dictionary and design program
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:4920049
    • 提供者:Even Lin
  1. md6.zip

    0下载:
  2. MD6散列函数,用于文件完整性校验和(Checksum)算法。 ,MD6 hash function for file integrity checksum (Checksum) algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:36624
    • 提供者:suline
  1. HashTable.rar

    0下载:
  2. 《数据结构》课程中,Hash树的C++实现。具有很好的参考价值!,Hash Table implementation by C++ programming language.
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:2384
    • 提供者:吴学明
  1. shujujiegou

    0下载:
  2. 数据结构实验,包含多个程序:二叉排序树,二叉树,哈夫曼编译码器,哈希表,马踏棋盘,魔王语言,树的遍历,双循环链表,顺序队列,图的遍历,一元稀疏多项式运算器,约瑟夫杯,折半查找,综合实验-Experimental data structure that contains more than one program: binary sort tree, binary tree, Huffman codec, hash tables, horse riding board, devil languag
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:75087
    • 提供者:高君
  1. conhash

    0下载:
  2. 一致性哈希表,服务器缓存保存机制,可以较好得解决分布式服务器出故障的问题-The consistency of the hash table, the server cache save mechanism can better get to solve the problem of distributed servers fail
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:1021672
    • 提供者:dreamboy
  1. Hash

    0下载:
  2. 本例是用C语言编写的HashMap相关操作的源码,其中包含了原理介绍及其他操作,4个工程,非常值得下载学习。VS2008直接可以打开运行。-This case is HashMap operation using the C language source code, which contains a principle introduced and other operations, and four of the project, well worth the download learni
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1045836
    • 提供者:张杰
  1. sort

    0下载:
  2. 顺序查找验证 折半查找验证 二叉排序树的建立 哈希表的建立 -Sequential search verify binary search to verify the establishment of binary sort tree hash table creation
  3. 所属分类:Data structs

    • 发布日期:2017-12-06
    • 文件大小:38984
    • 提供者:Dante
« 1 2 ... 15 16 17 18 19 2021 22 23 24 25 »
搜珍网 www.dssz.com