Problem Solving and Program Design in C, 7/e (Paperback)
暫譯: C語言問題解決與程式設計,第7版 (平裝本)
Jeri R. Hanly
- 出版商: Prentice Hall
- 出版日期: 2012-05-01
- 售價: $1,350
- 貴賓價: 9.8 折 $1,323
- 語言: 英文
- 頁數: 920
- 裝訂: Paperback
- ISBN: 0273774190
- ISBN-13: 9780273774198
已過版
買這商品的人也買了...
-
大話設計模式$620$490 -
密技偷偷報密字第伍拾伍號
$199$157 -
大話資料結構$590$466 -
STM32F4-Discovery$680$666 -
Android 核心剖析$650$514 -
Digital Design: With an Introduction to the Verilog HDL , 5/e【內含註冊碼,經刮除不受退】 (IE-Paperback)$1,280$1,254 -
無瑕的程式碼 - 敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship)$580$493 -
BIM 建築資訊建模手冊, 2/e-寫給業主、專案經理、設計師、工程師以及承包商的 BIM 建築資訊建模指南(BIM Handbook, 2/e)$1,500$1,185 -
Big Data 大數據的獲利模式:圖解.案例.策略.實戰$360$284 -
無瑕的程式碼 番外篇-專業程式設計師的生存之道 (The Clean Coder: A Code of Conduct for Professional Programmers)
$360$281 -
It's Django -- 用 Python 迅速打造 Web 應用$400$340 -
Android App 程式設計教本之無痛起步 -- 使用 Android Studio 開發環境$550$468 -
當猛虎遇上Android | 一手掌握Android App程式開發與設計$880$695 -
Microsoft Azure 教戰手札 – 系統建置與管理篇, 3/e$550$435 -
精通 Python|運用簡單的套件進行現代運算 (Introducing Python: Modern Computing in Simple Packages)$780$616 -
完整學會 Git, GitHub, Git Server 的24堂課$360$284 -
Kali Linux 滲透測試工具, 2/e$500$395 -
iOS 9 App 程式設計實力超進化實戰攻略:知名iOS教學部落格AppCoda作家親授實作關鍵技巧讓你不NG (Beginning iOS 9 Programming with Swift)$690$538 -
CSS Secrets 中文版|解決網頁設計問題的有效秘訣 (CSS Secrets: Better Solutions to Everyday Web Design Problems)$680$537 -
Raspberry Pi 3 Model B 輕巧包附線及輕薄外殼$1,800$1,800 -
Raspberry Pi 3 Model B (Made in the U.K.)$1,600$1,600 -
循線感測器模組$80$76 -
jQuery 最強圖解實戰講座$450$383 -
Python 自動化的樂趣|搞定重複瑣碎 & 單調無聊的工作 (中文版) (Automate the Boring Stuff with Python: Practical Programming for Total Beginners)$500$425 -
演算法技術手冊, 2/e (Algorithms in a Nutshell: A Practical Guide, 2/e)$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)
