Welcome![Sign In][Sign Up]
Location:
Search - haxi

Search list

[Other resourcehaxi

Description: 哈希表算法实现的C语言源程序,课本上的例子修改而成。
Platform: | Size: 1345 | Author: wu | Hits:

[Data structshaxi

Description: 哈希表算法实现的C语言源程序,课本上的例子修改而成。-Hash table algorithm realize the C language source program, textbook examples of modifications made.
Platform: | Size: 1024 | Author: wu | Hits:

[Data structshaxi

Description: 数据结构课程设计(严蔚敏c版) 哈希表学生管理系统-Data Structure Course Design (YAN Wei-Min c version) hash table management system for students
Platform: | Size: 4096 | Author: | Hits:

[Embeded Linuxhaxi

Description: 数据结构课程设计 哈希表的创建和实现 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
Platform: | Size: 82944 | Author: 晴天 | Hits:

[Windows Develophaxi

Description: 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过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 names of 30, the average search length is 2. Hash table with the exception of law to stay more than a few structures, pseudo-random detection by law to deal with conflict in the hash.
Platform: | Size: 974848 | Author: baby无齿 | Hits:

[ADO-ODBChaxi

Description: 设计哈希表实现电话号码查询系统。基本要求: 1、设每个记录有下列数据项:电话号码、用户名、地址; 2、从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表; 3、采用再哈希法解决冲突; 4、查找并显示给定电话号码的记录; 5、查找并显示给定用户名的记录。 -Hash table to achieve the design of telephone number inquiry system. Basic requirements: 1, for each record the following items: telephone number, user name, address 2, from the keyboard input of the records, respectively, phone number and user name to establish Hashtable keywords 3, the use of re-Kazakhstan Greek settlement of the conflict law 4, to find and display the telephone number of a given record 5, find and display a given user name records.
Platform: | Size: 955392 | Author: 烽火 | Hits:

[Otherhaxi

Description: 用哈希表实现快速查询工人工资,其中也涉及到处理冲突的方法-use haxi to check works salary
Platform: | Size: 1024 | Author: chonglangzhe | Hits:

[Otherhaxi

Description: 一种有效的哈希算法。。一种有效的哈希算法-a kind of effective hashing algorithm
Platform: | Size: 1024 | Author: 李雪 | Hits:

[Data structshash

Description: 哈希算法,,一次查找要找的数据,,非常有效的查找算法-haxi,,seach the data you want only use one time
Platform: | Size: 2048 | Author: 王曲 | Hits:

[Data structshaxi-contractt

Description: 针对数据结构哈希表是设计的要求,本源码是自己有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 the data structure, convenient inquires structures array.
Platform: | Size: 1265664 | Author: | Hits:

[Linux-Unixhaxi

Description: linux内核中使用哈希的例子,利用netfilter抓包然后做成哈希链表-linux kernel hash example, the use netfilter packet capture and then made a hash list
Platform: | Size: 2048 | Author: 张文强 | Hits:

[Data structshaxi

Description: 哈希表小程序,在数据结构中用于查找数据非常方便。-Hash table applet, in a data structure used to find the data very easily.
Platform: | Size: 1024 | Author: 匡阳钰 | Hits:

[Data structsHAXI-TONGXUNLU

Description: 这是用vc++编写的以哈希算法做的一个通信录,可以添加,查找,体现哈希的算法思想-This is a hash algorithm using vc address book, you can add, find, reflecting the thinking of hash algorithm
Platform: | Size: 2048 | Author: 张周 | Hits:

[Data structshaxi-(2)

Description: 哈希表的功能实现的,可具有电话功能查找的功能-Hash table functions, can have the phone function to find the function
Platform: | Size: 275456 | Author: liubo | Hits:

[Otherhaxi

Description: 哈希表的设计与实现。设计哈希表实现电话号码查询系统。基本要求:(1)设每个记录有一列数据项:电话号码、用户名、地址(2)从键盘输入各记录,分别以电话号码和用户名为关键字建立哈希表;(3)采用再哈希法解决冲突(4)查找并显示给定电话号码的记录;(5)查找并显示给定用户名的记录(5)在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法(至少两种),考察平均查找长度的变化。 -Design and Implementation of the hash table. The design of the hash table telephone number inquiry system. Basic requirements: (1) set each record has a data item: telephone number, user name, address (2) from the keyboard to enter each record, phone number and user name keyword, the hash table (3) re-hash method to resolve the conflict (4) Find and show it to set the phone number of record (5) to find and display to the given user name records (5) in the hash function to determine the premise, try a variety of different types of conflict method (at least two) investigated the changes of the average search length.
Platform: | Size: 971776 | Author: 小海 | Hits:

[File Formathash

Description: 在c语言 或者c++中 实现了哈希散列 哈希函数的实现 -Hash the scattered Lie Haxi function realization
Platform: | Size: 5120 | Author: 馨悦 | Hits:

[Windows Developadarrts-02tarr

Description: 双数组辞典生成程序源码。运用双数组实现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 effective. Often used for sub-word dictionary making. Can be used directly.
Platform: | Size: 230400 | Author: hxb | Hits:

[Data structshash_link

Description: 哈希表构建查找,hash函数为取余法,处理冲突方法利用链地址法;实现建表,查找,插入,删除等功能;-The chain address Fa Haxi table constructed Find
Platform: | Size: 2048 | Author: 朱晓建 | Hits:

[Software EngineeringDynamic-Array

Description: hash function 哈希算法 经典计算机科学与技术系题目 代码编程常用 算法导论题目提及的-hash function is a very important algorithm in the cs field. it is a function can do hash and haxi correct.
Platform: | Size: 5018624 | Author: msfiona | Hits:

[Software EngineeringHash-Function

Description: 哈西算法 实用 hash in algorithm-hash function is a very important algorithm in the cs field. it is a function can do hash and haxi correct.
Platform: | Size: 5051392 | Author: msfiona | Hits:
« 12 »

CodeBus www.codebus.net