more projects
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 118 KiB |
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--Created with JFLAP 7.1.--><structure>
|
||||
<type>pda</type>
|
||||
<automaton>
|
||||
<!--The list of states.-->
|
||||
<state id="0" name="q0">
|
||||
<x>97.0</x>
|
||||
<y>199.0</y>
|
||||
<initial/>
|
||||
</state>
|
||||
<state id="1" name="q1">
|
||||
<x>235.0</x>
|
||||
<y>196.0</y>
|
||||
</state>
|
||||
<state id="2" name="q2">
|
||||
<x>394.0</x>
|
||||
<y>206.0</y>
|
||||
<final/>
|
||||
</state>
|
||||
<!--The list of transitions.-->
|
||||
<transition>
|
||||
<from>0</from>
|
||||
<to>0</to>
|
||||
<read>0</read>
|
||||
<pop/>
|
||||
<push>0</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>0</from>
|
||||
<to>0</to>
|
||||
<read>0</read>
|
||||
<pop>0</pop>
|
||||
<push>0</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>1</from>
|
||||
<to>1</to>
|
||||
<read>1</read>
|
||||
<pop>0</pop>
|
||||
<push/>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>1</from>
|
||||
<to>2</to>
|
||||
<read/>
|
||||
<pop>0</pop>
|
||||
<push>Z</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>0</from>
|
||||
<to>1</to>
|
||||
<read>1</read>
|
||||
<pop>0</pop>
|
||||
<push>0</push>
|
||||
</transition>
|
||||
</automaton>
|
||||
</structure>
|
||||
@@ -0,0 +1,155 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--Created with JFLAP 7.1.--><structure>
|
||||
<type>pda</type>
|
||||
<automaton>
|
||||
<!--The list of states.-->
|
||||
<state id="0" name="q0">
|
||||
<x>66.0</x>
|
||||
<y>278.0</y>
|
||||
<initial/>
|
||||
</state>
|
||||
<state id="1" name="q1">
|
||||
<x>283.0</x>
|
||||
<y>535.0</y>
|
||||
</state>
|
||||
<state id="2" name="q2">
|
||||
<x>390.0</x>
|
||||
<y>537.0</y>
|
||||
</state>
|
||||
<state id="3" name="q3">
|
||||
<x>490.0</x>
|
||||
<y>540.0</y>
|
||||
<final/>
|
||||
</state>
|
||||
<state id="4" name="q4">
|
||||
<x>262.0</x>
|
||||
<y>428.0</y>
|
||||
</state>
|
||||
<state id="5" name="q5">
|
||||
<x>174.0</x>
|
||||
<y>289.0</y>
|
||||
</state>
|
||||
<state id="6" name="q6">
|
||||
<x>260.0</x>
|
||||
<y>299.0</y>
|
||||
<final/>
|
||||
</state>
|
||||
<state id="11" name="q11">
|
||||
<x>233.0</x>
|
||||
<y>59.0</y>
|
||||
<label>L = {am bn cp | m = n or n = p}</label>
|
||||
</state>
|
||||
<!--The list of transitions.-->
|
||||
<transition>
|
||||
<from>1</from>
|
||||
<to>1</to>
|
||||
<read>b</read>
|
||||
<pop>B</pop>
|
||||
<push>BB</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>0</from>
|
||||
<to>0</to>
|
||||
<read>a</read>
|
||||
<pop>A</pop>
|
||||
<push>AA</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>2</from>
|
||||
<to>2</to>
|
||||
<read>c</read>
|
||||
<pop>B</pop>
|
||||
<push/>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>5</from>
|
||||
<to>4</to>
|
||||
<read>c</read>
|
||||
<pop>Z</pop>
|
||||
<push>Z</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>0</from>
|
||||
<to>0</to>
|
||||
<read>a</read>
|
||||
<pop>Z</pop>
|
||||
<push>AZ</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>4</from>
|
||||
<to>4</to>
|
||||
<read>c</read>
|
||||
<pop>Z</pop>
|
||||
<push>Z</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>5</from>
|
||||
<to>5</to>
|
||||
<read>b</read>
|
||||
<pop>A</pop>
|
||||
<push/>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>0</from>
|
||||
<to>1</to>
|
||||
<read>b</read>
|
||||
<pop>Z</pop>
|
||||
<push>BZ</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>0</from>
|
||||
<to>1</to>
|
||||
<read>b</read>
|
||||
<pop>A</pop>
|
||||
<push>BA</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>2</from>
|
||||
<to>3</to>
|
||||
<read/>
|
||||
<pop>A</pop>
|
||||
<push>A</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>2</from>
|
||||
<to>3</to>
|
||||
<read/>
|
||||
<pop>Z</pop>
|
||||
<push>Z</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>0</from>
|
||||
<to>4</to>
|
||||
<read>c</read>
|
||||
<pop>Z</pop>
|
||||
<push>Z</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>0</from>
|
||||
<to>5</to>
|
||||
<read>b</read>
|
||||
<pop>A</pop>
|
||||
<push/>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>4</from>
|
||||
<to>6</to>
|
||||
<read/>
|
||||
<pop>Z</pop>
|
||||
<push>Z</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>5</from>
|
||||
<to>6</to>
|
||||
<read/>
|
||||
<pop>Z</pop>
|
||||
<push>Z</push>
|
||||
</transition>
|
||||
<transition>
|
||||
<from>1</from>
|
||||
<to>2</to>
|
||||
<read>c</read>
|
||||
<pop>B</pop>
|
||||
<push/>
|
||||
</transition>
|
||||
</automaton>
|
||||
</structure>
|
||||
Reference in New Issue
Block a user