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

搜索资源列表

  1. seqsearch

    0下载:
  2. 提供一个哈希算法,并且采用线性探查法解决冲突-A hashing algorithm and linear probing method to resolve conflicts
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:559
    • 提供者:刘东洋
  1. hashing

    0下载:
  2. 哈希表工程程序,对哈希表进行初始化生成,同时包含插入删除功能-hasing function,initialize the hasing list,including insert and delete function.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1405392
    • 提供者:小七2729
  1. hash_project

    0下载:
  2. 哈希表的设计与实现问题:给定一个字字典“dict.txt”,给出一个单词列表“testing.txt”,翻译名单,并输出它们的含义所有的字 采用不同的哈希技术分析成功的搜索 分析不成功的搜索使用不同的散列技术-Given a word dictionary “dict.txt” given a word list “testin.txt”, translate all the words in the list and output their meanings ;Analyzing the s
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1480772
    • 提供者:吴国文
  1. SHA1

    0下载:
  2. A simple SHA1 Hashing algorithm made in Java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1223
    • 提供者:Joe
  1. test_LSH

    0下载:
  2. 局部敏感哈希(LSH)算法,vs2008实现。-Similarity Search in High Dimensions via Hashing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:19458
    • 提供者:homawf
  1. hashing

    0下载:
  2. If you have not registered, Please [regist first].You should upload at least five sourcecodes/document
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:5385
    • 提供者:dqsd
  1. OpenHashing_DDS

    0下载:
  2. A C language based implementation of Open hashing- Dual data structure. Basically converting Dual data structure with open hashing. Hope it will help you out!
  3. 所属分类:Database system

    • 发布日期:2017-04-14
    • 文件大小:2898
    • 提供者:Kyang
  1. DCTHash

    0下载:
  2. We explore Discrete Cosine Transform (DCT) hashing for creating index structures for texture-based descr iptors. Hashes play the role of keywords: an index is created, and queried to find the images most similar to the query image.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:5560
    • 提供者:Alireza
  1. ENCRYPTION

    0下载:
  2. SHA-1 hashing and DES encryption for LSB watermarking
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1145433
    • 提供者:kartino
  1. DPSH

    0下载:
  2. Feature Learning based Deep Supervised Hashing with Pairwise Labels 这篇论文的代码,用于图片检索-Feature Learning based Deep Supervised Hashing with Pairwise Labels
  3. 所属分类:Graph program

    • 发布日期:2017-05-05
    • 文件大小:6853
    • 提供者:penghauirui
  1. rHAT-master

    0下载:
  2. rHAT: fast alignment of noisy long reads with regional hashing。 这是此篇论文的C++ 实现的算法源代码。——关于生物信息学中long read匹配领域的一个基于哈希的解决算法。运行在linux上,自带参数实现并行处理。 -rHAT: fast alignment of noisy long reads with regional hashing. This is the thesis of this post C++ imple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-05
    • 文件大小:67100
    • 提供者:Dongfang
  1. ArrayListTest

    0下载:
  2. 这是一系列的排序算法,包括哈希算法,插值算法等等。希望对你有帮助。-This is a series of sorting algorithms, including hashing algorithm, interpolation algorithm, and so on. Hope it helps you.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:978
    • 提供者:queen
  1. spectralhashing

    0下载:
  2. Spectral Hashing Y. Weiss, A. Torralba, R. Fergus Advances in Neural Information Processing Systems, 2008
  3. 所属分类:书籍源码

    • 发布日期:2017-12-20
    • 文件大小:15360
    • 提供者:han123
  1. pHash-0.9.4

    0下载:
  2. 图像哈希算法phash的源代码,可用于图像搜索的学习(Image hashing algorithm-phash)
  3. 所属分类:其他

  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. 散列函数

    0下载:
  2. 数据库中的散列法是使用计算值来分配表格数据的方法,它比在整个索引中搜索要好的多。一个哈希散列答应你在数据库表格中存储数据,以便这些行的要害计算的相同值存储在相同的位置。 只有那种数据量超大的数据库才会用到(Hashing in a database is a method of allocating tabular data using computed values, which is much better than searching in the entire index. A has
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:jantc
  1. 识别-感知哈希算法

    0下载:
  2. 文字识别-感知哈希算法-易语言实现源代码(Text recognition - Perceptual Hashing Algorithm - easy language implementation source code)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1313792
    • 提供者:BaoGuo
  1. 20170713_104425252

    0下载:
  2. 感知哈希算法识图,快速找图,找图速度非常非常快。(Perceptual Hashing Algorithm)
  3. 所属分类:外挂编程

    • 发布日期:2017-12-25
    • 文件大小:163840
    • 提供者:红街咖啡
  1. md5

    0下载:
  2. MD5 Message Digest Hashing Library
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:4096
    • 提供者:JasonM
  1. md4

    0下载:
  2. MD4 Message Digest Hashing Library
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:JasonM
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com