CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - hash function
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - hash function - List
[
Windows Develop
]
datast
DL : 0
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE: array.h :secure array,linkedlist.h:common table, dclinkedlist:dual cycle linkedlist, hashtable.h:hash table binstree.h:binary search tree, avltree.h: AVL tree, if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
Date
: 2008-10-13
Size
: 16.37kb
User
:
王飞
[
Windows Develop
]
datast
DL : 0
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE: array.h :secure array,linkedlist.h:common table, dclinkedlist:dual cycle linkedlist, hashtable.h:hash table binstree.h:binary search tree, avltree.h: AVL tree, if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
Date
: 2025-12-16
Size
: 16kb
User
:
王飞
[
Windows Develop
]
xueye
DL : 0
利用散列函数和哈希表建立一个鞋业管理系统。实现添加货物、浏览货物、查找货物、修改货物、删除货物。并且在屏幕上输出相应结果。 本程序用Visual Basic 6.0编写,共分7个模块frmMain(主窗口模块)、frmNew(新建物品窗口模块)、frmuserlook(浏览数据窗口模块)、frmsearch(查找窗口模块)、frmamend(修改窗口模块)、frmdel(删除窗口模块)和all (数据声名模块)。实现添加货物、浏览货物、查找货物、修改货物、删除货物的功能。 -The use of hash function and hash table to establish a management system for the footwear industry. Add realize goods, browse the goods, to locate the goods, modify the goods, the deletion of the goods. And output on the screen corresponding results. This procedure prepared using Visual Basic 6.0, consists of seven module frmMain (main window module), frmNew (new items window module), frmuserlook (browser window data module), frmsearch (Find window module), frmamend (modified window module), frmdel (delete window module) and all (the data module name). Add realize goods, browse the goods, to locate the goods, modify the goods, cargo delete function.
Date
: 2025-12-16
Size
: 99kb
User
:
彭枝考
[
Windows Develop
]
poj1077
DL : 0
poj1077源代码,经典宽搜问题,构造散列函数比较复杂-poj1077 source code, a classic wide-search problems, structure complex hash function
Date
: 2025-12-16
Size
: 226kb
User
:
[
Windows Develop
]
cbb_hashv1.0
DL : 0
hash功能的实现,hash就是散列,把关键字分配到到不同的地方-realize hash function, hash is the hash, the keywords assigned to go to different places
Date
: 2025-12-16
Size
: 5kb
User
:
vanlink1
[
Windows Develop
]
Hashtable
DL : 0
跟据全年级学生的姓名,构造一个散列表,选择适当的散列函数和解决碰撞的方法,实现插入、删除和查找算法,统计碰撞发生的次数-With the whole school year, according to the names of students, to construct a hash table, select the appropriate hash function and resolve the collision method, the realization of insert, delete, and search algorithm, statistical frequency of collisions occurred
Date
: 2025-12-16
Size
: 365kb
User
:
陈济恺
[
Windows Develop
]
hashTable
DL : 0
问题描述: 针对我班的人名设计一个杂凑表,数据表的长度为40~80个记录;分析平均查找长度,完成相应的建表和查表程序,设计直观的界面显示杂凑表的内容。 基本要求: 人名用汉语拼音表示,例如“陈燮霞”表示为“chen xiexia”。人名的长度不超过19个字符。字符的取码方法可直接利用C语言中的toascii函数。 -Problem Description: For the names of my class to design a hash table, data table length of 40 ~ 80 records analysis of average search length, the completion of the corresponding table and look-up table construction procedures, design intuitive interface shows the contents of hash table. Basic requirements: that the names used for the Chinese Phonetic Alphabet, for example, Chen Xia, expressed as chen xiexia . The length of names of persons not more than 19 characters. Character check code method can be directly used by C language toascii function.
Date
: 2025-12-16
Size
: 3kb
User
:
LeeDaHae
[
Windows Develop
]
Hash
DL : 0
用MFC实现的Hash表,创建一个Hash函数,根据此函数把数对应存放在内存中!若有碰撞,则存在下个位子! -MFC achieved using Hash Table to create a Hash function, based on this function corresponds to the number stored in memory! If collision, then there is the next seat!
Date
: 2025-12-16
Size
: 1.79mb
User
:
胡胜先
[
Windows Develop
]
HASH
DL : 0
按照一定顺序建立散链表,功能是查找元素是否在其中-According to the order of the establishment of casual list, whether the function is to find the element in which the
Date
: 2025-12-16
Size
: 1kb
User
:
涂亦凡
[
Windows Develop
]
find
DL : 0
哈希表的设计 [问题描述] 真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。 [基本要求] 假设人名为中国人姓名的汉语拼音形式,待填入的哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数方法构造,用伪随机探测再散列处理冲突。 -Hash table design [description of the problem] really right in your collective (such as in your class) in the design of a hash table of names, bringing the average search length of less than R, the completion of construction of the corresponding tables and look-up table procedures. [Basic requirements] assumed the names of people known as the Chinese pinyin form, fill in the hash table to be a total of 30 names, taking the average search length of the upper limit of 2. Hash function with the addition of more than a few ways to stay construction, using pseudo-random probing re-hashing to resolve disputes.
Date
: 2025-12-16
Size
: 113kb
User
:
艾萌
[
Windows Develop
]
md5
DL : 0
MD5杂凑函数128bits vc6.0编译通过-MD5 hash function vc6.0 compile
Date
: 2025-12-16
Size
: 2kb
User
:
children
[
Windows Develop
]
hash
DL : 0
有关hash函数的源代码,包括搜索,插入,打印功能-Hash function on the source code, including search, insert, printing
Date
: 2025-12-16
Size
: 1kb
User
:
xujian
[
Windows Develop
]
phone-number-query-system
DL : 0
在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法-In the hash function sure, under the premise of try all kinds of different types of dealing with conflict method
Date
: 2025-12-16
Size
: 2kb
User
:
陈磊
[
Windows Develop
]
Hash-table-
DL : 0
** public domain code by Jerry Coffin, with improvements by HenkJan Wolthuis. ** Tested with Visual C 1.0 and Borland C 3.1. ** Compiles without warnings, and seems like it should be pretty ** portable. */ /* ** These are used in freeing a table. Perhaps I should code up ** something a little less grungy, but it works, so what the heck. */ static void (*function)(void *) = (void (*)(void *))NULL static hash_table *the_table = NULL /* Initialize the hash_table to the size asked for. Allocates space ** for the correct number of pointers and sets them to NULL. if it ** can t allocate sufficient memory, signals error by setting the size ** of the table to 0. -** public domain code by Jerry Coffin, with improvements by HenkJan Wolthuis. ** ** Tested with Visual C 1.0 and Borland C 3.1. ** Compiles without warnings, and seems like it should be pretty ** portable. */ /* ** These are used in freeing a table. Perhaps I should code up ** something a little less grungy, but it works, so what the heck. */ static void (*function)(void *) = (void (*)(void *))NULL static hash_table *the_table = NULL /* Initialize the hash_table to the size asked for. Allocates space ** for the correct number of pointers and sets them to NULL. if it ** can t allocate sufficient memory, signals error by setting the size ** of the table to 0.
Date
: 2025-12-16
Size
: 3kb
User
:
ahmadfatemi
[
Windows Develop
]
Ahanyupinyinc
DL : 0
实现两个中文词组按拼音排序的功能,也可以用于查找汉字的拼音。效率较高,,直接采用哈希表数组存储,程序运行时不需要建立哈希表,直接可索引快速查找 -The two Chinese phrases can also be used to find Chinese characters pinyin phonetic sort function. Efficient hash table array storage, need to create a hash table when the program runs, the direct index to quickly find
Date
: 2025-12-16
Size
: 102kb
User
:
liming
[
Windows Develop
]
phone-number-query-system
DL : 0
在哈希函数确定的前提下,尝试各种不同类型处理冲突的方法-In the hash function sure, under the premise of try all kinds of different types of dealing with conflict method
Date
: 2025-12-16
Size
: 2kb
User
:
ymarki
[
Windows Develop
]
hash
DL : 0
A hash function is any function that can be used to map digital data of arbitrary size to digital data of fixed size.
Date
: 2025-12-16
Size
: 6kb
User
:
wu
[
Windows Develop
]
mi
DL : 0
易语言程序加密处理器源码例程程序调用API函数,实现对EXE程序和DLL程序分别进行哈希加密和位异或加密。 -Easy language program encryption processor source routine procedure call API function, to achieve the EXE program and the DLL program were encrypted hash and bit XOR encryption.
Date
: 2025-12-16
Size
: 4kb
User
:
zh625
[
Windows Develop
]
ha
DL : 0
实现的功能是哈希表的相关操作程序,及对哈希表的处理(The implemented function is the related operating program of the hash table, and the processing of the hash table)
Date
: 2025-12-16
Size
: 1kb
User
:
***完美
[
Windows Develop
]
HashMap-master
DL : 0
Create Hash map and Hash function
Date
: 2025-12-16
Size
: 9kb
User
:
jin2018
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.