Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - hash
Search - hash - List
计算 HASH 值的 C 语言源代码  -calculated hash value of the C language source code
Date : 2025-12-30 Size : 5kb User : 张历历

提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imported wrong judgment. The time, a search function for the linear search is enhanced as follows : f_search : Fernandez search method; BTREE : binary tree search method; L_search : linear search method; R_search : recursive binary search method; Zcsear : hash collision search method; " Files : interpolation search Enhancement Act; Sorting is bubbling, as it is now : heaps : tired heap sort; binary : Binary Tree sorting; xieer : Xie ears scheduling; sinsert : Insert scheduling; quicks : rapid sequencing; select : Select Sort;
Date : 2025-12-30 Size : 4kb 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 : 2025-12-30 Size : 15kb User : 许愿

C语言实现的hash map容器,可以方便的在其他算法中调用 -C language of the hash map containers, in other convenient algorithm called
Date : 2025-12-30 Size : 4kb User : 夏志勋

1. 本程序是针对我们班级中“人名”设计的哈希表,平均查找长度不超过R。 2. 程序中人名为汉语拼音形式,共30个我周围较熟悉的同学,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 人名的长度均不超过19个字符,测试数据为查找“hanbiao”。 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。 -1. This procedure is for our classes, name designed hash table, the average length of no more than to find R. 2. Procedure human form known as Hanyu Pinyin, a total of 30 around me who are more familiar with the students, taking the average to find the length of the upper limit of 2. Hash function used in addition to stay more than a few law structure, with pseudo-random hashing method to detect and then deal with the conflict. 3. The names of persons not of the length of more than 19 characters, the test data to find hanbiao . The procedures to users and the computer implementation of dialogue, that is displayed on computer terminals in the message after, by the user at the keyboard, enter the procedure provided for computing the order corresponding input data (least squares input of illegal characters) and The results showed that in subsequent operations.
Date : 2025-12-30 Size : 194kb User : ck

纯C数据结构,可以高度复用,包括散列表、队列、双链表、出错处理-Pure C data structure, can be a high degree of reuse, including hash tables, queues, double linked lists, error handling
Date : 2025-12-30 Size : 1.12mb User : zj

哈希表的编程,很好很强大,希望大家能够有所帮助-Hash table programming, very good very strong
Date : 2025-12-30 Size : 34kb User : fu

数据结构习题集上哈希表的算法 上传上来给大家一起分享一下-Data Structure Problem Set up hash table algorithm for upload to share with everyone
Date : 2025-12-30 Size : 1kb User : 金筱玲

帮助大家了解到哈希查找技术的简单应用及功能的实现-To help people learned the simple hash lookup and function
Date : 2025-12-30 Size : 3kb User : wangyuan

C/C++数据结构中的重要算法哈希表的实现源代码-The source code to realize the Hash table ,an important algorithm based on C/C++ the data structure
Date : 2025-12-30 Size : 39kb User : 礼雪寻梅

本实验指导书涵盖了对称密钥密码加密解密实验、公钥密码加密解密实验、Hash函数的应用和软件漏洞攻击实验等内容。并且对每个实验内容中所给出的实验题目均附上了完整的源代码,且经调试运行正确。同时,为了帮助读者理解程序,在每个源代码中都给出了详尽的注释。-The experimental guide book covers the experimental symmetric key cipher encryption and decryption, public key encryption and decryption passwords experiment, Hash function applications and software vulnerabilities experiments content. And the contents of each experiment experimental subjects were given complete source code attached, and after debugging and running correctly. Meanwhile, in order to help the reader understand the program, the source code for each are given detailed notes.
Date : 2025-12-30 Size : 4.57mb User : xiaoyezi

STLport源码;STLport 是一个多平台的 ANSI C++ 标准类库实现,具备很多高级特征,并且为效率,异常安全性和线程安全性做了优化,还做了许多扩展,如 hash 表和单链。-STLport source STLport is a multiplatform ANSI C++ standard library implementation, with many advanced features, and for the efficiency, safety and abnormal thread-safety is optimized, also made a number of extensions, such as hash tables, and single-stranded.
Date : 2025-12-30 Size : 574kb User : cecilia

二项堆,哈希表,排序等数据结构和算法的实现~-Disjoint sets, sorting, two heap, hash tables and other data structures implemented in Java ~
Date : 2025-12-30 Size : 50kb User : dounai

用哈希函数写的简易通讯录,都是通过读写文件实现-Hash function used to write simple address book, are achieved through reading and writing files
Date : 2025-12-30 Size : 207kb User :

散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。给定表M,存在函数f(key),对任意给定的关键字值key,代入函数后若能得到包含该关键字的记录在表中的地址,则称表M为哈希(Hash)表,函数f(key)为哈希(Hash) 函数。-Hash table
Date : 2025-12-30 Size : 316kb User : KID

calc hash in inno setup
Date : 2025-12-30 Size : 4kb User : Krink
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.