mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
4 lines
778 KiB
XML
4 lines
778 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Do not edit this file with editors other than draw.io -->
|
||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="1012px" height="1094px" viewBox="-0.5 -0.5 1012 1094" content="<mxfile host="Electron" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.7.8 Chrome/128.0.6613.36 Electron/32.0.1 Safari/537.36" version="24.7.8" scale="1" border="0"> <diagram name="第 1 页" id="qiLGbhmqBYuWriiyt_7s"> <mxGraphModel dx="1418" dy="820" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0"> <root> <mxCell id="0" /> <mxCell id="1" parent="0" /> <mxCell id="VdYbTHld89OuLFfJt27s-36" value="C 语言编译器步骤" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#b0e3e6;strokeColor=#0e8088;" parent="1" vertex="1"> <mxGeometry x="20" y="505" width="60" height="210" as="geometry" /> </mxCell> <mxCell id="g4Ofyzu8SUWh1HxyTMmD-21" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;flowAnimation=1;shadow=1;" edge="1" parent="1" source="qdh-rhmfiIqsXSDn4BEg-1" target="g4Ofyzu8SUWh1HxyTMmD-18"> <mxGeometry relative="1" as="geometry" /> </mxCell> <mxCell id="qdh-rhmfiIqsXSDn4BEg-1" value="① 词法分析" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#f5f5f5;fontColor=#333333;strokeColor=#666666;" parent="1" vertex="1"> <mxGeometry x="199" y="90" width="110" height="30" as="geometry" /> </mxCell> <mxCell id="g4Ofyzu8SUWh1HxyTMmD-26" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;flowAnimation=1;shadow=1;" edge="1" parent="1" source="g4Ofyzu8SUWh1HxyTMmD-3" target="g4Ofyzu8SUWh1HxyTMmD-23"> <mxGeometry relative="1" as="geometry" /> </mxCell> <mxCell id="g4Ofyzu8SUWh1HxyTMmD-3" value="② 语法分析" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1"> <mxGeometry x="199" y="220" width="110" height="30" as="geometry" /> </mxCell> <mxCell id="g4Ofyzu8SUWh1HxyTMmD-4" value="③ 语义分析" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#d5e8d4;strokeColor=#82b366;" vertex="1" parent="1"> <mxGeometry x="198" y="375" width="110" height="30" as="geometry" /> </mxCell> <mxCell id="g4Ofyzu8SUWh1HxyTMmD-36" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;flowAnimation=1;shadow=1;" edge="1" parent="1" source="g4Ofyzu8SUWh1HxyTMmD-5" target="g4Ofyzu8SUWh1HxyTMmD-33"> <mxGeometry relative="1" as="
|