C: From Theory to Practice (Paperback)
George S. Tselikis, Nikolaos D. Tselikas
- 出版商: CRC
- 出版日期: 2014-02-12
- 售價: $1,311
- 語言: 英文
- 頁數: 518
- 裝訂: Hardcover
- ISBN: 1482214504
- ISBN-13: 9781482214505
-
其他版本:
C: From Theory to Practice, 2/e (Paperback)
買這商品的人也買了...
-
$980$980 -
$880$695 -
$620$527 -
$400$380 -
$400$380 -
$280$266 -
$680$578 -
$560$437 -
$450$356 -
$350$263 -
$560$442 -
$580$493 -
$450$356 -
$1,200$948 -
$880$695 -
$480$408 -
$780$616 -
$360$284 -
$390$332 -
$520$411 -
$560$476 -
$520$411 -
$450$356 -
$500$390 -
$699$629
相關主題
商品描述
<內容簡介>
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