CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - hash
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 - List
[
Windows Develop
]
C++hash
DL : 0
数据结构算法中关于哈希的经典算法的C++实现-data structure hash algorithm on a classical algorithm in C + +
Date
: 2008-10-13
Size
: 13.27kb
User
:
罗一
[
Windows Develop
]
hash
DL : 0
利用hash表转换拼音到汉字,通过建立hash表,将汉语和拼音建立联系,然后调用此hash表,来翻译要翻译的文件
Date
: 2008-10-13
Size
: 1.47kb
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-30
Size
: 16kb
User
:
王飞
[
Windows Develop
]
GeneralHashFunctions_-_C
DL : 0
8种CRC的C++ hash算法,可以供需要寻找hash算法的人使用! 广泛应用于包括路由/纠错等领域中!-eight CRC C hash algorithm, for it needs to find the hash algorithm to use! Widely used include routing/correction fields!
Date
: 2025-12-30
Size
: 3kb
User
:
张宾
[
Windows Develop
]
hashbobo
DL : 0
适用于文件加解密求文件的hash值用来测试-increases apply to documents declassified documents for the hash value for testing
Date
: 2025-12-30
Size
: 8kb
User
:
芯秀海
[
Windows Develop
]
C++hash
DL : 0
数据结构算法中关于哈希的经典算法的C++实现-data structure hash algorithm on a classical algorithm in C++
Date
: 2025-12-30
Size
: 13kb
User
:
罗一
[
Windows Develop
]
Demo
DL : 0
The demo is a simple console application that tests that the various hash tables work, illustrating things such as... ...how to reuse the generic hasher classes for other Key types. ...how to use another HashTable as Collection. ...tow to use your own, customized, template parameters. Check its source to find out more.
Date
: 2025-12-30
Size
: 14kb
User
:
ncu
[
Windows Develop
]
shs2
DL : 0
SECURE HASH STANDARD (SHS)使用160-bit SHA 散列算法,主要用于数字签名 DSA-SECURE HASH STANDARD (SHS) using 160-bit SHA hash algorithm, mainly used for digital signature DSA
Date
: 2025-12-30
Size
: 14kb
User
:
zxang
[
Windows Develop
]
hash
DL : 0
利用hash表转换拼音到汉字,通过建立hash表,将汉语和拼音建立联系,然后调用此hash表,来翻译要翻译的文件-The use of hash table convert Pinyin to Chinese characters, through the establishment of hash tables, will be in Chinese and Pinyin establish contacts, and then call this hash table to translate the document to be translated
Date
: 2025-12-30
Size
: 1kb
User
:
马军
[
Windows Develop
]
hash
DL : 0
一个哈希统计的小程序,有点简陋的,凑活看下-A hash of the small statistical procedures, a bit shabby, live together facie
Date
: 2025-12-30
Size
: 3kb
User
:
guojiang
[
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-30
Size
: 1.79mb
User
:
胡胜先
[
Windows Develop
]
hash
DL : 0
针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过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.
Date
: 2025-12-30
Size
: 46kb
User
:
baby无齿
[
Windows Develop
]
renju
DL : 0
VC++开发的五子棋游戏源代码,利用PVS+历史启发+HASH构造的博弈树,效率还不错,,新人学习不错的资料-The VC++ development s gobang chess game source code, inspires the+HASH structure using the PVS+ history the game tree, the efficiency is also good, the new person studies the good material
Date
: 2025-12-30
Size
: 40kb
User
:
张强
[
Windows Develop
]
hash
DL : 0
对人名建立哈希表,并且进行查询,包括输入人名,查找是否成功等信息。-this is the example of hash table.it prove the hash saves room.
Date
: 2025-12-30
Size
: 1.35mb
User
:
哈哈哈
[
Windows Develop
]
Hash
DL : 0
this is a very good hash code.
Date
: 2025-12-30
Size
: 11kb
User
:
qing
[
Windows Develop
]
hash
DL : 0
哈希表的设计,可以设计通过建立哈希表实现快速查找-it s a hash design program,and it can check quickly through hash
Date
: 2025-12-30
Size
: 2kb
User
:
江小莲
[
Windows Develop
]
Hash
DL : 0
Creating hash of md5, md4, md2 and other hashes!
Date
: 2025-12-30
Size
: 118kb
User
:
AleX
[
Windows Develop
]
hash
DL : 0
Use Hash table for c/c++ ohter platform.
Date
: 2025-12-30
Size
: 10kb
User
:
2faust
[
Windows Develop
]
hash
DL : 0
哈希表(散列)的应用 注释说明较为详细 语言:C++(The application of a hash table (hash) Note in detail)
Date
: 2025-12-30
Size
: 1kb
User
:
zhangwenyuan
[
Windows Develop
]
hash
DL : 0
整合了各种常用的hash算法,用c语言编写(Integration of a variety of commonly used hash algorithm, using C language)
Date
: 2025-12-30
Size
: 2kb
User
:
S.P.
«
1
2
3
4
5
6
7
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.