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

搜索资源列表

  1. haxi

    0下载:
  2. 哈希表算法实现的C语言源程序,课本上的例子修改而成。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1345
    • 提供者:wu
  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. haxi

    0下载:
  2. 数据结构课程设计 哈希表的创建和实现 c语言源码 文字注解等 适合正在学习数据结构的人士参考学习-Curriculum design data structure hash table creation and the realization of c language source text notes, etc. are learning the data structure suitable for those who study
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:82895
    • 提供者:晴天
  1. haxi

    0下载:
  2. 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the nam
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:974625
    • 提供者:baby无齿
  1. haxi

    0下载:
  2. 设计哈希表实现电话号码查询系统。基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 -Hash table to achieve the design of telephone number inquiry system. Basic requirements: 1, for each
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:955217
    • 提供者:烽火
  1. haxi

    0下载:
  2. 用哈希表实现快速查询工人工资,其中也涉及到处理冲突的方法-use haxi to check works salary
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:875
    • 提供者:chonglangzhe
  1. haxi

    0下载:
  2. 一种有效的哈希算法。。一种有效的哈希算法-a kind of effective hashing algorithm
  3. 所属分类:Other systems

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

    0下载:
  2. 哈希算法,,一次查找要找的数据,,非常有效的查找算法-haxi,,seach the data you want only use one time
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2063
    • 提供者:王曲
  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. haxi

    0下载:
  2. linux内核中使用哈希的例子,利用netfilter抓包然后做成哈希链表-linux kernel hash example, the use netfilter packet capture and then made a hash list
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1651
    • 提供者:张文强
  1. haxi

    0下载:
  2. 哈希表小程序,在数据结构中用于查找数据非常方便。-Hash table applet, in a data structure used to find the data very easily.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1499
    • 提供者:匡阳钰
  1. HAXI-TONGXUNLU

    0下载:
  2. 这是用vc++编写的以哈希算法做的一个通信录,可以添加,查找,体现哈希的算法思想-This is a hash algorithm using vc address book, you can add, find, reflecting the thinking of hash algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:2336
    • 提供者:张周
  1. haxi-(2)

    0下载:
  2. 哈希表的功能实现的,可具有电话功能查找的功能-Hash table functions, can have the phone function to find the function
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:275958
    • 提供者:liubo
  1. haxi

    0下载:
  2. 哈希表的设计与实现。设计哈希表实现电话号码查询系统。基本要求:(1)设每个记录有一列数据项:电话号码、用户名、地址(2)从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表;(3)采用再哈希法解决冲突(4)查找并显示给定电话号码的记录;(5)查找并显示给定用户名的记录(5)在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -Design and Implementation of the hash table. The design of the
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:972216
    • 提供者:小海
  1. hash

    0下载:
  2. 在c语言 或者c++中 实现了哈希散列 哈希函数的实现 -Hash the scattered Lie Haxi function realization
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:5432
    • 提供者:馨悦
  1. adarrts-02tarr

    0下载:
  2. 双数组辞典生成程序源码。运用双数组实现trie算法,对于不定长度共同前前缀查询情况,比哈希方法更为有效。经常用于分词辞典的制作。 可直接使用。 -The dual array thesaurus program source code is generated. The use of double-array trie algorithm for indefinite length common prefix query before, Bi Haxi method is more effe
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:230247
    • 提供者:hxb
  1. hash_link

    0下载:
  2. 哈希表构建查找,hash函数为取余法,处理冲突方法利用链地址法;实现建表,查找,插入,删除等功能;-The chain address Fa Haxi table constructed Find
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:2365
    • 提供者:朱晓建
  1. Dynamic-Array

    0下载:
  2. hash function 哈希算法 经典计算机科学与技术系题目 代码编程常用 算法导论题目提及的-hash function is a very important algorithm in the cs field. it is a function can do hash and haxi correct.
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:5018956
    • 提供者:msfiona
  1. Hash-Function

    0下载:
  2. 哈西算法 实用 hash in algorithm-hash function is a very important algorithm in the cs field. it is a function can do hash and haxi correct.
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:5051267
    • 提供者:msfiona
  1. haxi-code

    0下载:
  2. 这个程序主要是哈希编码的简单实现希望有帮助-The main program is a simple realization of the hope of helping hash coding
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1360
    • 提供者:Chico
« 12 »
搜珍网 www.dssz.com