Fuzzy sets for Ada 5.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Fuzzy sets for Ada 5.3 (Default branch)
# 1  
Old 07-13-2008
Fuzzy sets for Ada 5.3 (Default branch)

ImageFuzzy sets for Ada is a library providingimplementations of confidence factors with theoperations not, and, or, xor, +, and *, classicalfuzzy sets with the set-theoretic operations andthe operations of the possibility theory,intuitionistic fuzzy sets with the operations onthem, fuzzy logic based on the intuitionisticfuzzy sets and the possibility theory; fuzzynumbers, both integer and floating-point withconventional arithmetical operations, andlinguistic variables and sets of linguisticvariables with operations on them. String-orientedI/O is supported. A rich set of GTK+ GUI widgets is provided.License: GNAT Modified GPL (GMGPL)Changes:
This version was adapted to GNAT GPL 2008, GtkAda2.10.2, and Units of Measurements for Ada v2.8. Abug was fixed in Get_Value_As for dimensionednumbers, linguistic variables, and sets.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
IDLAC(1)						       PolyORB documentation							  IDLAC(1)

NAME
idlac - PolyORB's IDL-to-Ada compiler SYNOPSIS
idlac [-Edikpqv] [-[no]ir] [-gnatW8] [-o DIR] idl_file [-cppargs ...] DESCRIPTION
idlac is an IDL-to-Ada compiler, compliant with version 1.2 of the "Ada Language Mapping Specification" produced by the OMG. OPTIONS
idlac accepts the following options: -E Preprocess only. -d Generate delegation package. -i Generate implementation template. -s Generate server side code. -c Generate client side code. -k Keep temporary files. -p Produce source on standard output. -q Be quiet (default). -v Be verbose. -ir Generate code for interface repository. -noir Don't generate code for interface repository (default). -gnatW8 Use UTF8 character encoding. -o DIR Specify output directory. -cppargs ARGS Pass ARGS to the C++ preprocessor. -I dir Shortcut for -cppargs -I dir. EXIT STATUS
idlac returns one of the following values upon exit: 0 Successful completion 1 Usage error 2 Illegal IDL specification AUTHORS
The PolyORB team, polyorb-devel@lists.adacore.com. SEE ALSO
The PolyORB WWW page, http://libre.adacore.com/polyorb/ PolyORB team March 23, 2005 IDLAC(1)