Skip to content

Commit

Permalink
Update a post
Browse files Browse the repository at this point in the history
  • Loading branch information
nftuoa committed Nov 20, 2024
1 parent 3460b82 commit e39bd6d
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</span></span><span style="display:flex;"><span> <span style="color:#a6e22e">printf</span>(<span style="color:#e6db74">"Hello, World!"</span>);
</span></span><span style="display:flex;"><span>}
</span></span></code></pre></div><p>这是一个最简单的"Hello, World"C程序,计算机在存储它时通过ASCII标准将其中的字符与换行转化为ASCII码,并以ASCII码的形式储存。存储在计算机中的这段程序其实只是一串有顺序的二进制位,这些二进制位的每八位组成一个"字节",每个字节都代表其中的一个字符。
其他数据也采用了相同的表达方式:在不同的语境中,一串相同的字节可能是整数、浮点、字符串、机器指令etc……</p>
其他数据也采用了相同的表达方式:在不同的语境中,一串相同的字节可能是整数、浮点、字符串、机器指令、etc</p>


<h2 class="relative group">程序被其他程序翻译为各种形式
Expand Down
Loading

0 comments on commit e39bd6d

Please sign in to comment.