天天看點

《C語言課程設計》一導讀

《C語言課程設計》一導讀

c語言課程設計是計算機程式設計的主要實踐課程,為幫助讀者熟練掌握基本的程式設計方法,我們編寫了本書。

本書将程式設計題目分為檔案類、字元串類、算法類、綜合類和其他類共五大類,集同類題目于一章,友善讀者集中學習;不少題目提供了多種實作方法,啟發讀者多角度思考;題目分析力求重點突出、簡潔明了,而非面面俱到,希望讀者能夠結合參考程式閱讀思考。

本書對c程式設計語言的程式設計環境、調試程式的基本方法、編碼風格等方面進行了介紹。參考程式均按照編碼風格并使用标準c語言撰寫,以增強程式的可讀性,友善讀者自行調試和運作。

<a href="https://yq.aliyun.com/articles/175968">第1章 程式設計環境</a>

<a href="https://yq.aliyun.com/articles/175977">1.1 vc 6.0簡介</a>

<a href="https://yq.aliyun.com/articles/175979">1.2 vs 2008簡介</a>

<a href="https://yq.aliyun.com/articles/175981">1.3 dev-c++簡介</a>

<a href="https://yq.aliyun.com/articles/175984">1.4 eclipse平台簡介</a>

<a href="https://yq.aliyun.com/articles/175987">第2章 編碼風格</a>

<a href="https://yq.aliyun.com/articles/175981">2.1 檔案結構</a>

<a href="https://yq.aliyun.com/articles/175995">2.2 程式排版和注釋</a>

<a href="https://yq.aliyun.com/articles/175998">2.3 命名規則</a>

<a href="https://yq.aliyun.com/articles/176002">2.4 表達式和基本語句</a>

<a href="https://yq.aliyun.com/articles/176005">2.5 函數</a>

<a href="https://yq.aliyun.com/articles/176007">第3章 檔案類</a>

<a href="https://yq.aliyun.com/articles/176009">3.1 檔案複制</a>

<a href="https://yq.aliyun.com/articles/176013">3.2 檔案比較</a>

<a href="https://yq.aliyun.com/articles/176016">3.3 删除c程式注釋</a>

習題

第4章 字元串類

4.1 字元串處理函數

4.2 字元串查找替換

4.3 關鍵字統計

4.4 單詞統計

4.5 最長公共子串

4.6 文章排版

繼續閱讀