mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
4 lines
271 KiB
XML
4 lines
271 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="806px" height="726px" viewBox="-0.5 -0.5 806 726" 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="-Q4mrbVCqpJcpZM0VDck"> <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="OHhybVvsQV8OHmarZiQW-2" value="保留区域" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#bac8d3;strokeColor=#23445d;" vertex="1" parent="1"> <mxGeometry x="280" y="680" width="160" height="40" as="geometry" /> </mxCell> <mxCell id="OHhybVvsQV8OHmarZiQW-3" value="程序代码区" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#b1ddf0;strokeColor=#10739e;" vertex="1" parent="1"> <mxGeometry x="280" y="640" width="160" height="40" as="geometry" /> </mxCell> <mxCell id="OHhybVvsQV8OHmarZiQW-4" value="常量区&lt;div&gt;(一般常量、字符串常量)&lt;/div&gt;" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#fad7ac;strokeColor=#b46504;" vertex="1" parent="1"> <mxGeometry x="280" y="560" width="160" height="80" as="geometry" /> </mxCell> <mxCell id="OHhybVvsQV8OHmarZiQW-5" value="全局数据区&lt;div&gt;(全局变量、静态变量)&lt;/div&gt;" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#e1d5e7;strokeColor=#9673a6;" vertex="1" parent="1"> <mxGeometry x="280" y="480" width="160" height="80" as="geometry" /> </mxCell> <mxCell id="OHhybVvsQV8OHmarZiQW-6" value="堆(向上增长)" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#ffe6cc;strokeColor=#d79b00;" vertex="1" parent="1"> <mxGeometry x="280" y="440" width="160" height="40" as="geometry" /> </mxCell> <mxCell id="OHhybVvsQV8OHmarZiQW-7" value="未被分配的内存" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" vertex="1" parent="1"> <mxGeometry x="280" y="360" width="160" height="80" as="geometry" /> </mxCell> <mxCell id="OHhybVvsQV8OHmarZiQW-8" value="动态链接库" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1"> <mxGeometry x="280" y="320" width="160" height="40" as="geometry" /> </mxCell> <mxCell id="OHhybVvsQV8OHmarZiQW-9" value="未被分配的内存" style="rounded=0;whiteSpace=wrap;html=1;f
|