mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 12:05:45 +00:00
4 lines
131 KiB
XML
4 lines
131 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="761px" height="711px" viewBox="-0.5 -0.5 761 711" 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="1342" 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="yleWj_sTlbTEk88g4UvZ-2" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1"> <mxGeometry x="30" y="150" width="760" height="340" as="geometry" /> </mxCell> <mxCell id="ziIlD22jRRgznXbnd_Pz-31" value="" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" parent="1" vertex="1"> <mxGeometry x="30" y="520" width="760" height="340" as="geometry" /> </mxCell> <mxCell id="VdYbTHld89OuLFfJt27s-36" value="C 语言" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#fff2cc;strokeColor=#d6b656;" parent="1" vertex="1"> <mxGeometry x="710" y="170" width="60" height="30" as="geometry" /> </mxCell> <mxCell id="VdYbTHld89OuLFfJt27s-37" value="内存" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#fff2cc;strokeColor=#d6b656;" parent="1" vertex="1"> <mxGeometry x="710" y="560" width="60" height="30" as="geometry" /> </mxCell> <mxCell id="yleWj_sTlbTEk88g4UvZ-3" value="int arr [5] = {1,2,3,4,5,6}" style="text;html=1;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1"> <mxGeometry x="280" y="260" width="220" height="30" as="geometry" /> </mxCell> <mxCell id="yleWj_sTlbTEk88g4UvZ-5" value="arr[0]" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1"> <mxGeometry x="315" y="570" width="70" height="40" as="geometry" /> </mxCell> <mxCell id="iyF1qP0gk0sBdknV34zy-11" style="rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;flowAnimation=1;" edge="1" parent="1" source="TarcTMiuvF5Ln6popPVa-1" target="yleWj_sTlbTEk88g4UvZ-5"> <mxGeometry relative="1" as="geometry" /> </mxCell> <mxCell id="TarcTMiuvF5Ln6popPVa-1" value="" style="rounded=0;whiteSpace=wrap;html=1;opacity=50;" parent="1" vertex="1">
|