{"id":329,"date":"2023-01-10T15:43:58","date_gmt":"2023-01-10T07:43:58","guid":{"rendered":"https:\/\/9iwd.top\/?p=329"},"modified":"2023-01-10T15:43:59","modified_gmt":"2023-01-10T07:43:59","slug":"06-5-c%e5%86%92%e6%b3%a1%e6%8e%92%e5%ba%8f","status":"publish","type":"post","link":"http:\/\/9iwd.top\/?p=329","title":{"rendered":"06.5 C++\u5192\u6ce1\u6392\u5e8f"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#include &lt;iostream>\/\/ \u8f93\u51fa\u6d41\u5e93\r\nusing namespace std;\/\/ \u4f7f\u7528\u6807\u51c6\u547d\u540d\u7a7a\u95f4\r\n\r\n\/\/\u8bfe\u7a0b06.5  \u5192\u6ce1\u6392\u5e8f\r\n\r\nint main()\r\n{\r\n\t\/\/1\u3001\u521d\u59cb\u5b9a\u4e49\u6570\u7ec4\r\n\tint arr&#91;] = { 4,2,8,0,5,7,1,3,9 };\r\n\t\/\/\u53d6\u6570\u7ec4\u957f\u5ea6\r\n\tint end = sizeof(arr) \/ sizeof(arr&#91;0]);\r\n\r\n\tcout &lt;&lt; \"\u6392\u5e8f\u524d\u7684\u6570\u636e\" &lt;&lt; endl;\r\n\tfor (int i = 0; i &lt; end; i++)\r\n\t{\r\n\t\tcout &lt;&lt; arr&#91;i] &lt;&lt; \" \";\r\n\t}\r\n\tcout &lt;&lt; endl;\r\n\r\n\t\/\/\u5916\u90e8\u5faa\u73af\u6b21\u6570 = \u5143\u7d20\u4e2a\u6570 - 1\r\n\tfor (int i = 0; i &lt; end - 1; i++)\r\n\t{\r\n\t\t\/\/\u5d4c\u5957\u5faa\u73af\uff0c\u6267\u884c\u6570\u636e\u4e92\u6362\uff0c\u6b21\u6570 = \u5143\u7d20\u4e2a\u6570 - \u5f53\u524d\u8f6e\u6570 - 1\r\n\t\tfor (int j = 0; j &lt; end - i - 1; j++)\r\n\t\t{\r\n\t\t\t\/\/\u5224\u65ad\uff1a\u5982\u679carr&#91;j] > arr&#91;j + 1]\u5c06\u4e24\u4e2a\u5143\u7d20\u6570\u636e\u4ea4\u6362\r\n\t\t\tif (arr&#91;j] > arr&#91;j + 1])\r\n\t\t\t{\r\n\t\t\t\tint temp = arr&#91;j];\r\n\t\t\t\tarr&#91;j] = arr&#91;j + 1];\r\n\t\t\t\tarr&#91;j + 1] = temp;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\tcout &lt;&lt; \"\u6392\u5e8f\u540e\u7684\u6570\u636e\" &lt;&lt; endl;\r\n\tfor (int i = 0; i &lt; end; i++)\r\n\t{\r\n\t\tcout &lt;&lt; arr&#91;i] &lt;&lt; \" \";\r\n\t}\r\n\tcout &lt;&lt; endl;\r\n\tsystem(\"pause\");\/\/ \u63a7\u5236\u53f0\u6682\u505c\uff0c\u7b49\u5f85\u4e0b\u4e00\u6b65\r\n\treturn 0;\/\/\u7ed3\u675f\u8fd4\u56de\u503c\uff1a0\r\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[],"_links":{"self":[{"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/posts\/329"}],"collection":[{"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=329"}],"version-history":[{"count":0,"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/posts\/329\/revisions"}],"wp:attachment":[{"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=329"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=329"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=329"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}