Practical C
暫譯: 實用 C 語言
Giulio Zambon
- 出版商: Apress
- 出版日期: 2016-11-18
- 售價: $3,560
- 貴賓價: 9.5 折 $3,382
- 語言: 英文
- 頁數: 469
- 裝訂: Paperback
- ISBN: 1484217683
- ISBN-13: 9781484217689
海外代購書籍(需單獨結帳)
相關主題
商品描述
Learn practical C techniques, including often-needed algorithms within reusable functions. In this book, you'll have the following code and advice at your fingertips: layout and pre-processors; control structures, iterations, and selections; pointers and structures; databases; reusability; lists, arrays, FIFO and stacks; searching and sorting; recursion; binary trees; integration; string utilities in/outside of C; web serving using Mongoose; game application code to build a MathSearch puzzle; and embedded software.
Besides providing you with modules that you can immediately put to use, Practical C also teaches you how to leverage the C language in a way that beginner books cannot achieve.
What You Will Learn:
- Avoid pitfalls that can cause intractable problems
- Handle lists and arrays
- Perform searches and sorts
- Binary trees
- Take advantage of recursion
- Handle exceptions
- Access databases
- Calculate integrals using numerical computation with practical applications
- Deal with strings in a convenient, error-free way
- Build a MathSearch game application, similar to WordSearch puzzle games
- Deal with issues specific to embedded applications
Who This Book Is For
Programmers who have a general knowledge of C.
商品描述(中文翻譯)
學習實用的 C 技術,包括常用的算法和可重用的函數。在這本書中,您將隨時獲得以下代碼和建議:佈局和預處理器;控制結構、迭代和選擇;指標和結構;數據庫;可重用性;列表、數組、FIFO 和堆疊;搜尋和排序;遞迴;二元樹;積分;C 語言內外的字串工具;使用 Mongoose 的網頁服務;構建 MathSearch 謎題的遊戲應用程式;以及嵌入式軟體。
除了提供您可以立即使用的模組外,實用 C 還教您如何以初學者書籍無法達到的方式利用 C 語言。
您將學到的內容:
- 避免可能導致難以處理問題的陷阱
- 處理列表和數組
- 執行搜尋和排序
- 二元樹
- 利用遞迴
- 處理例外
- 訪問數據庫
- 使用數值計算進行實際應用的積分計算
- 以方便且無錯誤的方式處理字串
- 構建類似於 WordSearch 謎題遊戲的 MathSearch 遊戲應用程式
- 處理嵌入式應用程式特有的問題
本書適合誰閱讀
具備一般 C 知識的程式設計師。