Problem Solving and Program Design in C, 7/e (Paperback)
暫譯: C語言問題解決與程式設計,第7版 (平裝本)
Jeri R. Hanly
- 出版商: Prentice Hall
- 出版日期: 2012-05-01
- 售價: $1,323
- 語言: 英文
- 頁數: 920
- 裝訂: Paperback
- ISBN: 0273774190
- ISBN-13: 9780273774198
已過版
買這商品的人也買了...
-
$620$527 -
$199$169 -
$590$502 -
$680$666 -
$650$514 -
$1,280$1,254 -
$580$452 -
$1,500$1,185 -
$360$284 -
$360$281 -
$400$316 -
$550$435 -
$880$695 -
$550$435 -
$780$616 -
$360$284 -
$500$395 -
$690$538 -
$680$537 -
$1,800$1,800 -
$1,600$1,600 -
$80$76 -
$450$356 -
$500$395 -
$580$458
商品描述
<內容簡介>
Problem Solving and Program Design in C is one of the best-selling introductory programming textbooks using the C programming language. It embraces a balanced approach to program development and an introduction to ANSI C. The book provides a gradual introduction to pointers and covers programming with functions early in the text. In later chapters, students learn to implement fundamental data structures such as lists, stacks, queues, and trees in a language that fosters their understanding of stack- and heap-dynamic memory allocation and programmer-controlled pointers. To enhance students’ learning experience it offers the right amount of pedagogical features that include end-of-section and chapter exercises, examples and case studies, syntax and program style display boxes, error discussions and end-of-chapter projects.
Features
Gradual introduction to pointers with a consistent emphasis on the connection between problem solving skills and effective software development.
Early coverage of functions, logical operators, and operators with side effects.
Chapter 0 explains the various fields of study in CS, as well as the career paths available to those who major in CS-related disciplines.
Inclusion of advanced programming topics in the “Multiprocessing Using Processes and Threads” chapter.
“On to C++” chapter provides an introduction to the C++ programming language.
End-of-section and end-of-chapter exercises, case studies and end-of-chapter projects offer practical learning opportunities at relevant points in the text.
A glossary provides quick access to important computing terms.
New to This Edition
To help motivate the study of introductory programming and as a vehicle to help students understand how to use libraries and to call functions, Chapters 3 (Functions), 5 (Loops), and 7 (Arrays) include optional sections on graphics programming:
* Section 3.6: Introduction to Computer Graphics
* Section 5.11: Loops in Graphics Programs
* Section 7.10: Graphics Programs with Arrays
Chapter 6 (Pointers and Modular Programming) includes a new section 6.1 on pointers
New complete programs show use of if statements in Chapter 4
New complete program show use of switch statement in Chapter 4
Chapter 7 (Simple Data Types) in previous edition is eliminated and its contents integrated into other chapters of the book
Hardware examples in Chapter 1 are updated to reflect current technology
Several chapters contain new programming project homework problems
<章節目錄>
0. Computer Science as a Career Path
1. Overview of Computers and Programming
2. Overview of C
3. Top-Down Design with Functions
4. Selection Structures: if and switch Statements
5. Repetition and Loop Statements
6. Pointers and Modular Programming
7. Arrays
8. Strings
9. Recursion
10. Structure and Union Types
11. Text and Binary File Processing
12. Programming in the Large
13. Dynamic Data Structures
14. Multiprocessing Using Processes and Threads
15. On to C++ (Online at www.aw.com/cssupport)
商品描述(中文翻譯)
內容簡介
《Problem Solving and Program Design in C》是一本使用 C 程式語言的暢銷入門程式設計教科書。它採取平衡的程式開發方法並介紹 ANSI C。本書逐步介紹指標,並在文本早期涵蓋函數編程。在後面的章節中,學生將學習如何在一種促進他們理解堆疊和堆動態記憶體分配及程式設計師控制指標的語言中實現基本資料結構,如列表、堆疊、佇列和樹。為了增強學生的學習體驗,本書提供了適量的教學特徵,包括每個章節和小節的練習、範例和案例研究、語法和程式風格顯示框、錯誤討論以及章末專案。
特點
- 逐步介紹指標,並持續強調問題解決技能與有效軟體開發之間的聯繫。
- 早期涵蓋函數、邏輯運算子和具有副作用的運算子。
- 第 0 章解釋計算機科學的各個研究領域,以及主修計算機科學相關學科的職業道路。
- 在「使用進程和執行緒的多處理」章中包含進階程式設計主題。
- 「進入 C++」章提供 C++ 程式語言的介紹。
- 每個章節和章末的練習、案例研究和章末專案在文本的相關點提供實用的學習機會。
- 附錄提供快速查閱重要計算術語的詞彙表。
本版新內容
- 為了幫助激勵入門程式設計的學習,並作為幫助學生理解如何使用函式庫和調用函數的工具,第 3 章(函數)、第 5 章(迴圈)和第 7 章(陣列)包含有關圖形程式設計的選擇性部分:
* 第 3.6 節:計算機圖形學簡介
* 第 5.11 節:圖形程式中的迴圈
* 第 7.10 節:使用陣列的圖形程式
- 第 6 章(指標和模組化程式設計)包含新的第 6.1 節,專門講解指標。
- 第 4 章中新增完整程式示範 if 語句的使用。
- 第 4 章中新增完整程式示範 switch 語句的使用。
- 前一版的第 7 章(簡單資料類型)被刪除,其內容整合到本書的其他章節中。
- 第 1 章中的硬體範例已更新,以反映當前技術。
- 幾個章節包含新的程式設計專案作業問題。
章節目錄
0. 計算機科學作為職業道路
1. 計算機和程式設計概述
2. C 概述
3. 使用函數的自上而下設計
4. 選擇結構:if 和 switch 語句
5. 重複和迴圈語句
6. 指標和模組化程式設計
7. 陣列
8. 字串
9. 遞迴
10. 結構和聯合類型
11. 文本和二進位檔案處理
12. 大型程式設計
13. 動態資料結構
14. 使用進程和執行緒的多處理
15. 進入 C++(在線於 www.aw.com/cssupport)