-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstd string
54 lines (54 loc) · 4.5 KB
/
std string
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<mxfile host="app.diagrams.net" modified="2021-10-04T09:30:46.975Z" agent="5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36" etag="GXqyRtJ3I2_O3QaViGYA" version="15.4.1" type="github">
<diagram id="yP5ii22iqRxR5pkb69hl" name="Page-1">
<mxGraphModel dx="1298" dy="811" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="zYzz4IvNwtbLVlWo7-N9-1" value="容量" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333;" vertex="1" parent="1">
<mxGeometry x="120" y="480" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-2" value="长字符串的数据结构" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="110" y="620" width="120" height="20" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-8" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="zYzz4IvNwtbLVlWo7-N9-3" target="zYzz4IvNwtbLVlWo7-N9-7">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-3" value="_M_p指向字符串数组" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
<mxGeometry x="120" y="360" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-7" value="字符串数组" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" vertex="1" parent="1">
<mxGeometry x="370" y="490" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-10" value="字符串长度" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" vertex="1" parent="1">
<mxGeometry x="120" y="420" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-11" value="没用到的8字节" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f5f5f5;strokeColor=#666666;fontColor=#333333;" vertex="1" parent="1">
<mxGeometry x="120" y="540" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-20" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;entryX=1;entryY=0.167;entryDx=0;entryDy=0;entryPerimeter=0;" edge="1" parent="1" source="zYzz4IvNwtbLVlWo7-N9-14" target="zYzz4IvNwtbLVlWo7-N9-15">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="300" y="40" />
<mxPoint x="300" y="150" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-14" value="_M_p指向字符串数组" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#dae8fc;strokeColor=#6c8ebf;" vertex="1" parent="1">
<mxGeometry x="120" y="10" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-15" value="字符串数组" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#fff2cc;strokeColor=#d6b656;" vertex="1" parent="1">
<mxGeometry x="120" y="130" width="120" height="120" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-16" value="字符串长度" style="rounded=0;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" vertex="1" parent="1">
<mxGeometry x="120" y="70" width="120" height="60" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-17" value="短字符串的数据结构" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="120" y="280" width="120" height="20" as="geometry" />
</mxCell>
<mxCell id="zYzz4IvNwtbLVlWo7-N9-19" value="local buf" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
<mxGeometry x="60" y="140" width="60" height="20" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>