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

搜索资源列表

  1. hash

    0下载:
  2. 哈希表设计,源于数据结构题集167页的6.2题,设计题-Hash table design, data structure from the 6.2 title set 167 questions, design questions
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2177
    • 提供者:jacychen
  1. hash

    0下载:
  2. 采用C++构建一个哈希表,包括哈希表操作等,有广泛的应用-Using C++ to build a hash table, including the hash table manipulation, there is a wide range of applications
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:433774
    • 提供者:geo make
  1. STL

    0下载:
  2. 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:195065
    • 提供者:汪柏胜
  1. hash-c

    0下载:
  2. 各种语言的Hash算法都很多,这是用纯C语言定情的Hash算法,不包含任何其他相关的库。 * create_hashtable * hashtable_insert * hashtable_search * hashtable_remove * hashtable_count * hashtable_destroy -Source code for a hash table data structure in C * create_hashtab
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:64850
    • 提供者:龙在渊
  1. Hash

    0下载:
  2. 哈希算法之链式哈希存储结构实现,数据结构-Hash Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1258
    • 提供者:zzl
  1. c-hash

    0下载:
  2. c语言查找字符串的hash算法,几种经典的哈希算法参考-hash algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1130
    • 提供者:chanson
  1. hash

    0下载:
  2. 经典的用哈希表实现的哈希数据存储和查找的算法-The classic hash with the hash table implementation of data storage and search algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:285325
    • 提供者:张波
  1. hash

    0下载:
  2. hash表算法,散列的应用,高效率的存储查找算法-hash table algorithm, the hash of the application, the good
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2379408
    • 提供者:zhangxiaohu
  1. RK

    0下载:
  2. 实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:218279
    • 提供者:chenb
  1. wenjianxitong

    0下载:
  2. 参考教程中HASH文件的构造算法,设计一组HASH文件函数,包括HASH文件创建、打开、关闭、读、写等。 编写一个测试文件,通过记录保存、查找、删除等操作,检查上述HASH文件是否实现相关功能。 -HASH reference tutorial file construction algorithm, design a set of HASH file functions, including HASH file creation, open, close, read, write,
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2905
    • 提供者:pearl
  1. hash

    0下载:
  2. 用hash表统计关键字频度,以及对于hash表的一系列操作,解决冲突的方法-Keyword hash table statistics with frequency, as well as a series of operations for the hash table to resolve the conflict
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3026
    • 提供者:qww
  1. hash

    0下载:
  2. 介绍了哈希表的构建方法和冲突处理的一种办法-Introduced the method of constructing a hash table and a means of conflict management
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:215499
    • 提供者:liuchuanhong
  1. Hash

    0下载:
  2. HASH表 对于快速数据查找,能大大提高效率-HASH table lookup for fast data, can greatly improve efficiency
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2446
    • 提供者:aa
  1. hash

    0下载:
  2. 数据结构实验作业哈希表的建立与操作,有实验报告,上面的源码可通过-hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:50740
    • 提供者:huatengheiyue
  1. hash

    0下载:
  2. Hash table,也叫哈希表,是根据关键码值(Key value)而直接进行访问的数据结构。-Hash table, also called the hash table is based on the key code value (Key value) and direct access to the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2082
    • 提供者:陈夕
  1. hash

    0下载:
  2. 哈希(Hash)函数在中文中有很多译名,有些人根据Hash的英文原意译为“散列函数”或“杂凑函数”,有些人干脆把它音译为“哈希函数”,还有些人根据Hash函数的功能译为“压缩函数”、“消息摘要函数”、“指纹函数”、“单向散列函数”-Hash (Hash) function has many translations in Chinese, some in English under the original Hash translated as " hash function"
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:21109
    • 提供者:finter
  1. HASH(Trie)-

    0下载:
  2. hash trie树 字典树,完整的sdk开发包 具有说明文档-hash trie tree dictionary tree, the complete development kit with documentation sdk
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2093900
    • 提供者:陈勇
  1. tree-hash-table-homework

    1下载:
  2. 纽约大学数据结构课程作业5 树,红黑树,哈希表, 以及一道编程题的原始数据-Data structure course work at New York University 5 trees, red-black trees, hash tables, and a programming question of the original data
  3. 所属分类:Data structs

    • 发布日期:2014-10-28
    • 文件大小:237568
    • 提供者:qianli
  1. hash

    0下载:
  2. 这个是哈希表的设计的cpp文件,用c语言编写的-This is the design of the hash table cpp file, written in c language
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:400050
    • 提供者:amy
  1. Hash

    0下载:
  2. 哈希表 用链地址法解决冲突:(哈希函数是按名字第一个大写字母分的) 输入内容:学生的姓名跟成绩 操作:插入、修改、查找、删除学生;以及输出哈希表-Address hash table with the chain method to solve the conflict: (hash function is based on the name of the first capital letter points) input: the names of students with s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:103320
    • 提供者:许许
« 1 2 34 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com