DynaFlip++

7.1 Introduction

7.2 A Tutorial Introduction

  1. A first example
  2. Loops, Variables and Arithmetic Expressions
  3. The FOR-NEXT Statment
  4. Arrays
  5. Multi-dimensional Arrays
  6. Flow Control with IF - THEN - ELSE
  7. GOTO and LABEL
  8. I/O Facilities
  9. The EXIT Statment
  10. Recursion
  11. Memory Managment and Debugging Facilities
  12. Constructions for Fuzzy Computation

7.3 Types, Operators, and Expressions

  1. Variable and Procedure Names
  2. Data Types and Sizes
  3. Structures
  4. Constants
  5. Declarations
  6. Arithmetic, Relational , and Logical Operators
    1. The Binary Arithmetic Operators
    2. The Relational Operators
    3. Finally, the Logical Operators
  7. The built-in-functions of CSI(C&F)
    1. unary Functions
    2. n-ary Functions
  8. Conditional Expressions

7.4 Formal Description of CSI(C&F)

7.5 Fuzzy Computation

  1. FUZZYVAR
  2. PARAMETERSET
  3. OPERATORSET
  4. RULESET
  5. FUZZYCOMPARE
  6. FUZZYCONCAT
  7. TABLE
  8. EVALTREE
  9. AGGREGATE

7.6 Keywords


7.7 An Application Example