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

搜索资源列表

  1. APhash.rar

    0下载:
  2. 常用的hash算法APHash,该hash算法可以实现均衡分布,让数据均匀的分布在hash列表中,Commonly used hash algorithms APHash, the hash algorithm can achieve a balanced distribution, so that uniform distribution of data in the hash list
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8861
    • 提供者:梁海金
  1. Rabin-Karp

    0下载:
  2. 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1007419
    • 提供者:linge
  1. Hash_Table

    0下载:
  2. 实现了一个根据关键码值(Key value)而直接进行访问的数据结构,即哈希表-Hash Table
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:965314
    • 提供者:李昂
  1. hash.rar

    0下载:
  2. MFC 哈希表的实现 适合初学者的学习和借鉴,MFC
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1935341
    • 提供者:陆益
  1. Hashmap

    0下载:
  2. hash map 使用范例,帮你更好学习hashmap和C++stl-hash map usage examples to help you better learn the hashmap and C++ stl
  3. 所属分类:STL

    • 发布日期:2017-05-24
    • 文件大小:8180522
    • 提供者:taidongzhe
  1. hashtable

    0下载:
  2. 一个哈希查找算法,用c实现, gcc编译 如果使用vs可能会提示少stdint.h-A hash search algorithm, with c and gcc compiler to achieve, if you are using VS , you may get a "can t find stdint.h",
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4762
    • 提供者:qz
  1. HashM

    0下载:
  2. 用Matlab实现Hash算法下大篇幅文本文件中字符出现的频率的统计!非常精炼!-Hash algorithm used Matlab to achieve great length text file in the frequency character of the statistics! Very refined!
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1633
    • 提供者:邱颖
  1. lshcode.tar

    0下载:
  2. LSH 和e2LSH算法,感觉hash函数不怎么好。-LSH and e2LSH algorithm, hash function is not very good feeling.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:12966
    • 提供者:lc
  1. SM3_cpp

    0下载:
  2. SM3杂凑算法c++实现, 测试字符串abc-The SM3 hash algorithm c++ achieve, test string abc
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:48373
    • 提供者:必须
  1. MurmurHash

    0下载:
  2. mur hash是 Austin Appleby于2008年创立的一种非加密hash算法,适用于基于hash进行查找的场景。murmurhash在多个开源项目中得到应用,包括libstdc、libmemcached、nginx、hadoop等。-MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. It was created by Austin Appleby in 200
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4807
    • 提供者:garheeli
  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. 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. CODE_UPLOAD136021102001

    0下载:
  2. 找出输入txt文件中出现的不同词汇,统计各词数目并按数目排序。使用hash表提高新词插入词表速度。-Txt file to find enter appear in a different vocabulary, the number of statistics in accordance with the number of words to sort. Use hash table to insert new words to improve the speed of the word ta
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3957
    • 提供者:limiaoji
  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. haxi

    0下载:
  2. 数据结构课程设计(严蔚敏c版) 哈希表学生管理系统-Data Structure Course Design (YAN Wei-Min c version) hash table management system for students
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3982
    • 提供者:
  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. Hash_in_C++

    0下载:
  2. 一些Hash算法的C++实现,可作为应用的参考。-Some Hash algorithm C++ Realized, the application can be used as reference.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2470
    • 提供者:yuvmen
  1. ds

    0下载:
  2. 数据结构的C语言实现,包括链表,堆栈,队列,哈希表,二叉树,其中哈希表经过实践可实现1秒查询100万次-Data structure of the C language, including the list, stack, queue, hash table, tree, hash table which can be achieved through practice one seconds query one million times
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11865
    • 提供者:赖泽天
  1. LZW_5060309818

    0下载:
  2. 著名的LZW压缩和解压的C++实现,通过hash出来的动态字典可对文本或图片进行压缩和解压,有不错的压缩比。-Well-known LZW compression and decompression of the C++ Achieve, through the dynamic dictionary hash out of text or picture compression and decompression, a good compression ratio.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:103534
    • 提供者:程序员
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com