C++ Programming: From Problem Analysis to Program Design, 8/e (Paperback)
            
暫譯: C++ 程式設計:從問題分析到程式設計,第 8 版 (平裝本)
        
        D.S. Malik
- 出版商: Cengage Learning
- 出版日期: 2017-09-30
- 售價: $1,600
- 貴賓價: 9.8 折 $1,568
- 語言: 英文
- 頁數: 1438
- ISBN: 9814792632
- ISBN-13: 9789814792639
- 
    相關分類:
    
      C++ 程式語言
 
立即出貨 (庫存 < 3)
買這商品的人也買了...
- 
                
                   Microwave Transistor Amplifiers: Analysis and Design, 2/e (IE-Paperback) Microwave Transistor Amplifiers: Analysis and Design, 2/e (IE-Paperback)$1,020$1,000
- 
                
                   The Physics of Quantum Mechanics (Paperback) The Physics of Quantum Mechanics (Paperback)$2,200$2,090
- 
                
                   Principles of Communications: Systems, Modulation and Noise, 7/e (Paperback) Principles of Communications: Systems, Modulation and Noise, 7/e (Paperback)$1,450$1,421
- 
                
                   微波工程 (Pozar: Microwave Engineering, 4/e) 微波工程 (Pozar: Microwave Engineering, 4/e)$780$764
- 
                
                   Raspberry Pi 3 Model B+ (UK製) Raspberry Pi 3 Model B+ (UK製)$4,620$4,389
- 
                
                   新一代 JavaScript 程式設計精解 -《對應 ECMAScript 全新語法標準》 新一代 JavaScript 程式設計精解 -《對應 ECMAScript 全新語法標準》$580$493
- 
                
                   電子學 (基礎理論), 10/e (Floyd: Electronic Devices (Conventional Current Version), 10/e) 電子學 (基礎理論), 10/e (Floyd: Electronic Devices (Conventional Current Version), 10/e)$700$630
- 
                
                   Digital Logic & Microprocessor Design with Interfacing, 2/e (Paperback) Digital Logic & Microprocessor Design with Interfacing, 2/e (Paperback)$1,180$1,156
- 
                
                   HTML5 ‧ CSS3 最強圖解實戰講座 【第二版】 HTML5 ‧ CSS3 最強圖解實戰講座 【第二版】$620$490
- 
                
                   網頁美編的救星!零基礎也能看得懂的 HTML & CSS 網頁設計 網頁美編的救星!零基礎也能看得懂的 HTML & CSS 網頁設計$550$435
- 
                
                   新觀念 PHP8 + MySQL + AJAX 網頁程式範例教本, 6/e 新觀念 PHP8 + MySQL + AJAX 網頁程式範例教本, 6/e$630$498
- 
                
                   Elementary Linear Algebra, 8/e (Metric Edition)(IE-Paperback) Elementary Linear Algebra, 8/e (Metric Edition)(IE-Paperback)$1,200$1,176
- 
                
                   運算思維程式講堂:打好 C++ 基礎必修課 運算思維程式講堂:打好 C++ 基礎必修課$560$437
- 
                
                   Modern C++ for Absolute Beginners: A Friendly Introduction to the C++ Programming Language and C++11 to C++23 Standards (Paperback) Modern C++ for Absolute Beginners: A Friendly Introduction to the C++ Programming Language and C++11 to C++23 Standards (Paperback)$1,739$1,647
- 
                
                   Python X ChatGPT 雙效合一:快速學會最強 AI,寫程式更有效率 Python X ChatGPT 雙效合一:快速學會最強 AI,寫程式更有效率$620$484
- 
                
                   ChatGPT 指令大全與創新應用:GPT-4 搶先看、串接 API、客服機器人、AI英文家教,一鍵打造 AI智慧產品 ChatGPT 指令大全與創新應用:GPT-4 搶先看、串接 API、客服機器人、AI英文家教,一鍵打造 AI智慧產品$680$530
- 
                
                   Learn C++ by Example: Covers Versions 11 to 23 (Paperback) Learn C++ by Example: Covers Versions 11 to 23 (Paperback)$2,100$1,995
商品描述
Introduce your students to programming with C++ using today’s definitive choice for teaching a first programming language course -- C++ Programming: From Problem Analysis to Program Design, 8th Edition. D.S. Malik’s time-tested, student-centered methodology incorporates a strong focus on problem-solving with full-code examples that vividly demonstrate the hows and whys of applying programming concepts and utilizing C++ to work through problems. Thoroughly updated end-of-chapter exercises, more than 20 extensive new programming exercises, and numerous new examples drawn from Dr. Malik’s experience further strengthen student understanding of problem solving and program design in this new edition. Now available with MindTap, the digital learning solution that powers students from memorization to mastery.
商品描述(中文翻譯)
將您的學生介紹給 C++ 程式設計,使用當今教學第一程式語言課程的最佳選擇——《C++ 程式設計:從問題分析到程式設計(第八版)》。D.S. Malik 的經典、以學生為中心的方法論強調問題解決,並提供完整的程式碼範例,生動地展示了應用程式設計概念的方式及原因,並利用 C++ 解決問題。本版的章末練習經過全面更新,新增超過 20 個廣泛的程式設計練習,以及許多來自 Malik 博士經驗的新範例,進一步加強學生對問題解決和程式設計的理解。現在可搭配 MindTap 使用,這是一個數位學習解決方案,幫助學生從記憶到精通。
目錄大綱
1. An Overview of Computers and Programming Languages.
 2. Basic Elements of C++.
 3. Input/Output.
 4. Control Structures I (Selection).
 5. Control Structures II (Repetition).
 6. User-Defined Function.
 7. User-Defined Simple Data Types, Namespaces, and the string Type
 8. Arrays and Strings.
 9. Records (structs).
 10. Classes and Data Abstraction.
 11. Inheritance and Composition.
 12. Pointers, Classes, Virtual Functions, and Abstract Classes.
 13. Overloading and Templates.
Access these chapters from your ebook
 14. Exception Handling.
 15. Recursion.
 16. Searching, Sorting, and the vector Type
 17. Linked Lists.
 18. Stacks and Queues.
Appendices.
 A. Reserved Words.
 B. Operator Precedence.
 C. Character Sets.
 D. Operators Overloading.
 E. Additional C++ Topics.
 F. Header Files.
 G. Memory Size on a System.
 H. Standard Template Library (STL)
 I. Answers to Odd-Numbered Exercises.
目錄大綱(中文翻譯)
1. An Overview of Computers and Programming Languages.
 2. Basic Elements of C++.
 3. Input/Output.
 4. Control Structures I (Selection).
 5. Control Structures II (Repetition).
 6. User-Defined Function.
 7. User-Defined Simple Data Types, Namespaces, and the string Type
 8. Arrays and Strings.
 9. Records (structs).
 10. Classes and Data Abstraction.
 11. Inheritance and Composition.
 12. Pointers, Classes, Virtual Functions, and Abstract Classes.
 13. Overloading and Templates.
Access these chapters from your ebook
 14. Exception Handling.
 15. Recursion.
 16. Searching, Sorting, and the vector Type
 17. Linked Lists.
 18. Stacks and Queues.
Appendices.
 A. Reserved Words.
 B. Operator Precedence.
 C. Character Sets.
 D. Operators Overloading.
 E. Additional C++ Topics.
 F. Header Files.
 G. Memory Size on a System.
 H. Standard Template Library (STL)
 I. Answers to Odd-Numbered Exercises.

 
     
    
 
    
 
    
 
    
 
    
 
    
 
    
 
    
