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

搜索资源列表

  1. hash_tree

    0下载:
  2. C++编写的二叉哈希树,根据每个比特位的奇偶进行哈希,最终得到哈希的叶子节点。即由输入的数值得到哈希的叶子节点。-hash tree by c++
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5453777
    • 提供者:WYJ
  1. PerceptualHash

    0下载:
  2. 感知哈希算法简单实现,利用opencv实现均值哈希和p哈希算法。-Perception of hash algorithm is simple to implement, using opencv average hash and pHash algorithm.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1188
    • 提供者:史钧宇
  1. Hash101

    0下载:
  2. 哈希表的设计与实现:针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序。-Hash Table Design and Implementation: The Year of the names to design a hash table, making an average to find the length of not more than specified value and completed the appropriate proce
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:7738
    • 提供者:zhi4284062
  1. fips180-2

    0下载:
  2. sha1 sha256 sha384 sha512算法描述及实例-SECURE HASH STANDARD
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:507416
    • 提供者:chenyanpu
  1. 1

    0下载:
  2. 哈希表(开放定址法处理冲突)哈希表(链地址法处理冲突)-Hash Table (open addressing method to resolve disputes) hash table (link address method to resolve disputes)
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:511862
    • 提供者:sunny
  1. Project6

    0下载:
  2. 使用散列表设计实现一个字典,假设关键字为整数且 D 为 961,在字典 中插入随机产生的 500 个不同的整数, 实现字典的建立和搜索操作。分别使 用线性开型寻址和链表散列解决溢出。-Designed and implemented using a hash table dictionary, if your keywords is an integer and D 961, in the dictionary 500 different integers inserted rand
  3. 所属分类:Data structs

    • 发布日期:2016-11-22
    • 文件大小:1736704
    • 提供者:stephen
  1. studentNoSQL

    0下载:
  2. 我们的作业,没有连接数据库。而使用的是哈希表。希望对大家能有帮助!-our operations, is not linked to the . The use of the Hash Table. We hope to be able to help!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-01
    • 文件大小:9425
    • 提供者:qau0ieii
  1. algorithm

    0下载:
  2. 一个以hash表形式存储的数据结构体,通过hash算法能够快速的找到内存存储地址。-A data structure stored in hash format, through the hash algorithm can quickly find the memory address.
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:12858
    • 提供者:HUQ
  1. AprioriMain

    0下载:
  2. Apriory算法是数据挖掘中常用的挖掘初始数据的算法,传统的apriory算法在大数据的情况下实现效率很低,我通过java中的hash结构进行了改进,将效率提高。-Apriory data mining algorithms commonly used in the initial data mining algorithms, the traditional apriory inefficient algorithm in the case of large data, I have bee
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2608
    • 提供者:王志祥
  1. FixedSum

    0下载:
  2. 利用Hash查找的方式,寻找int数组中元素之和为固定和-Find a way to make use of Hash, looking int elements of the array and fixed and
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1755253
    • 提供者:xmh
  1. Hash_ID

    0下载:
  2. 数据结构,哈希函数 一般的线性表,树中,记录在结构中的相对位置是随机的,即和记录的关键字之间不存在确定的关系,因此,在结构中查找记录时需进行一系列和关键字的比较。这一类查找方法建立在“比较“的基础上,查找的效率依赖于查找过程中所进行的比较次数。 理想的情况是能直接找到需要的记录,因此必须在记录的存储位置和它的关键字之间建立一个确定的对应关系f,使每个关键字和结构中一个唯一的存储位置相对应。-Hash Function
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2306
    • 提供者:olivia
  1. CPPds

    0下载:
  2. C++列,顺序表,散列表,图,树,等常见的数据结构,可以下载去用。-C++ columns, sequential tables, hash tables, graphs, trees, and other common data structures that can be downloaded and used.
  3. 所属分类:Data structs

    • 发布日期:2017-12-13
    • 文件大小:9665
    • 提供者:张小贱
  1. Hashing Search

    0下载:
  2. 哈希查找, 根据文本输入构建哈希表, 输入字符串输出对应字符串在文本中出现的位置(Hash lookup, Build a hash table based on text input, The input string outputs the position in which the corresponding string appears in the text)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:hyhop150
  1. HashTable

    0下载:
  2. Implementation of c++ hash table... Used to learn c++ grammar
  3. 所属分类:数据结构

    • 发布日期:2017-12-31
    • 文件大小:2653184
    • 提供者:qpt
  1. HashCodes-md5_sha1_sha256校验器

    0下载:
  2. 用于md5_sha1_sha256校验,可以快速的算出文件的独一无二的特征码。(For md5_sha1_sha256 check, you can quickly calculate the file unique feature code.)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-31
    • 文件大小:477184
    • 提供者:qq879021308
  1. STL

    0下载:
  2. 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement
  3. 所属分类:STL

    • 发布日期:2018-01-02
    • 文件大小:226304
    • 提供者:qwer@
  1. HashPhoneBook

    0下载:
  2. 哈希表电话本。根据姓名,电话分别生成哈希表。(hashtable.hash by name or by number.and u can search)
  3. 所属分类:数据结构

  1. 813203

    0下载:
  2. hash函数的工具大全,主要介绍sha算法,内容详尽但需要一定英文基础,()
  3. 所属分类:大数据

    • 发布日期:2018-01-06
    • 文件大小:30720
    • 提供者:dreacpoiwt
  1. 99106777

    0下载:
  2. hash算法,提供新增,删除,查找等功能()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:rdeleide
  1. 171244

    0下载:
  2. 自己写的一个HASH算法小程序,基本的查找修改功能实现了,()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:8192
    • 提供者:cliess
« 1 2 ... 19 20 21 22 23 2425 »
搜珍网 www.dssz.com