天天看點

《C語言程式設計:問題與求解方法》——導讀

本節書摘來自華章社群《c語言程式設計:問題與求解方法》一書中的目錄,作者:何 勤,更多章節内容可以通路雲栖社群“華章社群”公衆号檢視

《C語言程式設計:問題與求解方法》——導讀

<a href="https://yq.aliyun.com/articles/170043">第0章 “理想廚房”的工作原理</a>

<a href="https://yq.aliyun.com/articles/170054">0.1 理想廚房系統</a>

<a href="https://yq.aliyun.com/articles/170066">0.2 理想廚房系統的一個炒菜執行個體</a>

<a href="https://yq.aliyun.com/articles/170070">0.3 “理想廚房”工作的重要特點</a>

<a href="https://yq.aliyun.com/articles/170085">0.4 理想廚房系統與計算機系統術語對照表</a>

<a href="https://yq.aliyun.com/articles/170095">本章習題</a>

<a href="https://yq.aliyun.com/articles/170106">第1章 計算機的基本工作原理</a>

<a href="https://yq.aliyun.com/articles/170137">1.1 二進制簡介</a>

<a href="https://yq.aliyun.com/articles/170158">1.2 計算機系統</a>

<a href="https://yq.aliyun.com/articles/170178">1.3 提高部分</a>

<a href="https://yq.aliyun.com/articles/170190">本章習題</a>

<a href="https://yq.aliyun.com/articles/170200">第2章 c語言程式結構和基本文法要素</a>

<a href="https://yq.aliyun.com/articles/170203">2.1 進階程式設計語言和編譯程式簡介</a>

<a href="https://yq.aliyun.com/articles/170209">2.2 c語言曆史概述</a>

<a href="https://yq.aliyun.com/articles/170218">2.3 c語言源程式的主要構成成分:函數定義</a>

<a href="https://yq.aliyun.com/articles/170291">2.4 c語言源程式的次要組成成分:編譯預處理指令、注釋和聲明</a>

<a href="https://yq.aliyun.com/articles/170238">2.5 c語言字元集</a>

<a href="https://yq.aliyun.com/articles/170244">2.6 辨別符</a>

<a href="https://yq.aliyun.com/articles/170252">2.7 關鍵字</a>

<a href="https://yq.aliyun.com/articles/170256">2.8 分隔符</a>

<a href="https://yq.aliyun.com/articles/170266">2.9 常量</a>

<a href="https://yq.aliyun.com/articles/170282">2.10 變量</a>

<a href="https://yq.aliyun.com/articles/170299">2.11 資料輸出—格式化輸出函數 printf()的用法</a>

<a href="https://yq.aliyun.com/articles/170315">2.12 資料輸入—格式化輸入庫函數scanf()的用法</a>

<a href="https://yq.aliyun.com/articles/170323">2.13 運算符</a>

<a href="https://yq.aliyun.com/articles/170328">2.14 表達式</a>

<a href="https://yq.aliyun.com/articles/170336">2.15 算術表達式</a>

<a href="https://yq.aliyun.com/articles/170346">2.16 指派語句</a>

<a href="https://yq.aliyun.com/articles/170361">2.17 提高部分</a>

<a href="https://yq.aliyun.com/articles/170369">本章習題</a>

<a href="https://yq.aliyun.com/articles/170380">第3章 順序結構程式設計</a>

<a href="https://yq.aliyun.com/articles/170385">3.1 語句執行的順序性</a>

<a href="https://yq.aliyun.com/articles/170391">3.2 用計算機求解問題的步驟</a>

<a href="https://yq.aliyun.com/articles/170399">3.3 逐漸求精的僞代碼</a>

<a href="https://yq.aliyun.com/articles/170412">3.4 驗證算法的方法</a>

<a href="https://yq.aliyun.com/articles/170417">3.5 指派表達式和多重指派</a>

<a href="https://yq.aliyun.com/articles/170431">3.6 變量類型的進一步讨論</a>

<a href="https://yq.aliyun.com/articles/170442">3.7 各種類型的常量</a>

<a href="https://yq.aliyun.com/articles/170450">3.8 不同類型資料之間的類型轉換</a>

<a href="https://yq.aliyun.com/articles/170456">3.9 常見程式設計錯誤</a>

<a href="https://yq.aliyun.com/articles/170489">3.10 提高部分</a>

<a href="https://yq.aliyun.com/articles/170500">本章習題</a>

繼續閱讀