《深入理解計算機系統》 第一章 計算機系統漫遊 : 從helloworl初識程序在計算機中的存儲,編譯和運行

一 : 程序如何在計算機中表示,存儲?      1.1   C語言的helloworld程序 hello.c ,內容大致如下           #include <stdio.h>          main() {               printf("hello world\n");          }      1.2   計算機眼中的 hello.c ,大部分現代計算機都使用A
相關文章
相關標籤/搜索