搜索资源列表
DrakeCompiler
- 这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。-this but my DEDECATES production, from the play of parser, written in their o
11912918hash.c++
- Hash.h 此类简单实现了一个hash表的功能,基本描述了哈西表的功能 -Hash.h simple to achieve such a hash table functions, the basic descr iption of the hash function
hashchar
- 自己写的一个HASH算法小程序,基本的查找修改功能实现了。-himself wrote a hash algorithm for small procedures, the basic search function to achieve the changes.
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
hash
- 一些经典的HASH函数及测试数据-some classics of the hash function and test data.
电话本管理系统
- 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imp
segmentation
- 基于hashmap的首字哈希查找法,正向最大匹配法分词系统。代码用c++编写,本系统很好的实现了分词功能。-Based on the first word hash hashmap Find law, being the largest sub-word matching system. Code using c++ development, the system achieved a very good word function.
HashDelphi
- Hash function on Delphi
sercher
- 帮助大家了解到哈希查找技术的简单应用及功能的实现-To help people learned the simple hash lookup and function
sort
- 可以实现冒泡排序,快速排序,散列搜索功能,还是比较有用的-Achieve bubble sort, quick sort, hash search function
Main
- 这是hash函数,用于管理学生信息的一个hash表-This is a hash function for a hash table to manage student information
locktt
- Delphi加密控件源码,包括对称钥匙加密控件和散列函数控件-Delphi encryption control source code, including symmetric key encryption control and hash function control
jmkj
- Delphi加密控件源码,包括对称钥匙加密控件和散列函数控件-Delphi encryption control source code, including symmetric key encryption control and hash function control
Information-security-instruction
- 本实验指导书涵盖了对称密钥密码加密解密实验、公钥密码加密解密实验、Hash函数的应用和软件漏洞攻击实验等内容。并且对每个实验内容中所给出的实验题目均附上了完整的源代码,且经调试运行正确。同时,为了帮助读者理解程序,在每个源代码中都给出了详尽的注释。-The experimental guide book covers the experimental symmetric key cipher encryption and decryption, public key encryption and
perfect_hash
- hash function implementation using C++ as a lab project
hash
- 用哈希函数写的简易通讯录,都是通过读写文件实现-Hash function used to write simple address book, are achieved through reading and writing files
hash
- 散列表。它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。在理想情况下,查找、插入、删除操作的时间均为O(1),是一种高效的动态集合结构。-Hash table. It to access records by key value mapped to a table in a position to accelerate the lookup speed. This mapping function called a hash f
myshell.c
- Your shell prompt MUST adhere to the following format: o Current date (optional) and time (mandatory) followed by the hash sign (e.g., 13:03:00#) Your shell MUST support, at minimum, the following commands: o The internal shell co
cryptosts
- CryptoPro DSS (Digital Signature Server) is a cloud-based service that allows you to use Russian cryptographic algorithms for hash function, digital signature and symmetric encryption on literally any device (laptop, tablet, smartphone) with any plat
ha
- 易语言万倍哈希查找源码例程程序调用API函数实现哈希表的应用。 -Easy language to find a hash of the source code routines call API function to achieve the application of hash table.
