搜索资源列表
Delphi_1016
- 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正则表达式以及诸如哈夫曼和LZ77等数据压缩技术。 随附光
u_hash
- Delphi hash表,支持字符串值和整数值
QQPWDhash
- DELPHI写的一个QQ密码HASH值计算工具,可以用CMD或BAT批量登录多个QQ。好像只适用于QQ2008-DELPHI write a QQ password HASH value calculation tools, you can log on with a CMD or BAT batch number QQ. Seems to apply only to QQ2008
Hash
- 用Delphi实现的哈希表,效率很高的,很值得一看啊。-Using Delphi to achieve the hash table, high efficiency, it is worth a visit ah.
Delphi_hashtable
- delphi 哈希表 ,此HASH表使用线性探测方法实现。-delphi hash table, the HASH table using linear detection method.
dsa
- DSA算法的Pascal实现和例子。实现了签名和确认-DSA algorithm Pascal realization and example. Realized has signed and confirmed
dcpcrypt
- BLOWFISH,B64,HASH等算法-BLOWFISH, B64, HASH algorithm, etc.
dcpdemos
- BLOWFISH,TWOFISH,HASH算法-BLOWFISH, TWOFISH, HASH algorithm
crypto_api_hashes
- Delphi Cryptographic API Hash example using MD2 MD4 MD5 SHA1 GOST-Delphi Cryptographic API Hash example using MD2 MD4 MD5 SHA1 GOST
Delphi_Md5
- Delphi源码之:Md5算法+判断网页是否更新过 通过hash验证Md5算法 判断指定网页是否更新过,比如你要下载网页,昨天已经下载过的,今天不想再次下载,可以参考本程序的判断方法-Delphi source code is: Md5 algorithm+ to determine whether the updated web page through the Md5 authentication hash algorithm to determine whether the updat
get_File_Hash_Code_Sample
- (English) A sample to how calc and get hash code from a specific and browseable file. (Brazilian Portuguese) Um exemplo de como calcular e obter um código de hash a partir de um arquivo específico.
hash
- Delphi md5 hash calculator
md5
- MD5 Hash functions for delphi any version
chenxu
- 数据结构所有的实验,包括单链表,双链表,栈,二叉树,图,哈希表-All the experimental data structures, including single-linked list, double linked lists, stacks, binary trees, graphs, hash tables
hashes.pas
- hash md5 encrypt string and file
IdHashCRC
- CRC16 Hash Table源码,使用查询表方式,Delphi源码-CRC16 source code
sha1
- In cryptography, SHA-1 is a cryptographic hash function designed by the National Security Agency (NSA) and published by the NIST as a U.S. Federal Information Processing Standard. SHA stands for Secure Hash Algorithm.
QQautologin
- QQ自动登录,在QQ2008的基础上用hash进行登录的。主要是base64和MD5的处理-QQ automatically log in based on the use of hash QQ2008 to log. Mainly handling base64 and MD5
Delphi-Container-Library
- 常用的Delphi数据结构类库,包含哈希,链表,队列,堆栈等常用数据结构,好用,速度快.个人常用类库之一,并且修改原版中的部分Bug.全部源代码.-Commonly used Delphi data structures library, contains a hash, linked lists, queues, stacks, and other commonly used data structures, easy to use, fast. One of the frequently-u
sha1
- SHA1Init(Context); SHA1Update(Context,@s[1],length(s)); SHA1Final(Context,Digest);(A binary compatible SHA1 implementation written by Dave Barton (davebarton@bigfoot.com) 160bit hash size)