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

搜索资源列表

  1. hash

    0下载:
  2. 哈希表查找基本代码 用线性探测再散列解决冲突-Hash table to find the basic code with linear probing hash and then resolve the conflict
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:749
    • 提供者:刘鑫
  1. Hash

    0下载:
  2. 很不错关于哈希表的编程,有助于你在数据结构的理解,希望可以帮助你-Very good programming on the hash table to help you in your understanding of data structures, I hope you can help
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:315841
    • 提供者:liyan
  1. sudoku_dfs_solve_games

    0下载:
  2. 数独解题方法的一种,用深度优先搜索。代码中候选数的表示用到了离散数学的知识。hash表的应用。大量宏的应用。-The code provde a way to solve sudoku puzzle using DFS algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1876
    • 提供者:kongwu
  1. HASH_operation

    0下载:
  2. 实现银行数据库编程中跟hash表有关的各种操作,可以直接拿来用作模板。-The bank database programming in various operations associated with the hash table, can be directly used as a template.
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-11-16
    • 文件大小:3972
    • 提供者:lion
  1. 4

    0下载:
  2. Hash表应用 任务 :设计散列表实现电话号码查找系统。 基本要求: 1) 设每个记录有下列数据项:电话号码、用户名、地址; 2) 从键盘或文件输入各记录,不少于30个,以电话号码为关键字建立散列表; 3) 采用开放定址的方法解决冲突; 4) 查找并显示给定电话号码的记录; -Hash Table Application task: design hashtable phone number lookup system. Basic requirements: 1
  3. 所属分类:Data structs

    • 发布日期:2017-11-04
    • 文件大小:1773271
    • 提供者:一一
  1. hash

    0下载:
  2. 哈希表的构建,信息的插入,信息的查询,信息的删除,信息的查询-A hash table build, the insertion of information, the information query, information deleted, information query
  3. 所属分类:assembly language

    • 发布日期:2017-11-28
    • 文件大小:2174
    • 提供者:郭宇
  1. hash

    0下载:
  2. 统计英文文章中关键词出现的次数,输出并记录关键词,利用哈希表-Statistics English articles in the number of key words, the output and record keywords using a hash table
  3. 所属分类:assembly language

    • 发布日期:2017-12-01
    • 文件大小:1232
    • 提供者:魏申鹏
  1. Main

    0下载:
  2. 这是hash函数,用于管理学生信息的一个hash表-This is a hash function for a hash table to manage student information
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-30
    • 文件大小:3434
    • 提供者:chenhui
  1. hash

    0下载:
  2. 开放定址法用于哈希表查找,hash函数为取余法,处理冲突方法用线性探测法;实现建表,查找,插入,删除等功能; 一般空记录的关键字标识NULLKEY。删除时在待删记录所在单元做一个标记,记做DELKEY -Open addressing method for hash table lookup
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:2641
    • 提供者:朱晓建
  1. hash

    0下载:
  2. 哈希表查找长度,哈希函数的设置,显示哈希函数-Find the length of the hash table
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:1830
    • 提供者:吴钦彬
  1. hashsearch

    0下载:
  2. 用C实现的一个Hash查找算法,包括hash表的创建、删除、节点的查找等基本操作,可用于unsigned char数组做为输入去生成unsigned long long的key值。这个也可以根据自己的需要修改,如用于char数组作为输入去生成unsinged long的key值等。-The basic operation of the C implementation of a Hash search algorithm, including the creation of the hash t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:5584
    • 提供者:燕子
  1. Hash-table

    0下载:
  2. 哈希表的建立和查找:使用哈希表表示全国各个省份,并进行查找。-The establishment of the hash table and Find: Use hash table to represent the various provinces of the country, and to find.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:6428
    • 提供者:宋芳芳
  1. hash-table

    0下载:
  2. C/C++数据结构中的重要算法哈希表的实现源代码-The source code to realize the Hash table ,an important algorithm based on C/C++ the data structure
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:39612
    • 提供者:礼雪寻梅
  1. linux_test

    0下载:
  2. 实现了按IP地址进行hash表存储及快速查询功能-By IP address hash table storage and fast query function
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:9081
    • 提供者:朱庆昌
  1. CWSSFenci

    0下载:
  2. java基于字典的分词,字典存储结构采用Hash表,并和Lucene的token流接口相结合,可以再lucene中使用-Hash tables java dictionary-based segmentation, dictionary storage structure and lucene in use and Lucene token stream interface combined
  3. 所属分类:Java Develop

    • 发布日期:2017-11-15
    • 文件大小:2566913
    • 提供者:钟锋
  1. yy

    0下载:
  2. 编写一个程序,首先建立两个集合,然后计算这两个集合的交集,并集以及差集最后输出结果。用链表实现集合的表示! 另外,我用了一个hash表来对其中一个集合进行存储,以方便查找-. Write a program to first build two sets, then compute the intersection of the two collections, and set, difference set and the output results. The representatio
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1047
    • 提供者:yejunjian
  1. hash

    0下载:
  2. 数据结构 哈希表 二次再散列解决冲突,C-Data structure hash table secondary hash resolve conflicts, C++
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:1115
    • 提供者:roysin
  1. HashString

    0下载:
  2. 程序简单的实现了hash表的构建与查找,可以作为一个类在其他文件中调用。其中用的算法是MPQ中用的hash算法,最大可能的避免了冲突。-Program simple hash table and find, you can call as a class in the other documents. Algorithm hash algorithm used in the MPQ, the maximum possible to avoid conflict.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-21
    • 文件大小:1460
    • 提供者:lining
  1. hash

    0下载:
  2. 用visual c++写的一个哈希表的算法,体现了哈希表查找的优点-With Visual c++ write a hash table algorithm, reflecting the advantages of hash table lookup
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:1089325
    • 提供者:姚世奇
  1. 1

    0下载:
  2. Hash表设计与实现 原代码地址:http://blog.csdn.net/neustar1/article/details/7502335-Hash table Design and Implementation of the original code address: http://blog.csdn.net/neustar1/article/details/7502335
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-04
    • 文件大小:1937
    • 提供者:cai
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 29 »
搜珍网 www.dssz.com