{"id":1054,"date":"2024-10-19T10:47:29","date_gmt":"2024-10-19T10:47:29","guid":{"rendered":"https:\/\/blue16.cn\/?p=1054"},"modified":"2024-10-19T10:47:32","modified_gmt":"2024-10-19T10:47:32","slug":"c%e8%af%ad%e8%a8%80%e7%9b%b8%e5%85%b3%e8%af%ad%e6%b3%95%e7%ac%94%e8%ae%b0","status":"publish","type":"post","link":"https:\/\/blue16.cn\/index.php\/2024\/10\/19\/1054\/","title":{"rendered":"C\u8bed\u8a00\u76f8\u5173\u8bed\u6cd5\u7b14\u8bb0"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u7b80\u4ecb<\/h2>\n\n\n\n<p>\u8fd9\u4e2a\u535a\u5ba2\u8bb0\u5f55\u4e00\u4e0b\u6211\u9047\u5230\u7684\u8bed\u6cd5\u4e0a\u7684\u95ee\u9898\uff0c\u65b9\u4fbf\u540e\u9762\u7528\u5230\u5feb\u901f\u67e5\u9605\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u5982\u4f55\u8f93\u51fa\u4e0d\u540c\u8fdb\u5236\u7684\u6570\u5b57<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u5341\u516d\u8fdb\u5236<\/h3>\n\n\n\n<p>\u5e38\u7528\u4e8e\u8f93\u51fa\u5185\u5b58\u5730\u5740\uff0c<code>0x<\/code>\u524d\u7f00\u8868\u793a\u968f\u540e\u7684\u6570\u5b57\u662f\u5341\u516d\u8fdb\u5236\u683c\u5f0f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;stdio.h&gt;\n\nint main() {\n    unsigned int num = 255;\n\n    printf(\"\u5341\u8fdb\u5236\u6570: %u\\n\", num);\n    printf(\"\u5341\u516d\u8fdb\u5236\uff08\u5c0f\u5199\uff09: %x\\n\", num);\n    printf(\"\u5341\u516d\u8fdb\u5236\uff08\u5927\u5199\uff09: %X\\n\", num);\n    printf(\"\u5e26\u524d\u7f00\u7684\u5341\u516d\u8fdb\u5236\uff08\u5c0f\u5199\uff09: %#x\\n\", num);\n    printf(\"\u5e26\u524d\u7f00\u7684\u5341\u516d\u8fdb\u5236\uff08\u5927\u5199\uff09: %#X\\n\", num);\n\n    return 0;\n}\n<\/code><\/pre>\n\n\n\n<p>\u8f93\u51fa\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u5341\u8fdb\u5236\u6570: 255\n\u5341\u516d\u8fdb\u5236\uff08\u5c0f\u5199\uff09: ff\n\u5341\u516d\u8fdb\u5236\uff08\u5927\u5199\uff09: FF\n\u5e26\u524d\u7f00\u7684\u5341\u516d\u8fdb\u5236\uff08\u5c0f\u5199\uff09: 0xff\n\u5e26\u524d\u7f00\u7684\u5341\u516d\u8fdb\u5236\uff08\u5927\u5199\uff09: 0XFF\n<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">\u5176\u4ed6\u8fdb\u5236\u7684\u7b26\u53f7<\/h4>\n\n\n\n<p>\u6ce8\u610f\uff1a\u6ca1\u6709\u4e8c\u8fdb\u5236\uff0c\u5982\u679c\u8981\u8f93\u51fa\u4e8c\u8fdb\u5236\u9700\u8981\u81ea\u5df1\u5199\u4ee3\u7801\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>    unsigned int num = 255; \/\/ \u793a\u4f8b\u6570\u5b57\n\n    \/\/ \u8f93\u51fa\u516b\u8fdb\u5236\n    printf(\"\u516b\u8fdb\u5236: %o\\n\", num);\n\n    \/\/ \u8f93\u51fa\u5341\u8fdb\u5236\n    printf(\"\u5341\u8fdb\u5236: %u\\n\", num);<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">\u8fd0\u7b97\u7b26<\/h3>\n\n\n\n<p>\u201c&lt;&lt;\u201c\u548c&#8221;&gt;&gt;&#8221;\u4f4d\u8fd0\u7b97\u7b26\uff1a<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u7b80\u4ecb \u8fd9\u4e2a\u535a\u5ba2\u8bb0\u5f55\u4e00\u4e0b\u6211\u9047\u5230\u7684\u8bed\u6cd5\u4e0a\u7684\u95ee\u9898\uff0c\u65b9\u4fbf\u540e\u9762\u7528\u5230\u5feb\u901f\u67e5\u9605\u3002 \u5982\u4f55\u8f93\u51fa\u4e0d\u540c\u8fdb\u5236\u7684\u6570\u5b57 \u5341\u516d\u8fdb\u5236 \u5e38\u7528\u4e8e\u8f93 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[61,26,27],"tags":[],"class_list":["post-1054","post","type-post","status-publish","format-standard","hentry","category-c-c","category-study","category-study_note"],"_links":{"self":[{"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/posts\/1054","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/comments?post=1054"}],"version-history":[{"count":1,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/posts\/1054\/revisions"}],"predecessor-version":[{"id":1083,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/posts\/1054\/revisions\/1083"}],"wp:attachment":[{"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/media?parent=1054"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/categories?post=1054"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blue16.cn\/index.php\/wp-json\/wp\/v2\/tags?post=1054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}