Personnaliser

OK

Informations importantes : Arrêt du Club R (13 août) et Cessation d'Activité (30 septembre)

En savoir plus.

Introduction to Programming with C++ for Engineers - Cyganek, Boguslaw

Note : 0

0 avis
  • Soyez le premier à donner un avis

202,42 €

Produit Neuf

  • Ou 50,61 € /mois

    • Livraison : 25,00 €
    • Livré entre le 5 et le 10 octobre
    Voir les modes de livraison

    Kelindo

    PRO Vendeur favori

    4,8/5 sur + de 1 000 ventes

    Apres acceptation de la commande, le delai moyen d'expedition depuis le Japon est de 48 heures. Le delai moyen de livraison est de 3 a 4 semaines. En cas de circonstances exceptionnelles, les delais peuvent s'etendre jusqu'à 2 mois.

    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Introduction To Programming With C++ For Engineers de Cyganek, Boguslaw Format Broché  - Livre Informatique

        Note : 0 0 avis sur Introduction To Programming With C++ For Engineers de Cyganek, Boguslaw Format Broché  - Livre Informatique

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Introduction To Programming With C++ For Engineers de Cyganek, Boguslaw Format Broché

         - Livre Informatique

        Livre Informatique - Cyganek, Boguslaw - 31/10/2020 - Broché - Langue : Anglais

        . .

      • Auteur(s) : Cyganek, Boguslaw
      • Editeur : John Wiley & Sons Inc
      • Langue : Anglais
      • Parution : 31/10/2020
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 656
      • Expédition : 1217
      • Dimensions : 25.4 x 17.8 x 3.5
      • ISBN : 1119431107



      • Résumé :

        A complete textbook and reference for engineers to learn the fundamentals of computer programming with modern C++

        Introduction to Programming with C++ for Engineers is an original presentation teaching the fundamentals of computer programming and modern C++ to engineers and engineering students.?

        Professor Cyganek, a highly regarded expert in his field, walks users through basics of data structures and algorithms with the help of a core subset of C++ and the Standard Library, progressing to the object-oriented domain and advanced C++ features, computer arithmetic, memory management and essentials of parallel programming, showing with real world examples how to complete tasks. He also guides users through the software development process, good programming practices, not shunning from explaining low-level features and the programming tools.

        Being a textbook, with the summarizing tables and diagrams the book becomes a highly useful reference for C++ programmers at all levels.

        Introduction to Programming with C++ for Engineers teaches how to program by:

        • Guiding users from simple techniques with modern C++ and the Standard Library, to more advanced object-oriented design methods and language features
        • Providing meaningful examples that facilitate understanding of the programming techniques and the C++ language constructions
        • Fostering good programming practices which create better professional programmers
        • Minimizing text descriptions, opting instead for comprehensive figures, tables, diagrams, and other explanatory material
        • Granting access to a complementary website that contains example code and useful links to resources that further improve the reader's coding ability
        • Including test and exam question for the reader's review at the end of each chapter

        Engineering students, students of other sciences who rely on computer programming, and professionals in various fields will find this book invaluable when learning to program with C++.

        ...

        Biographie:

        Prof. Boguslaw Cyganek, Department of Electronics, AGH, University of Science and Technology, Krakow, Poland. Boguslaw Cyganek obtained his Ph.D. degree cum laude in 2001 with a thesis on correlation of stereo images, and D.Sc. degree in 2011 with a thesis on methods and algorithms of object recognition in digital images. During recent years, Dr. Cyganek has been cooperating with many scientific centers in development of computer vision systems. He has also gained several years of practical experience working as a Software Development Manager and a Senior Software Engineer both in the USA and Poland. He is an author or a co-author of over ninety conference and journal papers and four books including An Introduction to 3D Computer Vision Techniques and Algorithms, as well as Object Detection and Recognition in Digital Images: Theory and Practice, published by Wiley. Dr. Cyganek is a member of the IEEE, SPIE, IAPR and SIAM.

        ...

        Sommaire:

        Preface xi

        Acknowledgments xiii

        Abbreviations xv

        About the Companion Website xvii

        1 Introduction 1

        1.1 Structure of the Book 5

        1.2 Format Conventions 8

        1.3 About the Code and Projects 9

        2 Introduction to Programming 13

        2.1 Hardware Model 13

        2.2 Software Development Ecosystem 16

        2.3 Software Development Steps 18

        2.4 Representing and Running Algorithms 20

        2.4.1 Representing Algorithms 21

        2.4.2 Using Online Compilers 22

        2.4.3 Structure of a C++ Program 24

        2.4.4 Code Analysis 24

        2.4.5 Building a Linux Executable 26

        2.5 Example Project - Compound Interest Calculator 29

        2.5.1 Compound Interest Analysis 29

        2.5.2 Implementation of the Interest Calculator 30

        2.5.3 Building and Running the Software 33

        2.6 Example Project - Counting Occurrences of Characters in Text 34

        2.6.1 Problem Analysis and Implementation 34

        2.6.2 Running the C++ Code with the Online Compiler 35

        2.6.3 Histogram Code, Explained 36

        2.7 Summary 39

        Questions and Exercises 39

        3 C++ Basics 43

        3.1 Constants and Variables - Built-In Data Types, Their Range, and Initialization 43

        3.2 Example Project - Collecting Student Grades 53

        3.3 Our Friend the Debugger 56

        3.4 The Basic Data Structure - std::vector 59

        3.5 Example Project - Implementing a Matrix as a Vector of Vectors 64

        3.6 Special Vector to Store Text - std::string 67

        3.7 Using the auto Keyword and decltype for Automatic Type Deduction 72

        3.8 Common Standard Algorithms 75

        3.9 Structures: Collecting Objects of Various Types 79

        3.10 Fixed-Size Arrays 83

        3.10.1 Multidimensional Fixed-Size Arrays 85

        3.11 References 87

        3.12 Pointers 90

        3.12.1 Object Access with Pointers 90

        3.13 Statements 95

        3.13.1 Blocks of Statements and Access to Variables - The Role of Braces 95

        3.13.2 C++ Statements 97

        3.13.2.1 Conditional Statements 97

        3.13.2.2 Loop Statements 103

        3.13.2.3 Auxiliary Statements - continue and break 108

        3.13.2.4 The goto Statement 110

        3.13.2.5 Structural Exception Handling - The try-catch Statement 110

        3.14 Functions 112

        3.14.1 Anatomy of a Function in C++ 112

        3.14.2 Passing Arguments to and from a Function 117

        3.14.2.1 Argument Passing by Copy (Value Semantics) 118

        3.14.2.2 Indirect Argument Passing by Reference 119

        3.14.2.3 Passing by Pointer 121

        3.14.3 Function Call Mechanism and Inline Functions 123

        3.14.4 Recursive Functions and the Call Stack 125

        3.14.5 Function Overloading - Resolving Visibility with Namespaces 126

        3.14.6 Lambda Functions 128

        3.14.7 More on Lambda Functions 132

        3.14.8 Function Pointers 138

        3.14.9 Functions in an Object-Oriented Framework 140

        3.15 Example Project - Wrapping Objects in a Structure with a Constructor 142

        3.15.1 EMatrix in an Object-Oriented Environment 145

        3.15.2 Basic Operations with EMatrix 145

        3.15.3 Input and Output Operations on EMatrix 147

        3.15.4 Basic Mathematical Operations on EMatrix 148

        3.15.5 Organizing the Project Files and Running the Application 150

        3.15.6 Extending Matrix Initialization with a Simple Random Number Generator 153

        3.16 Example Project - Representing Quadratic Equations 154

        3.16.1 Definition of a Class to Represent Quadratic Polynomials 155

        3.16.2 TQuadEq Member Implementation 162

        3.16.3 TQuadEq in Action 165

        3.17 Example Project - Tuples and Structured Bindings for Converting Roman Numerals 167

        3.17.1 More on std:...

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Le choixNeuf et occasion
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        Rakuten Logo
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com