GithubHelp home page GithubHelp logo

agraphlaz's Introduction

VECTORS LIBRARY

Copyright (C) Alexey A.Chernobaev, 1996-2003.
(CP1251: Àëåêñåé Àíàòîëüåâè÷ ×åðíîáàåâ)

Some code was converted and modified from the free sources of other authors.

See LICENSE for licensing details.

http://www.caravan.ru/~alexch/Vectors
http://attend.to/alexch/Vectors

I. Overview

Vectors is a class library for Object Pascal (Delphi 1, 3-7, Borland C++
Builder, Borland Kylix, Free Pascal v.1.0 and higher) which implements vectors
(dynamically sized arrays) based on different Object Pascal's simple types
including all integer and real types, booleans, pointers and strings. These
vectors resemble TList class type from Delphi VCL but in addition to the common
operations like insert and delete they offer a wide range of operations
depending on the type of the vector elements - sorting, searching, arithmetic
vector operations for number-type vectors, logical operations for boolean
vectors and so on. The library also implements a range of derivative and additional
classes - sparse vectors, matrixes, queues, stacks, dictionaries, streams.

II. Installation

First, extract all files from the archive to some directory.

DELPHI: include the path to the library units to the Delphi Library Path
(Tools|Environment Options, Library page).

FREE PASCAL: include the path to the library units to "ppc386.cfg" file.

E.g. if the directory for Vectors units is C:\Delphi\Vectors then you
should include to "fpc.cfg" the following lines:

-FuC:\Delphi/Vectors
-FiC:\Delphi/Vectors

Alternative way is to specify the paths in the compiler command line.

WARNING: for Free Pascal you should specify options "-Sd -Sg -Sh" when using
Vectors units.

III. Documentation

For a brief documentation please see Docs directory of this distribution or
Vectors Library Web page:

http://www.caravan.ru/~alexch/Vectors
http://attend.to/alexch/Vectors

Some test programs and examples are also included (see Test directory).

My Home Page (now in Russian only except Vectors page) is:

http://www.caravan.ru/~alexch
http://attend.to/alexch

Feel free to e-mail me: [email protected]

Moscow, Russia

16.05.2003

agraphlaz's People

Contributors

zamtmn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.