Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - hash
Search - hash - List
哈希表的一个应用 ,非常实用的-Hash Table 1 of the application Hash Table 1 applications, a very practical
Date : 2008-10-13 Size : 4.35kb User : 巍巍

哈希表的设计,内容详细。非常实用不看后悔哦-Hash Table design, detailed. Oh, very practical Bukanhouhui
Date : 2008-10-13 Size : 4.07kb User : 巍巍

使用哈希表来识别元素使 用哈希表来识别元素使用哈希表来识别元素-used to identify the elements used to identify Hash Table elements used to identify the elements used to identify Hash Table elements
Date : 2008-10-13 Size : 3.38kb User : 巍巍

DL : 0
用桶式散列实现一个存储在磁盘中的数据库。 每个记录长128字节,其中4个字节是关键码, 120个字节是数据,其余4个字节存储必要的信息以支持散列表。 已测试通过,此系统支持记录的插入、删除和检索。-bucket used to achieve a hash stored in the disk database. Each record length of 128 bytes, which is a four-byte key code, 120 bytes of data, and the remaining four bytes of storage necessary information to support the hashtable. Have been tested, the system records to support the insertion, deletion and retrieval.
Date : 2008-10-13 Size : 3.62kb User : 汪江

哈希函数的使用,System.Collections.Hashtable 的例子-hash function, examples System.Collections.Hashtable
Date : 2008-10-13 Size : 9.55kb User : 杨微

本程序是用哈希表实现词频统计,用java实现的,仅用于网友学习之用。-this program is to achieve Hash Table Frequency statistics, using java to achieve, and only for netizens learning.
Date : 2008-10-13 Size : 10.63kb User : 义军

设有1000个值在1到10000的整数,试设计一个利用散列方法的算法,以最少的数据比较次数和移动次数对它们进行排序。-with 1,000 in value from 1 to 10,000 integer and try to design a method of using hash algorithm, the minimum number of data comparison and the mobile number of their rank.
Date : 2008-10-13 Size : 6.57kb User : 宁学勇

此程序应用于数据结构,专门可用来对哈希表进行查找-this data structure to be applied specifically can be used to search for Hash Table
Date : 2008-10-13 Size : 1.11kb User : wangjie

DL : 0
c#写的hash table-write c # hash table
Date : 2008-10-13 Size : 9.85kb User : 车夫发送到

DL : 0
hash表的排序-hash table ranking
Date : 2025-12-30 Size : 1kb User : 宇飞

aspx下的JSON库 JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式。易于人阅读和编写。同时也易于机器解析和生成。它基于JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999的一个子集。 JSON采用完全独立于语言的文本格式,但是也使用了类似于C语言家族的习惯(包括C, C++, C#, Java, JavaScript, Perl, Python等)。这些特性使JSON成为理想的数据交换语言。 JSON建构于两种结构: * “名称/值”对的集合(A collection of name/value pairs)。不同的语言中,它被理解为对象(object),纪录(record),结构(struct),字典(dictionary),哈希表(hash table),有键列表(keyed list),或者关联数组 (associative array)。 * 值的有序列表(An ordered list of values)。在大部分语言中,它被理解为数组(array)。 这些都是常见的数据结构。事实上大部分现代计算机语言都以某种形式支持它们。这使得一种数据格式在同样基于这些结构的编程语言之间交换成为可能。-err
Date : 2025-12-30 Size : 32kb User : momo

DL : 0
在信息安全中hash算法极为重要,本程序将hash算法通过C#语言进行实现-Information security at an extremely important hash algorithm, hash algorithm of the program through the C# language implementation
Date : 2025-12-30 Size : 34kb User : 刘文文

DL : 0
假设哈希函数是完美的,即可以把输入数据均匀的分散在哈希表上。 哈希表大小为H,插入数据数量为K,求哈希表的冲突率,要推导过程。 具体一下:假设有20W待插入数据,Hash表大小为60W,求hash表的冲突率。-Suppose the hash function is perfect, that is, input data can be uniformly dispersed in the hash table. Hash table size H, insert the data quantity K, the rate of conflict in order to hash table should be derivation. Specifically this: assuming that there is 20W data to be inserted, Hash table size is 60W, the conflict in order to hash table rates.
Date : 2025-12-30 Size : 155kb User :

Visual CSharp application for hash functions.
Date : 2025-12-30 Size : 16kb User : ileZ

DL : 0
做一个简单hash文件、字符串工具,会根据内容自定选择。-hash file,string
Date : 2025-12-30 Size : 31kb User : jansanw

DL : 0
关于HASH查找的算法。hash查找是通过计算数据元素的存储地址进行查找的一种方法。查找算法中的经典-About algorithm HASH Find. The hash lookup is to find a method by calculating the storage address of the data element. Find classic algorithm
Date : 2025-12-30 Size : 1.13mb User : 孙骁永

DL : 0
哈希表设计 掌握查找法的工作原理及应用过程,利用其工作原理完成上述实验题目中的内容。 -Hash table lookup method designed to grasp the working principle and the application process, the use of the above experiments it works subject content.
Date : 2025-12-30 Size : 22kb User : 天溟

DL : 0
读取两个文件中的内容,并识别关键字统计关键字的个数,利用哈希表的开放地址发和链地址法进行保存,并计算两个文件的差异性大小,输出用两种方法进行哈希表计算的效率比较。-Read the contents of the two files, and identifies the number of keyword statistics keyword, use an open address hash table address method development and chains to save, and calculate the difference between the size of the two files, the output of two ways hash table to calculate the efficiency of the comparison.
Date : 2025-12-30 Size : 6kb User : kiki

DL : 0
散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。 给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。-Hash (Hash table, also called a hash table), based on key values ​ ​ (Key value) and direct access to the data structure. In other words, it is to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash function to store the recorded array called a hash table. Given Table M, the presence of the function f (key), for any given key value key, if obtained after substituting function records containing that keyword address in the table, called a hash table M (Hash) table, the function f (key) for the hash (Hash) function.
Date : 2025-12-30 Size : 469kb User : ANDY

DL : 0
Hash加密算法原理实现,包括MD5、HSA1、HSA256。网上很多写的思路都不是很清晰,重新整理了一下,代码思路很清晰、简洁。-Hash principle encryption algorithm, including MD5, HSA1, HSA 256. Many online writing ideas are not very clear, rearranged a bit, thinking the code is very clear and concise.
Date : 2025-12-30 Size : 6kb User : chen
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.