diff options
author | pav <pav@FreeBSD.org> | 2004-11-27 21:38:03 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-27 21:38:03 +0000 |
commit | 0b74fdd5301b8a28a7d75c29f013485a8c989f88 (patch) | |
tree | e8597a2076aa0987c680b1fa0f2f88122a0a2a7b /science/simlib/pkg-descr | |
parent | 09df779aa00fdce7f3a3ec575011313819c5f37a (diff) | |
download | FreeBSD-ports-0b74fdd5301b8a28a7d75c29f013485a8c989f88.zip FreeBSD-ports-0b74fdd5301b8a28a7d75c29f013485a8c989f88.tar.gz |
SIMLIB/C++ is the SIMulation LIBrary for C++ programming language. You can
create models directly in C++ language with the use of predefined simulation
tools from the library. SIMLIB allows object-oriented description of models
based on simulation abstractions. Current version allows a description of
continuous, discrete, combined, 2D/3D vector, and fuzzy models.
Requested by: Roman Divacky
Diffstat (limited to 'science/simlib/pkg-descr')
-rw-r--r-- | science/simlib/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/simlib/pkg-descr b/science/simlib/pkg-descr new file mode 100644 index 0000000..c15cb94 --- /dev/null +++ b/science/simlib/pkg-descr @@ -0,0 +1,11 @@ +SIMLIB/C++ is the SIMulation LIBrary for C++ programming language. You can +create models directly in C++ language with the use of predefined simulation +tools from the library. SIMLIB allows object-oriented description of models +based on simulation abstractions. Current version allows a description of +continuous, discrete, combined, 2D/3D vector, and fuzzy models. + +SIMLIB/C++ is developed at the Department of Computer Science and Engineering, +Faculty of Electrical Engineering and Computer Science, Brno University of +Technology since 1991. + +WWW: http://www.fit.vutbr.cz/~peringer/SIMLIB/index.html.en |