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

搜索资源列表

  1. CSH_code_v2

    0下载:
  2. 相关敏感散列,使用matlab编程,简单易调试-Connection Sensitive Hash
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:2745896
    • 提供者:赵中武
  1. visual

    0下载:
  2. visual cryptography & hash funcction for data and image files
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:2037
    • 提供者:Prashant
  1. numerical-recipe-code3

    0下载:
  2. 剑桥数据库源代码,包括fourier、fred_singular、hash算法等-Cambridge database source code, including Fourier fred_singular hash algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:19379
    • 提供者:sherry
  1. quickHash

    0下载:
  2. 几大最经典算法之快速hash算法的具体实现过程,同时包括了测试的代码-Most classic algorithm hash algorithm specific implementation process, including test code
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:2389
    • 提供者:韩晋
  1. simhash.tar

    0下载:
  2. 基于BKDR的字符串hash算法 & SimHash算法-Based BKDR string hash algorithm and SimHash algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:2087
    • 提供者:fengyang
  1. sha

    0下载:
  2. In cryptography, SHA-1 is a cryptographic hash function designed by the United States National Security Agency and published by the United States NIST as a U.S. Federal Information Processing Standard. SHA stands for "secure hash algorithm".
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:1938
    • 提供者:aida
  1. klsh_code

    0下载:
  2. 采用了局部敏感哈希函数,对相似的向量投影得到相识的位置-Using a local sensitive hash function for a similar position vector projection to get acquainted
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:4261
    • 提供者:张亚军
  1. project

    0下载:
  2. 数据结构课程设计。基于多种查询策略的航班信息管理系统。实现一个航班信息管理系统,能对已有的航班信息文件进行管理,具体包括航班信息的查询、增加、删除等,其中查询的实现要分别基于线性表、二叉排序树、哈希表三种策略。-Data structure curriculum design. Query strategy based on a variety of flight information management system. Achieve a flight information manage
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:5700910
    • 提供者:wang
  1. hash_ceil

    0下载:
  2. conway细胞演化模型的哈希表实现 借鉴SGI STL的hash_table实现简易通用哈希表 -conway cell evolution model reference SGI STL hash table to achieve the realization of simple universal hash table hash_table
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:301433
    • 提供者:玉涵
  1. suanfa

    0下载:
  2. 这是综合算法设计的实验,包括了冒泡排序,哈希排序,插入排序,基数排序等十种排序的实验-This is an integrated algorithm design of experiments, including a bubble sort, hash sort, insertion sort, radix sort and ten other sort of experiment
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:135408
    • 提供者:吴钟彬
  1. closeHashTable

    0下载:
  2. Visual Studio 2008下运行成功 实现闭散列表的类的编写 数据结构-Running under Visual Studio 2008 successfully closed the preparation of the hash table data structure class
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:528607
    • 提供者:李依宁
  1. openHashTable

    0下载:
  2. Visual Studio 2008下运行成功 开闭散列表的类 数据结构-Run successfully under Visual Studio 2008 opening and closing of the hash table class data structure
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:516273
    • 提供者:李依宁
  1. search

    0下载:
  2. 有关数据结构查找的一些讲解,包括二叉树查找,B+树、B-树查找,哈希算法等内容。-Find some of the relevant data structure to explain, including the binary search, B+ tree, B-tree search, hash algorithms and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:360553
    • 提供者:shuai
  1. fasm_packer

    0下载:
  2. Simple packer, the loader is written in assembly (FASM) and the builder in Delphi. For the technical part, this packer is good for: - A non dependent code of its address with the delta offset - Load API by hash - Research in Export Ad
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:232157
    • 提供者:Lord Noteworthy
  1. Hotname

    0下载:
  2. 数据结构采用的是独立链法。用一个maxtimes和maxname实时跟新最大次数及对应的名字。使用了一个 hash函数: hash = hash * 131 + (int)name[j] int serial = hash 10007 (先要卷乘131,然后将得到的结果模一个和10000相近的素数,采用10007)(网络上的现成的算法)。然后生成一个链表,链表由节点组成,节点里面装入姓名和出现的次数;如果出现次数为0,则新建节点,否则在原节点操作(出现冲突时要下拉节点)。-The data st
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1051
    • 提供者:周嘉莉
  1. Chained-HashTable_Public_Interface

    0下载:
  2. < Mastering Algorithms with C>>链式哈希表的公共接口实现,所需的包含文件请下载本人的Singly-linked list公共接口-chained-hash table public interface for<<Mastering Algorithms with C>>,include files needed are available within my download-area
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1370
    • 提供者:xushihao
  1. conway

    0下载:
  2. Conway宇宙模型演化模型,解决细胞分化过程,用的hash数组带删除节点回收以及头尾相连的循环链表。-Conway model of the universe evolution model to solve the cell differentiation process, using hash array delete nodes recovered with head and tail attached circular list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:435663
    • 提供者:Toby
  1. uHashList

    0下载:
  2. delphi7中没有好用的哈希表,此源码使用delphi实现的哈希表的单元文件,-delphi implementation of the hash table unit files
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1195
    • 提供者:陆贵涛
  1. Hash_MFC

    0下载:
  2. 哈希表的实现,mfc可视化编程实现,学习数据结构-Hash table implementation, mfc visual programming, learning data structures
  3. 所属分类:Algorithm

    • 发布日期:2017-06-15
    • 文件大小:23782644
    • 提供者:秦程序
  1. hashtable

    0下载:
  2. 哈希表函数,纯C语言编写的哈希表计算函数-Hash table functions, written in pure C language function to calculate the hash table
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:894
    • 提供者:钱找人
« 1 2 ... 16 17 18 19 20 2122 23 24 25 »
搜珍网 www.dssz.com