Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - hash
Search - hash - List
一个DOS下的学生信息管理系统,使用了多中数值算法,有HASH查找,归并排序,快速排序,对排序-The management of student information in DOS,which uses several algorithms.for example,HASH search,return compositor,quick compositor,pair compositor.
Date : 2008-10-13 Size : 23.91kb User : 哈哈哈

一个学生信息管理系统,使用了多中数值算法,有HASH查找,归并排序,堆排序,快速排序,界面也不错-a student information management system, using a number of numerical algorithms, hash search, merging, in order of ranking reactor, rapid sequencing, and the interface is good
Date : 2008-10-13 Size : 732.82kb User : 哈哈哈

字符频度统计,采用Hash表即链表数组作为存储结构,是hash表的简单运用,还包括一定的文件操作-characters frequency statistics, the use of Hash Tables List that as a storage array structure, hash table is a simple application, but also some file manipulation
Date : 2008-10-13 Size : 12.83kb User : 李鹏

利用哈希表统计文本文件中单词的个数,哈希函数的实现为取模法,利用链地址法解决冲突。-use Hash Table Statistics text file number of words, the realization of Hash Functions for Remainder law, the use of chain law addresses solution to the conflict.
Date : 2008-10-13 Size : 5.24kb User : 米子

数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(需重载 == 和 < 运算符)-data structure array.h : security arrays can be automatically size (random access, but expanded inefficient) linkedlist.h : General Linked List (available random access, the visit inefficient) dclinkedlist : two-way cycle Chain (non-random access, insertion, Traversing the efficiency higher than ordinary Chain) hashtable.h : Hash Table (using keys logo elements, keys to the same element that is considered equal. take Heavy == Operators Hash with user-defined functions) binstree.h : Binary Tree Search (and required heavy ==
Date : 2008-10-13 Size : 15.7kb User : 许愿

排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dictionary: skip lists ext.c external sort btr.c btree 语言 C++ 编译平台 Visual C++ 作者 Thomas Niemann 备注 来自Sorting and Searching Algorithms:A Cookbook-algorithm, dictionaries and B-Tree C language code include the following algorithm : qui.c sort : quicksort qsort.c sort : qsort ins.c sort : insert sort shl.c sort : shell sort has.c dictionary : hash tables bin.c dictionary : binary tree rbt.c dictionary : red-black trees skl.c dictionary : skip lists ext.c external sort btr.c BTREE Part C language Visual C platform translated author Thomas Niemann Remarks from the Sorting and S earching Algorithms : A Cookbook
Date : 2008-10-13 Size : 24.36kb User : 罗鹏魁

网络蜘蛛1.3版, 功能变更: 1. 关于对处理过URL和待处理URL的存储检索。 利用文件系统存储这些信息,利用Hash碰撞分页算法,加上最新数据的内存缓存,实现高效的信息检索。平均检索的效率0.01s 2. 修改前面版本URL替换产生的中文问题。 -network spider version 1.3, the functional changes : 1. On the right URL and processed pending the URL storage and retrieval. Use of document storage systems such information, the use of tabs collision Hash algorithm, with the latest data cache memory to achieve efficient information retrieval. Average retrieval efficiency 0.01s 2. Earlier versions of the URL changes replace the Chinese language.
Date : 2008-10-13 Size : 1020.21kb User : 周某人

本程序是用开地址法实现散列的检索算法-this program is open address Method hash retrieval algorithms
Date : 2008-10-13 Size : 1.32kb User : 宋国志

双数组辞典生成程序。利用双数组实现trie算法,对于不定长度共同前缀查询情况,比哈希方法更为有效。经常用于分词辞典的制作。-array dictionary-generation procedures. Using two arrays to achieve Trie algorithm for the indefinite length of the inquiry common prefix than Hash methods more effective. Frequently used in the Word dictionary produced.
Date : 2008-10-13 Size : 232.35kb User : 姜锋

使用sha函数实现哈希查找,希望对于初学P2P的人有一定帮助-use Hash Function find hope for the peer-to-peer learning will definitely help
Date : 2008-10-13 Size : 2.95kb User : lrr0521

哈希算法测试。对我学习帮助挺大,上传共享。-Hash algorithm testing. I learn to help getting bigger, upload share.
Date : 2008-10-13 Size : 70.88kb User : lrr0521

一個C語言hash表的實現 hash.c hash.h Makefile test2.c test.c
Date : 2008-10-13 Size : 3.48kb User : gangjh

hash代码实现和测试,包括新增、删除、查找
Date : 2008-10-13 Size : 2.38kb User : lp

采用迭代器模式实现hash算法,并自带CPPUNIT测试功能。
Date : 2008-10-13 Size : 5.46kb User : 李国强

Hash(哈西)中的各种经典操作,如遍历,查找节点,删除节点,等等。
Date : 2008-10-13 Size : 12.94kb User : 王新新

计算 HASH 值的 C 语言源代码  -calculated hash value of the C language source code
Date : 2008-10-13 Size : 5.06kb User : 张历历

一个hash表的实现以及测试代码,比顺序查找快100多倍
Date : 2008-10-13 Size : 2.64kb User : monk_lee

/* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation overhead. */ split from apache for general usage
Date : 2008-10-13 Size : 7.5kb User : llr

扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现频度。用线性探测法解决Hash冲突。设Hash函数为: Hash(key)=[(key的第一个字母序号)*100+(key的最后一个字母序号)] MOD 41
Date : 2008-10-13 Size : 9.64kb User : zhang

网络蜘蛛1.3版, 功能变更: 1. 关于对处理过URL和待处理URL的存储检索。 利用文件系统存储这些信息,利用Hash碰撞分页算法,加上最新数据的内存缓存,实现高效的信息检索。平均检索的效率0.01s 2. 修改前面版本URL替换产生的中文问题。 -network spider version 1.3, the functional changes : 1. On the right URL and processed pending the URL storage and retrieval. Use of document storage systems such information, the use of tabs collision Hash algorithm, with the latest data cache memory to achieve efficient information retrieval. Average retrieval efficiency 0.01s 2. Earlier versions of the URL changes replace the Chinese language.
Date : 2025-12-29 Size : 1020kb User : 周某人
« 12 3 4 5 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.