Design, explore and maintain databases, build compound SQL query statements, manage database user rights, and manipulate data fast and convenient.

2D Vector samples 0.0.3

By 1WD.

Freeware + source 25 Oct 2005

Description

Simple but enough powerfull set of 2D vector routines. It includes affine matrix transformation and primitive renderer via GDI. There are four demo:
  • Vector tutorial
  • Intersection tutorial
  • Polygon loader
  • GravyBall
This source code tested on D5 only.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 54kB

Platforms: D5

Binuar v.1.2.1

By Andrey A. Meshkov.

Freeware + source 19 Oct 2019

Description

Big integer number arithmetic (x86 & x64).

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 1 522kB

Platforms: D2007, D4, DXE2, DXE64

Delphi generic dynamic array expansion v.1.0

By RUI WANG.

Freeware + source 15 Jul 2013

Description

Delphi generic dynamic array expansion.
  • assign from constant (var a:TArrayEx£¼Integer£¾;...a:=[1,2,3,4];)
  • operator + (var a:TArrayEx£¼Integer£¾;...a:= a + [1,2,3,4];)
  • Colone (var a,b:TArrayEx£¼Integer£¾;...a:=b.clone;)
  • Insert (var a:TArrayEx£¼Integer£¾;...a:=[1,2,3,4];a.insert(0,3);a.insert(0,[5,6]))
  • delete (var a:TArrayEx£¼Integer£¾;...a:=[1,2,3,4]; a.delete(1);)
  • Unique (var a:TArrayEx£¼Integer£¾;...a:=[1,2,3,4,1,3];a.Unique;)
  • SubArray (var a, b:TArrayEx£¼Integer£¾;...a:=[1,2,3,4];b.a.SubArray(0,2))
  • other more

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 3kB

Platforms: CBXE4, D2010, DXE, DXE2, DXE3, DXE64

Eliza Artificial Intelligence Demo Application v.1.00

By Cellulaer Dweller.

Freeware + source 11 Mar 2002

Description

Demo application with an implementation of the Eliza AI algorithm converted from Pascal to Delphi OOP.

Informations

  • Status: Fully functional
  • Source: Included
  • Exe demo: included
  • Size: 174kB

Platforms: D1, D2, D3, D4, D5, D6

Example of Graph of Distribution of Frequencies and Deviation (English)

By Jose Maria Gias.

Freeware + source 13 Oct 2001

Description

Example of Graph of Distribution of Frequencies and Deviation Standard / Bell of Gauss in function of the obtained measures and the values of control of a normal productive process. It uses the basic components of Delphi, with the stupendous graphics of TeeChart, and it includes impression form with QuickReport. The form you can use in any project.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 27kB

Platforms: D3, D4, D5

Example of Graph of Distribution of Frequencies and Deviation (Spanish)

By Jose Maria Gias.

Freeware + source 13 Oct 2001

Description

Example of Graph of Distribution of Frequencies and Deviation Standard / Bell of Gauss in function of the obtained measures and the values of control of a normal productive process. It uses the basic components of Delphi, with the stupendous graphics of TeeChart, and it includes impression form with QuickReport. The form you can use in any project.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 26kB

Platforms: D3, D4, D5

ExGrafico v.1.0

By Lawrence G. A. Linder.

Freeware + source 24 Apr 2001

Description

Example which shows how to use TeeChart component.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 96kB

Platforms: D5

Face Recognition System v.1

By Azamat M.

Commercial 05 Dec 2006

Description

Face Recognition System sample based on Char Recognition System.

Informations

  • Status: Fully functional
  • Source: On purchase/registration
  • Source price: $800
  • Size: 195kB

Platforms: D1, D2, D2005, D2006, D3, D4, D5, D7

Fastest Huge Integer Computation v.1.0

By Faraoun Kamel Mohamed.

Freeware 11 May 2012

Description

A library of functions for Delphi, to manipulate very big integers including very fast addition, substraction, multiplication and division as bisc functions. The following modular arithmetic functions are implemented:
  • Modular inversion with respect to any module;
  • Integer power, modular exponentiation, Montgomery exponentiation;
  • Logical integer manipulation :and,or xor, not, .GCD computation;
  • Extended Euclid Algorithm;
  • Diophantienne equation resolution;
  • Linear congruence equation resolution. Quadratic congruence resolution. Very fast Prime numbers generation;
  • Strong primes generation;
  • Safe primes with generator generation;
  • Very fast primality testing;
  • Conversion functions int to/from string, hex,binary and octal
  • and much more...

Informations

  • Status: Fully functional
  • Source: On request
  • Size: 411kB

Platforms: D6

How to draw a fractal Julia or Mandelbrot

By Auteur Marc Capuano.

Freeware + source 11 Oct 1999

Description

How to draw a fractal Julia or Mandelbrot, sinus, in a canvas.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 4kB

Platforms: D1, D2

Marsaglia Random Numbers v.0.01

By Alex Fihman, George Marsaglia.

Freeware + source 27 Jun 2007

Description

Well-known Prof. Marsaglia's random number generators, translated to Delphi unit. Original sources included.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 4kB

Platforms: C2k6, C2k7, CB1, CB3, CB4, CB5, CB6, D1, D2, D2005, D2006, D2007, D3, D4, D5, D6, D7

SICx v.6.1.1

By Andrey A. Meshkov.

Freeware + source 17 Aug 2019

Description

Math expression compiler (x86 & x64). Examples on FASM, Delphi and Visual Studio.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 4 570kB

Platforms: D2007, D4, DXE2, DXE64

Staircase Matrix

By Roger Dunn.

Freeware + source 31 Mar 2005

Description

A Staircase Matrix is useful when you want a matrix of objects where the value of cell (A, B) is guaranteed to be the same as the value of cell (B, A), and where referencing cell (A, A) or cell (B, B) is meaningless.

Staircase Matrices are useful when implementing fully- or partially-connected uni-directed graphs (or networks). If A and B are indexes in your own single-dimension array of nodes, cell (A, B) in the staircase matrix represents the weight or cost of the edge between nodes A & B.

This implementation of the Staircase Matrix is guaranteed to save space over a traditional matrix of size N x N. The underlying single-dimension array is length N(N-1)/2 (e.g. normally a 10x10 matrix fitting the staircase matrix paradigm would be 100 cells big. Using TStaircaseMatrix, the underlying array is only 45 cells big.) Accessing cells is almost as quick as if you were accessing an N x N matrix.

StaircaseMatrix.pas includes implementations for TStaircaseMatrixOfObjects, TStaircaseMatrixOfIntegers, TStaircaseMatrixOfStrings, TStaircaseMatrixOfVariants, and TStaircaseMatrixOfDoubles. More instructions on using these objects is included in a comments section at the top of the unit.

Informations

  • Status: Fully functional
  • Source: Included
  • Size: 3kB

Platforms: D7