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.
66 lines
5.8 KiB
66 lines
5.8 KiB
2 years ago
|
<svg host="65bd71144e" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="121px" height="331px" viewBox="-0.5 -0.5 121 331" content="<mxfile><diagram id="N5vIadnCPQ0VjbP5Tubx" name="第 1 页">3VbLrpswEP2a2VaAedhLSEi7qVQpi/YureAGJIIjx0lIv75jMGBC7m0q9aVuIs/xzNg+Z04EkNWhfa/4sfwoC1FD4BUtkDUEQUwI/hrg1gNRTHtgr6qih/wJ2FbfhAU9i56rQpxmiVrKWlfHObiTTSN2eoZxpeR1nvZV1vNTj3wvFsB2x+sl+rkqdNmjNEgm/IOo9uVwsh+zfufAh2T7klPJC3l1IJIDWSkpdb86tCtRG+4GXvq6zSu748WUaPQzBVaIC6/P9m32Xvo2PFY0RWo4w6iRDYJZqQ81Rj4u8Rh1+4KB9y4awhd3b20098boNkRtpZ0yjF6cnanIBEPN8m2D9lzthYWsBKK4U/Akz2pnoXAkGgdUyIPAm2HKdZIysvKUjooDpkTNdXWZt+d2ovZju/GET7LC+waeHX5m29jRD2Jv3qG/qC1ylbvr4wd3jby7Rj0ri0a4cF49Qd1gPB6ScDkkOQNGIMshp5D6kFLIE2Ap0BDyCGgMDHNiyIjZxQXNOySCDHM2ixlT8twUorCDcy0rLbZH3ul1xX+Q+cy9OgcXobRoHWipcTuQ9VgEZwRGft0ZuBfLlXtG8BtsRv+b5cInLBf/Tcslc7UJ+0WWI+Fvs1z8wHIRpLnxWB5CxoCyzmm4WJsFvgk9Zpy2App0/gyA0q5qY/LRn5icdlVoXerjUWjebAMssy7GUtM76zqhVT1jVXMINWvTKYQ0cZz+r/t6VPpP+Dp5INmCIETSjmujwhpYsvR+XeNnjHiWrgU3Dxh8lq6Rmh/RRX+eLgynr5reENOnIcm/Aw==</diagram></mxfile>">
|
||
|
<defs/>
|
||
|
<g>
|
||
|
<path d="M 60 140 L 60 80" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/>
|
||
|
<rect x="0" y="140" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/>
|
||
|
<g transform="translate(-0.5 -0.5)">
|
||
|
<switch>
|
||
|
<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
|
||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 170px; margin-left: 1px;">
|
||
|
<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
|
||
|
<div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">
|
||
|
链表的冒泡排序
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</foreignObject>
|
||
|
<text x="60" y="174" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">
|
||
|
链表的冒泡排序
|
||
|
</text>
|
||
|
</switch>
|
||
|
</g>
|
||
|
<path d="M 60 270 L 60 200" fill="none" stroke="rgb(0, 0, 0)" stroke-miterlimit="10" pointer-events="stroke"/>
|
||
|
<rect x="0" y="270" width="120" height="60" rx="9" ry="9" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/>
|
||
|
<g transform="translate(-0.5 -0.5)">
|
||
|
<switch>
|
||
|
<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
|
||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 300px; margin-left: 1px;">
|
||
|
<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
|
||
|
<div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">
|
||
|
定义前后指针对物品id进行从小到大的排序
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</foreignObject>
|
||
|
<text x="60" y="304" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">
|
||
|
定义前后指针对物品id进行从小到大的排序
|
||
|
</text>
|
||
|
</switch>
|
||
|
</g>
|
||
|
<ellipse cx="60" cy="40" rx="60" ry="40" fill="rgb(255, 255, 255)" stroke="rgb(0, 0, 0)" pointer-events="all"/>
|
||
|
<g transform="translate(-0.5 -0.5)">
|
||
|
<switch>
|
||
|
<foreignObject pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" style="overflow: visible; text-align: left;">
|
||
|
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 40px; margin-left: 1px;">
|
||
|
<div data-drawio-colors="color: rgb(0, 0, 0); " style="box-sizing: border-box; font-size: 0px; text-align: center;">
|
||
|
<div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: rgb(0, 0, 0); line-height: 1.2; pointer-events: all; white-space: normal; overflow-wrap: normal;">
|
||
|
排序模块
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</foreignObject>
|
||
|
<text x="60" y="44" fill="rgb(0, 0, 0)" font-family="Helvetica" font-size="12px" text-anchor="middle">
|
||
|
排序模块
|
||
|
</text>
|
||
|
</switch>
|
||
|
</g>
|
||
|
</g>
|
||
|
<switch>
|
||
|
<g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/>
|
||
|
<a transform="translate(0,-5)" xlink:href="https://www.diagrams.net/doc/faq/svg-export-text-problems" target="_blank">
|
||
|
<text text-anchor="middle" font-size="10px" x="50%" y="100%">
|
||
|
Text is not SVG - cannot display
|
||
|
</text>
|
||
|
</a>
|
||
|
</switch>
|
||
|
</svg>
|