C: From Theory to Practice (Paperback)
暫譯: C: 從理論到實踐 (平裝本)

George S. Tselikis, Nikolaos D. Tselikas

買這商品的人也買了...

相關主題

商品描述

<內容簡介>

1. Presents the theory behind C in an accessible way with hints and advice
2. Gives thorough explanations of complicated concepts, such as pointers, structures, memory management, and files
3. Provides concrete examples that illustrate hands-on programming
4. Includes exercises to test students’ programming skills
5. Offers source code online

<章節目錄>

Ch1: Introduction to C

Ch2: Data Types, Variables, and Data Output

Ch3: Getting Input with scanf()

Ch4: Operators

Ch5: Program Control

Ch6: Loops

Ch7: Arrays

Ch8: Pointers

Ch9: Characters

Ch10: Strings

Ch11: Functions

Ch12: Searching and Sorting Arrays

Ch13: Structures and Unions

Ch14: Memory Management and Data Structures

Ch15: Files

Ch16: Preprocessor Directives and Macros

Ch17: Review Exercises

 

商品描述(中文翻譯)

內容簡介
1. 以易於理解的方式介紹 C 語言背後的理論,並提供提示和建議
2. 對複雜概念進行詳細解釋,例如指標、結構、記憶體管理和檔案
3. 提供具體範例,說明實作編程
4. 包含練習題以測試學生的編程技能
5. 提供線上原始碼

章節目錄
Ch1: C 語言簡介
Ch2: 資料類型、變數與資料輸出
Ch3: 使用 scanf() 獲取輸入
Ch4: 運算子
Ch5: 程式控制
Ch6: 迴圈
Ch7: 陣列
Ch8: 指標
Ch9: 字元
Ch10: 字串
Ch11: 函數
Ch12: 陣列的搜尋與排序
Ch13: 結構與聯合
Ch14: 記憶體管理與資料結構
Ch15: 檔案
Ch16: 預處理指令與巨集
Ch17: 複習練習