{"id":425,"date":"2023-09-11T00:22:49","date_gmt":"2023-09-10T16:22:49","guid":{"rendered":"https:\/\/9iwd.top\/?p=425"},"modified":"2023-09-11T00:22:50","modified_gmt":"2023-09-10T16:22:50","slug":"12-3-%e5%87%bd%e6%95%b0%e9%ab%98%e7%ba%a7-%e5%87%bd%e6%95%b0%e9%87%8d%e8%bd%bd-%e5%9f%ba%e7%a1%80%e8%af%ad%e6%b3%95","status":"publish","type":"post","link":"http:\/\/9iwd.top\/?p=425","title":{"rendered":"12.3 \u51fd\u6570\u9ad8\u7ea7-\u51fd\u6570\u91cd\u8f7d-\u57fa\u7840\u8bed\u6cd5"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#include &lt;iostream>\t \/\/ \u8f93\u51fa\u6d41\u5e93\r\nusing namespace std; \/\/ \u4f7f\u7528\u6807\u51c6\u547d\u540d\u7a7a\u95f4\r\n\r\n\/\/ \u8bfe\u7a0b\uff1a03 \u51fd\u6570\u9ad8\u7ea7 - \u51fd\u6570\u91cd\u8f7d - \u57fa\u7840\u8bed\u6cd5\r\n\r\n\/* \u51fd\u6570\u91cd\u8f7d\r\n\u53ef\u4ee5\u8ba9\u51fd\u6570\u540d\u76f8\u540c\uff0c\u63d0\u9ad8\u590d\u7528\u6027\r\n\u51fd\u6570\u91cd\u8f7d\u7684\u6ee1\u8db3\u6761\u4ef6\r\n1\u3001\u5fc5\u987b\u540c\u4e00\u4e2a\u4f5c\u7528\u57df\u4e0b\r\n2\u3001\u51fd\u6570\u540d\u79f0\u76f8\u540c\r\n3\u3001\u51fd\u6570\u7684\u53c2\u6570\u7c7b\u578b\u4e0d\u540c\u3001\u6216\u8005\u4e2a\u6570\u4e0d\u540c\u3001\u6216\u8005\u987a\u5e8f\u4e0d\u540c *\/\r\n\r\n\/\/ \u6ca1\u6709\u53c2\u6570\r\nvoid func()\r\n{\r\n\tcout &lt;&lt; \"func \u7684\u8c03\u7528\" &lt;&lt; endl;\r\n}\r\n\r\n\/\/ \u53ea\u6709int\u53c2\u6570\r\nvoid func(int a)\r\n{\r\n\tcout &lt;&lt; \"func int\u7684\u8c03\u7528\" &lt;&lt; endl;\r\n}\r\n\r\n\/\/ \u53ea\u6709double\u53c2\u6570\r\nvoid func(double a)\r\n{\r\n\tcout &lt;&lt; \"func double\u7684\u8c03\u7528\" &lt;&lt; endl;\r\n}\r\n\r\n\/\/ \u53c2\u6570(double a,int b)\r\nvoid func(double a, int b)\r\n{\r\n\tcout &lt;&lt; \"func \u53c2\u6570(double a,int b)\u7684\u8c03\u7528\" &lt;&lt; endl;\r\n}\r\n\r\n\/\/ \u53c2\u6570(int a,double b)\r\nvoid func(int a, double b)\r\n{\r\n\tcout &lt;&lt; \"func \u53c2\u6570(int a,double b)\u7684\u8c03\u7528\" &lt;&lt; endl;\r\n}\r\n\r\n\/\/ \u6ce8\u610f\u4e8b\u9879\uff0c\u8fd4\u56de\u503c\u4e0d\u80fd\u4f5c\u4e3a\u51fd\u6570\u91cd\u8f7d\u7684\u6761\u4ef6\r\n\/\/ int func(int a, double b)\r\n\/\/ {\r\n\/\/ \tcout &lt;&lt; \"func \u53c2\u6570(int a,double b)\u7684\u8c03\u7528\" &lt;&lt; endl;\r\n\/\/ }\r\n\r\n\/\/ \u7a0b\u5e8f\u5165\u53e3\u51fd\u6570\r\nint main()\r\n{\r\n\tsystem(\"chcp 65001\"); \/\/ \u4e34\u65f6\u8bbe\u7f6eUTF-8\u7f16\u7801\r\n\r\n\tfunc();\t\t\t\/\/ \u6ca1\u6709\u53c2\u6570\r\n\tfunc(10);\t\t\/\/ \u53ea\u6709int\u53c2\u6570\r\n\tfunc(3.14);\t\t\/\/ \u53ea\u6709double\u53c2\u6570\r\n\tfunc(3.14, 10); \/\/ \u53c2\u6570(double a,int b)\r\n\tfunc(10, 3.14); \/\/ \u53c2\u6570(int a,double b)\r\n\r\n\tsystem(\"pause\"); \/\/ \u63a7\u5236\u53f0\u6682\u505c\uff0c\u7b49\u5f85\u4e0b\u4e00\u6b65\u64cd\u4f5c\r\n\treturn 0;\t\t \/\/ \u7ed3\u675f\u8fd4\u56de\u503c\uff1a0\r\n}\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\/425"}],"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=425"}],"version-history":[{"count":1,"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/posts\/425\/revisions"}],"predecessor-version":[{"id":426,"href":"http:\/\/9iwd.top\/index.php?rest_route=\/wp\/v2\/posts\/425\/revisions\/426"}],"wp:attachment":[{"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=425"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=425"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/9iwd.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}