diff options
Diffstat (limited to 'files/fr/glossary/state_machine')
-rw-r--r-- | files/fr/glossary/state_machine/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/glossary/state_machine/index.html b/files/fr/glossary/state_machine/index.html index 65e92b2246..4cc0af7b70 100644 --- a/files/fr/glossary/state_machine/index.html +++ b/files/fr/glossary/state_machine/index.html @@ -1,10 +1,11 @@ --- title: Machine d'état -slug: Glossaire/Machine_d_état +slug: Glossary/State_machine tags: - Glossaire - états translation_of: Glossary/State_machine +original_slug: Glossaire/Machine_d_état --- <p>Une machine d'état est une abstraction mathématique utilisée pour concevoir des algorithmes. Une machine d'état lit un ensemble d'entrées et passe à un état différent en fonction de ces entrées.</p> |