庫存狀況
「香港二樓書店」讓您 愛上二樓●愛上書
我的購物車 加入會員 會員中心 常見問題 首頁
「香港二樓書店」邁向第一華人書店
登入 客戶評價 whatsapp 常見問題 加入會員 會員專區 現貨書籍 現貨書籍 購物流程 運費計算 我的購物車 聯絡我們 返回首頁
香港二樓書店 > 今日好書推介
   
秘密花園
  • 定價93.00元
  • 8 折優惠:HK$74.4
  • 放入購物車
二樓書籍分類
 
C HOW TO PROGRAM: WITH CASE STUDIES IN APPLICATIONS AND SYSTEMS PROGRAMMING 9/E (G-PIE)?

C

沒有庫存
訂購需時10-14天
9781292437071
Paul Deitel,Harvey Deitel
全華圖書
2022年8月05日
560.00  元
HK$ 532  






ISBN:9781292437071
  • 叢書系列:大學資訊
  • 規格:平裝 / 832頁 / 19 x 26 x 4.16 cm / 普通級 / 單色印刷 / 初版
  • 出版地:台灣
    大學資訊


  • 專業/教科書/政府出版品 > 電機資訊類 > 資訊











      Thistitle is a Pearson Global Edition. The editorial team at Pearson has workedclosely with educators around the world to include content which is especiallyrelevant to an international and diverse audience.

    ?

      For courses in computerprogramming.

    ?

      A user-friendly,code-intensive introduction to C programming with case studies introducing applicationsand system programming.

    ?

      C How to Program is a comprehensive introduction toprogramming in C. Like other texts of the Deitels How to Program series,the books modular presentation serves as a detailed, beginner source ofinformation for college students looking to embark on a career in coding, orinstructors and software-development professionals seeking to learn how toprogram with C. The signature Deitel live-code approach presents concepts inthe context of 142 fully working programs rather than incomplete snips of code.This gives students a chance to run each program as they study it and see howtheir learning applies to real-world programming scenarios.

    ?

      Current standards, contemporary practice, and hands-onlearning opportunities are integrated throughout the 9th Edition.Over 350 new, integrated Self-Check exercises with answers allow students totest their understanding of important concepts and check their code as theyread. New and enhanced case studies and exercises use real-world data and focuson the latest ACM/IEEE computing curricula recommendations, highlightingsecurity, data science, ethics, privacy, and performance concepts.

    ?

    本書特色

    ?

      * A user-friendly, code-intensive introduction to C programming.

      The Deitel signature live-code approach allows students to run full programs as they learn key concepts.

    ?

      - UPDATED - The 9th Edition features 142 complete, working, real-world C programs. Each code example is followed with one or more sample executions.

    ?

      - UPDATED - All code examples and code selections were checked using the clang-tidy static code analysis tool.

    ?

      NEW - Over 350 integrated Self-Check exercises with answers help students test and validate their understanding as they read.

    ?

      - Fill-in-the-blank, true/false, and discussion Self Checks focus on concepts and terminology.

    ?

      - Code-based Self Checks give students a chance to try out and reinforce programming techniques.

    ?

      A focus on performance issues prepares readers for professional software-development challenges and practices.

    ?

      UPDATED - Students are encouraged to think like developers by familiarizing themselves with popular open-source software and tools like Docker, GitHub, and StackOverflow.

    ?

      * Offers hundreds of real-world examples, exercises, and projects for hands-on practice

      UPDATED More than twenty case studies in systems programming and applications programming give students fun, hands-on opportunities to use C as its intended to be used. New and enhanced case studies:?

    ?

      - Focus on data science including simulations with random-number generation, survey data analysis, natural language processing, and artificial intelligence (machine-learning with simple linear regression).

    ?

      - Incorporate free open-source libraries and tools.

    ?

      - Focus on visualization with gnuplot.

    ?

      - UPDATED - Over 400 examples, exercises, and projects (EEPs) allow students to solve interesting, real-world problems working with real-world data. EEPs are drawn from an assortment of computer science, data science, and other fields to instruct and engage students.

    ?

      * Covers fundamental to advanced concepts in a flexible, modular format

      Rich coverage of C fundamentals emphasizes problem-solving and algorithm development to give novice programmers a solid foundation in programming principles.

    ?

      Intermediate and advanced topics are included for use in higher-level courses or for further self-study.



      The modular presentation covers fundamental to advanced concepts in groups of related chapters. Instructors can easily adapt the content to a variety of courses and audiences.

    ?

      - NEW - A one-page, full-color Table of Contents chart on the inside front cover makes it easy to see the books modular structure and lists all of the case studies.

    ?

      Up-to-date content aligns with contemporary standards, trends, operating systems, and development tools.

    ?

      - UPDATED - The book adheres to the C11/C18 standards to keep pace with expanded C capabilities. Terminology throughout has been updated to reflect the most recent C standard to help students prepare for a career in programming.

    ?

      - UPDATED - All program code is compatible with Windows, macOS, and Linux operating systems and has been tested using the latest versions of the Visual C++, XCode, and GNU gcc compilers.

    ?

      - UPDATED - Updated content aligns to the latest ACM/IEEE computing curricula recommendations, which call for covering security, data science, ethics, privacy, and performance concepts and using real-world data throughout the curriculum.

    ?

      - UPDATED - Enhanced and updated coverage of secure C programming includes additional SEI CERT C Coding Standards. All security-related issues are called out with an icon in the text.

    ?

      - UPDATED - Additional exercises ask students to use the Internet to research ethics and privacy issues in computing.

    ?

      - UPDATED - Performance icons identify areas in the text that discuss performance-related issues. The case study on multithreading and multicore performance has been enhanced.

    ?

      - NEW - Common errors and good software engineering practices are called out with new margin icons.

    ?

      - NEW- A new tutorial helps MacOS and Windows users compile and run programs using gcc in the cross-platform GNU Compiler Collection Docker container.

    ?

      - UPDATED - Expanded coverage of sorting algorithms and analysis of algorithms with Big O is included in a dedicated chapter (Chapter 13).

    ?

      - NEW - Appendix D presents a user-friendly overview of object-oriented programming fundamentals to help introduce students to different programming paradigms.?



     





    1.Introduction to Computers and C

    2.Intro to C Programming

    3.Structured Program Development

    4.Program Contro

    5.Functions

    6.Arrays

    7.Pointers

    8.Characters and Strings

    9.Formatted Input/Output

    10.Structures, Unions, Bit Manipulation and Enumerations

    11.File Processing

    12.Data Structuresinary Trees

    13. Computer-Science Thinking: Sorting Algorithms and Big O

    14.Preprocessor

    15.Other Topics

    ?

    Appendices?

    A. Operator Precedence Chart?

    B. ASCII Character Set?

    C. Multithreading/Multicore and other C18/C11/C99 Topics?

    D. Intro to Object-Oriented Programming Concepts

    ?

    Online Appendices?

    E. Number systems

    F-H.Using the Visual Studio Debugger, Using the GNU gdb Debugger, and Using theXcode Debugger




    其 他 著 作
    1. Java How to Program, Late Objects (GE)隨附帳號(11版)