搜索资源列表
JumpQueue
- 对买票插队现象的一个数学上的分析,假设由一个人又很多朋友的情况,利用了哈希表.-queue to buy a phenomenon of mathematical analysis, the assumption that people from a lot of friends, use of the hash table.
jeromel
- 利用Hash技术统计单词的频度。扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的频度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41 -use statistical word frequency. Scanning a C source files, using the hash table storage procedures of the keyword s
108108
- 也就是说,您可以将类似Java哈希表这样的复杂类型作为一个参数进行传递。而在目前的RPC系统中,您只能依靠客户机将此类对象分解成基本数据类型,-other words, you can hash table similar to Java such a complex type as a parameter transmission. And the current RPC system, you can only rely on the client will be decomposed in
109
- 也就是说,您可以将类似Java哈希表这样的复杂类型作为一个参数进行传递。而在目前的RPC系统中,您只能依靠客户机将此类对象分解成基本数据类型,-other words, you can hash table similar to Java such a complex type as a parameter transmission. And the current RPC system, you can only rely on the client will be decomposed in
RoleRight
- 这是关于哈希表的Java源代码,有兴趣的朋友可以-This the hash table on the Java source code, interested friends can s
11912918hash.c++
- Hash.h 此类简单实现了一个hash表的功能,基本描述了哈西表的功能 -Hash.h simple to achieve such a hash table functions, the basic descr iption of the hash function
hash__table
- 一个关于哈希表的例子,里面有哈希表的几点重要的介绍-a hash table for example, a hash table inside Several important introductory
mee
- 能很好解决排序、皇后、哈希表问题,适合学生课程设计等等方面-can properly resolve scheduling, Queen's, hash table, suitable for students of curriculum design, etc.
sanliebiao
- 散列表又叫哈希表,它是通过哈希函数来确定数据元素存放位置的一种特殊表结构。程序实现对指定文本文件中的单词进行检索,并可得哈希值-hashtable known as hash table, it is through the hash function to determine the location of data elements stored in a special table structure. Program of the DOE document, the text word
fig23_26
- c#写的hash table-write c # hash table
哈希表
- 哈希表讲义 -Hash Table lectures Hash Table lectures
HASH123
- 计算机科班学生的HASH表源程序-computer classes students source of the hash table
datastruct
- 安全数组 普通链表 哈希表 二叉搜索树 AVL树 集合类 通用自动机 所有类均使用模板编写,并不特定于 Windows 平台,只要有 C++ 编译程序的操作平台都可使用。-security array ordinary Chain Hash Table 2 forks search tree AVL Tree collections Universal Automatic machine is used in all types of template preparation, is not s
haxibiao
- 数据结构 哈希表应用-data structure Hash Table Application
p3
- hash表的排序-hash table ranking
HashTable_Src
- Hash Table Source Code
程序设计:哈希表的一个应用
- 程序设计:哈希表的一个应用-Program Design : Hash Table 1 Application
TryHashMap
- 哈希表映射程序!学会哈希表的简单应用功能!-Hash Table mapping procedures! Hash Table Institute of simple applications!
哈西表的建立与查询
- 用户输入用户周围较熟悉的30个人的姓名,用汉语拼音的形式,并且人名的长度均不超过19个字符。显示哈希表中的信息时,按照哈希表的长度,从下标1开始一直到哈希表的长度逐个显示希表中节点的信息,包括下标,即地址,学生姓名,学生姓名所对应键值的大小和查找所需要的长度;显示查找哈希表中的信息时,显示每次查找到的下标所对应的所有信息,即下标,即地址,学生姓名,学生姓名所对应键值的大小和查找所需要的长度。-user input users around the more familiar names of t
哈希表的一个应用
- 数据结构——哈希表的一个应用算法实现源程序代码,多多指教。-data structure -- Hash Table 1 algorithm application source code, the exhibitions.