Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  fsa_6   Sprache: unbekannt

 
fsa_6 := rec (
This is the word-difference machine arising in the automatic structure
of the free group on two generators.
It is included here to illustrate the product set record type.
           isFSA := true,
        alphabet := rec (
              type := "product",
              size := 24,
             arity := 2,
           padding := _,
              base := rec (
                type := "identifiers",
                size := 4,
              format := "dense",
               names := [a,A,b,B]
                 )
               ),
          states := rec (
              type := "words",
              size := 5,
     format := "sparse",
          alphabet := [a,A,b,B],
             names := [[ 1, IdWord],
                       [ 2, a],
                       [ 3, A],
                       [ 4, b],
                       [ 5, B]
                      ]
               ),
           flags := ["DFA"],
         initial := [1],
       accepting := [1],
           table := rec(
  format := "sparse",
    transitions := [
                    [[ 53 ],[ 102 ],[ 155 ],[ 204 ]],
                    [[ 51 ]],
                    [[ 101 ]],
                    [[ 151 ]],
                    [[ 201 ]]
           ]
 )
);

Messung V0.5 in Prozent
C=99 H=89 G=94

[Dauer der Verarbeitung: 0.12 Sekunden, vorverarbeitet 2026-06-18]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=492969
#Domains=607362