The HshdList unit is a realization of hashed lists also called as hash-arrays or associated arrays for Borland Delphi.
A hashed list is an array of items where each item can be idenified by the unique name. (Not by the integer...
A simple ultra fast generic double Hash list. The amount of items is variable and only limitedby available RAM.You can add and remove items on the fly. There are three primary and two secondaryHash functions available, however you can
Data structure: Builing Linked-List Class is an article in which author describes the method of generating Linked-List with the help of functionalities of framework Class library. The author gives details about the process of utilizing Self-Referenti
rjPasDoc generates Html documentation and Html Help from comments in Pascal unit source code files......
DIContainers are a collection of over 60 container classes for Borland Delphi 4/5/6/7. Four different container structures are available: Hash containers, doulbly-linked Lists, N-ary Trees, and Vector containers.
DIContainers are...
By SoftLab MIL-TEC Ltd. HashTrie is a new high efficient data structure for fast searching. It combines in herself properties of the hash-tables and trie (digital-trees). As against the usual hash-tables the size HashTrie is not fixed, that allows to
General hash function algorithm implementations for series of commonly used additive and rotative string hashing in the object pascal programming language......For more information please visit:http://www.partow.net/programming/hashfunctions/in.....
The unit FOURIER contains the fast Fourier transform (FFT) component TFastFourier which can be installed into the VCL. TFastFourier can transform data sets of up to 32k samples in both directions and provides several of the most important windowing
DIMime is a lightening fast MIME (Base64) Encoder and Decoder for Delphi 4/5/6/7. The core encoding and decoding routines are written in highly optimized Delphi Pascal which even beats most assembler code. Speed has been slightly improved as of versi
Protecting Passwords with a One-way Hash Function is a web based application through which users can gather information about the protection of password. In this article author discusses about the one way hash function and its utility in protecting t |