Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 1.64 KB

README.md

File metadata and controls

34 lines (15 loc) · 1.64 KB

CyberUnits

Class library for computational cybernetics

Bricks Notes

Bricks is a set of Pascal units that provides a class library for rapid programming of high-performance computer simulations in life sciences.

In order to use the Bricks Library in your own enterprises you simply have to add the file "bricks.pas" to your project. You may also want to add additional units like "lifeblocks.pas" or "systemsdiagram.pas" etc. to your project to get additional functionality. All high-level units depend from "bricks.pas", which has therefore to be added in any case.

In the directory "Example_Programs" you find sample programs that illustrate how to use the Bricks library.

Files in the directories "Test Cases for FPCUnit" (for Lazarus and Free Pascal) or "Test Cases for DUnit (for Delphi)" are for unit testing with FPCUnit or DUnit, respectively. They are not necessary for normal use, except for the case that you want to improve and test the Bricks Library.

About CyberUnits

CyberUnits is a collection of cross-platform units for medical cybernetics and systems biology. See http://cyberunits.sf.net for details.

License

Files of the CyberUnits repository are licensed with a BSD license. This facilitates their usage in both free open-source software and commercial applications.

This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Version History

A complete and regularly updated list of all CyberUnits revisions is available from https://sourceforge.net/p/cyberunits/wiki/Version_history/.

J. W. Dietrich