You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
4.2 KiB
62 lines
4.2 KiB
<mxfile host="65bd71144e">
|
|
<diagram id="PMu98cKc3D4VIhS_0sOB" name="Page-1">
|
|
<mxGraphModel dx="746" dy="563" 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="2" style="edgeStyle=none;html=1;" edge="1" parent="1" source="3" target="5">
|
|
<mxGeometry relative="1" as="geometry">
|
|
<mxPoint x="280" y="170" as="targetPoint"/>
|
|
</mxGeometry>
|
|
</mxCell>
|
|
<mxCell id="3" value="sort_data" style="ellipse;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
<mxGeometry x="220" y="50" width="120" height="80" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="4" style="edgeStyle=none;html=1;" edge="1" parent="1" source="5" target="9">
|
|
<mxGeometry relative="1" as="geometry">
|
|
<mxPoint x="280" y="260" as="targetPoint"/>
|
|
</mxGeometry>
|
|
</mxCell>
|
|
<mxCell id="5" value="按借阅次数冒泡排序" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
<mxGeometry x="220" y="170" width="120" height="60" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="6" style="edgeStyle=none;html=1;" edge="1" parent="1" source="9" target="10">
|
|
<mxGeometry relative="1" as="geometry">
|
|
<mxPoint x="280" y="350" as="targetPoint"/>
|
|
</mxGeometry>
|
|
</mxCell>
|
|
<mxCell id="7" style="edgeStyle=none;html=1;" edge="1" parent="1" source="9" target="12">
|
|
<mxGeometry relative="1" as="geometry">
|
|
<mxPoint x="380" y="290" as="targetPoint"/>
|
|
</mxGeometry>
|
|
</mxCell>
|
|
<mxCell id="8" style="edgeStyle=none;html=1;" edge="1" parent="1" source="9" target="14">
|
|
<mxGeometry relative="1" as="geometry">
|
|
<mxPoint x="190" y="290" as="targetPoint"/>
|
|
</mxGeometry>
|
|
</mxCell>
|
|
<mxCell id="9" value="遍历" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
<mxGeometry x="220" y="260" width="120" height="60" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="10" value="交换" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
<mxGeometry x="220" y="370" width="120" height="60" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="11" value="前面比后边大" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
|
|
<mxGeometry x="190" y="330" width="100" height="30" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="12" value="排序结束" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
<mxGeometry x="410" y="260" width="120" height="60" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="13" value="后边比前边大" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
|
|
<mxGeometry x="320" y="255" width="100" height="30" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="14" value="按编号排序" style="rounded=0;whiteSpace=wrap;html=1;" vertex="1" parent="1">
|
|
<mxGeometry x="20" y="260" width="120" height="60" as="geometry"/>
|
|
</mxCell>
|
|
<mxCell id="15" value="借阅次数相同<br>" style="text;html=1;align=center;verticalAlign=middle;resizable=0;points=[];autosize=1;strokeColor=none;fillColor=none;" vertex="1" parent="1">
|
|
<mxGeometry x="140" y="255" width="100" height="30" as="geometry"/>
|
|
</mxCell>
|
|
</root>
|
|
</mxGraphModel>
|
|
</diagram>
|
|
</mxfile> |