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

搜索资源列表

  1. haxi-contractt

    0下载:
  2. 针对数据结构哈希表是设计的要求,本源码是自己有vc.6.0编写的源码。使用线性探测处理冲突。整个程序的数据结构为结构体数组,方便查询。-According to data structure hash table is the design requirement and the source of their vc. 6.0 write source. Using linear detection dealing with conflict. The entire program for th
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1265326
    • 提供者:
  1. reverse_hashing

    0下载:
  2. 定义hash函数H=x N,假设用线性搜索来解决collision。算法实现的是根据hash table来重建输入序列。-reconstruct the input sequence according to the given hash table. The hashing function :H(x)=x N,and using linear probing to solve collisions.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:113765
    • 提供者:郭函数
  1. Eight-Digital

    0下载:
  2. 八数码 对任意数字序列重新排序 高级散列函数 MFC基础编程-Eight Digital Reorder the sequence of any number Senior hash function MFC based programming
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:647316
    • 提供者:寻梦
  1. hashsearch

    0下载:
  2. 1、系统应具备的功能: (1)设计哈希函数和哈希表; (2)设计解决冲突的方法; (3)输入一组数据建立哈希表,并实现在哈希表中进行查找。 -1, the system should have the function: (1) design a hash function and hash table (2) design solution to the conflict (3) input data to establish a set of hash tables, a
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1288
    • 提供者:刘洋
  1. kechengsheji

    0下载:
  2. 设计哈希表实现电话号码查询的数据结构系统-Hash table to achieve the design of data structures Enquiry System
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:53691
    • 提供者:mac
  1. DSHashcode

    0下载:
  2. create hash table .search-create hash table .search...
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:518861
    • 提供者:liu
  1. 6

    0下载:
  2. 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define the hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-ha
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:719
    • 提供者:finejade
  1. deatvg

    0下载:
  2. 拉链法 建哈希表 数据结构 拉链法 建哈希表 数据结构-hash table data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1119
    • 提供者:陈程
  1. 09353_aymila_hw6

    0下载:
  2. measure and analyze the performance of hash-tables with linear probing
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:985861
    • 提供者:aymila
  1. 12

    0下载:
  2. 哈希表,用c++语言编写,可操作运行,结果正确-Hash table, using c++ language, operational run, the results are correct
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:538
    • 提供者:jackey
  1. haxibiao_tongxunlu

    0下载:
  2. 自己写的一个哈希表实现的通讯录,是c++课程设计的课题,采用结构体数组实现,用线性探测法解决冲突。源码中还附有注释,适合初学者使用-Write your own implementation of a hash table book, is the c++ program design issues, implementation using an array of structures with linear detection method to resolve conflict. Anno
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:961305
    • 提供者:
  1. hashList

    0下载:
  2. 哈希列表, 哈希列表, 哈希列表,哈希列表!-Hash list, hash lists, hash lists, hash lists, hash lists, hash list!
  3. 所属分类:Data structs

  1. P

    0下载:
  2. 散列表的应用:插队买票,实现两个窗口。可从中改写。-Application of hash table: jump the queue ticket, to achieve two windows. From which to rewrite.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3343
    • 提供者:周凯
  1. hashTable

    0下载:
  2. 数据结构课程设计——链表散列的添加修改和删除。java实现,有图形化用户界面,支持随机数生成链表。-Data Structure Course Design- list of add, modify, and delete the hash. java implementation, a graphical user interface, support for random number generation list.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:150425
    • 提供者:huosen
  1. hasFunction

    0下载:
  2. 含有多个hash算法。包含各种主流的hash函数,都比较简单,种类较多。-Contains several hash algorithms. Hash function includes a variety of mainstream, are relatively simple, type more.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3136
    • 提供者:th
  1. haxibiao

    0下载:
  2. 数据结构中将关键字插入哈希表,创建哈希表并输出哈希表-Keyword data structure will be inserted into a hash table, create a hash table and output the hash table
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:110575
    • 提供者:zhaipei
  1. hashtable

    0下载:
  2. 哈希表的头文件,基本实现了哈希表的重要操作-the headfile of Hash
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:894
    • 提供者:李昊翰
  1. Introduction-to-data-compression

    0下载:
  2. Compression is used just about everywhere. All the images you get on the web are compressed, typically in the JPEG or GIF formats, most modems use compression, HDTV will be compressed using MPEG-2, and several file systems automatically compress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:350820
    • 提供者:Aoshi Hanate
  1. haxichazhao

    0下载:
  2. 实用数据结构基础(第三版),实验,哈希查找-Based the practical data structure (third edition), experiment, hash to search
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2184
    • 提供者:田庚
  1. haxichazhao

    0下载:
  2. 依次输入关键字并建立哈希表,进行关键字查找。如果存在则返回待查元素的位置,否则显示不存在。-Enter keywords and in turn create the hash table, a keyword search. If there are elements of the location of unknown origin is returned, otherwise the show does not exist.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1053
    • 提供者:lianyu
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 25 »
搜珍网 www.dssz.com