Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider cdee3ab5 rédigé par Pierre-Alexandre MARTIN's avatar Pierre-Alexandre MARTIN :speech_balloon:
Parcourir les fichiers

Fix examples link

parent e059630f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -12,7 +12,7 @@ These class represent some automata. An automaton class uses many states to anal
![Exmpale automaton](asset/automatonExample.png "Example automaton")
The main class is a demonstration to show how use the automaton class. There are 3 examples: smileys, hours and date formats which are defined bellow. There is some examples in the <a href="#Examples">examples</a> section. At the start of the Main class, you have the choice between all. Type 1 for smiley, 2 for hours, 3 for dates and 9 to stop the program.
The main class is a demonstration to show how use the automaton class. There are 3 examples: smileys, hours and date formats which are defined bellow. There is some examples in the <a href="#examples">examples</a> section. At the start of the Main class, you have the choice between all. Type 1 for smiley, 2 for hours, 3 for dates and 9 to stop the program.
### Smiley graph
Smileys are defined with the following algorithm : <br>
......@@ -27,7 +27,7 @@ Dates are defined with the following algorithms : <br>
![Date automaton](asset/automaton31.png "Date automaton")
![Date automaton](asset/automaton32.png "Date automaton")
<h1 id="Examples"> Examples </h1>
<h1 id="examples"> Examples </h1>
### Automaton 1 - Smiley
> `:=)` will work : it starts with `:`, followed by the `=` nose and finished by a recognized mouth `(`.
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter