reorganisation par cours dans sous-répertoires
This commit is contained in:
39
1-ComputationAndData/JFLAP/DFAabcabcabc.jff
Normal file
39
1-ComputationAndData/JFLAP/DFAabcabcabc.jff
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--Created with JFLAP 7.1.--><structure>
|
||||
<type>fa</type>
|
||||
<automaton>
|
||||
<!--The list of states.-->
|
||||
<state id="0" name="q0">
|
||||
<x>139.0</x>
|
||||
<y>172.0</y>
|
||||
<label>[abc...abc]</label>
|
||||
<initial/>
|
||||
<final/>
|
||||
</state>
|
||||
<state id="1" name="q1">
|
||||
<x>333.0</x>
|
||||
<y>76.0</y>
|
||||
<label>[abc...abc]a</label>
|
||||
</state>
|
||||
<state id="2" name="q2">
|
||||
<x>385.0</x>
|
||||
<y>217.0</y>
|
||||
<label>[abc...abc]ab</label>
|
||||
</state>
|
||||
<!--The list of transitions.-->
|
||||
<transition>
|
||||
<from>1</from>
|
||||
<to>2</to>
|
||||
<read>b</read>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>2</from>
|
||||
<to>0</to>
|
||||
<read>c</read>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>0</from>
|
||||
<to>1</to>
|
||||
<read>a</read>
|
||||
</transition>
|
||||
</automaton>
|
||||
</structure>
|
||||
Reference in New Issue
Block a user