Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks C

Si vous aimez les titres C, vous allez adorer cette sélection.
Affichage des résultats 1 - 24 sur 397
Skip side bar filters
  • AVR Programming

    Learning to Write Software for Hardware

    par Elliot Williams ...
    Atmel's AVR microcontrollers are the chips that power Arduino, and are the go-to chip for many hobbyist and hardware hacking projects. In this book you'll set aside the layers of abstraction provided by the Arduino environment and learn how to program AVR microcontrollers directly. In doing so, you'll get closer to the chip and you'll be able to squeeze more power and features out of it.Each ... En savoir plus

    19,15 €

  • Arduino Networking

    par Marco Schwartz ...
    This book is intended for those who want to build their own network-connected projects using the Arduino platform. You will be able to build exciting projects that connect to your local network and the Web. You will need to have some basic experience in electronics and web programming languages. You will also need to know the basics of the Arduino platform as the projects mainly deal with the ... En savoir plus

    14,31 € ou Gratuit avec Kobo Plus

  • Mono: A Developer's Notebook

    The Mono Project is the much talked-about open source initiative to create a Unix implementation of Microsoft's .NET Development Framework. Its purpose is to allow Unix developers to build and deploy cross-platform .NET applications. The project has also sparked interest in developing components, libraries and frameworks with C#, the programming language of .NET.The controversy? Some say Mono will ... En savoir plus

    13,38 €

  • Numerical Linear Approximation in C

    Illustrating the relevance of linear approximation in a variety of fields, Numerical Linear Approximation in C presents a unique collection of linear approximation algorithms that can be used to analyze, model, and compress discrete data. Developed by the lead author, the algorithms have been successfully applied to several engineering proje ... En savoir plus

    80,69 €

  • Basic Information About C language PDF

    par Suraj Das ...
    Do you want to learn basic information about the c Language? Yes! That’s great. This pdf book is the right choice for you. ... En savoir plus

    4,83 €

  • C and Linux/UNIX Commands: Two Books

    par Ronald J. Leach ...
    This volume contains the complete text of two books: Using C in Software Design,Second Edition, and The 101 Most Important UNIX and Linux Commands.USING C IN SOFTWARE DESIGN, 2EFirst published in 1993, this book provides a creative approach to learning C by emphasizing software engineering in C.All material has been class-tested.The book avoids most implementation-specific language features.A ... En savoir plus

    6,99 €

  • Programlama ve Veri Yapılarına Giriş JAVA, C, C++ dilleri ile

    Bu kitabın amacı programlama bilgisi olmayan giriş seviyesindeki bir kişiye bilgisayar mühendisliğinin iki temel dersi olan “programlamaya giriş” ve “veri yapılarına giriş” derslerinin bilgisini kazandırmaktır. ... En savoir plus

    8,99 €

  • C Programming Language The Beginner’s Guide

    The C Programming Language – The Beginner's Guide. In this book, we are going to give you an overview of the concepts that you have to understand before you actually start programming in the C language. We will explain to you the different elements that you ought to know about before you go and delve into developing more complex programs for different operating systems. The C programming language ... En savoir plus

    13,49 €

  • C Brain Teasers

    Exercise Your Mind

    par Dan Gookin ...
    You thought you knew C, but can you solve 25 puzzles in this popular programming language? Noted C programmer and author Dan Gookin provides a series of pointed questions, puzzles, and problems to keep your C programming skills sharp. Each one will provide insight into various aspects of handling strings, numeric operations, and other activities, giving you techniques to take the best advantage of ... En savoir plus

    19,66 €

  • Practical UML Statecharts in C/C++

    Event-Driven Programming for Embedded Systems

    par Miro Samek ...
    Practical UML Statecharts in C/C++ Second Edition bridges the gap between high-level abstract concepts of the Unified Modeling Language (UML) and the actual programming aspects of modern hierarchical state machines (UML statecharts). The book describes a lightweight, open source, event-driven infrastructure, called QP that enables direct manual cod ... En savoir plus

    74,75 €

  • Computer Programming In C Language

    par Jitendra Patel ...
    Computer Programming In C Language : Computer Programming In C Language teaches the generic Programming techniques using C programming language in an easy-to-follow style, without assuming previous experience in any other language. A variety of examples make learning these Concepts with C both fun and practical. This book is organized in such a manner that students and programmers with prior ... En savoir plus

    4,99 € ou Gratuit avec Kobo Plus

  • The C Programming Language in a Linux-based Environment : Crash Course Vol.1

    par James Clark ...
    This Crash Course book provides the reader a detailed amount of information on the C programming language all for an affordable price. Dive right in as we go over language features, standard library headers , and development concepts. ... En savoir plus

    8,83 € ou Gratuit avec Kobo Plus

  • Learn C Programming

    A beginner's guide to learning the most powerful and general-purpose programming language with ease

    par Jeff Szuhay ...
    Get started with writing simple programs in C while learning core programming conceptsKey FeaturesLearn essential C concepts such as variables, data structures, functions, loops, and pointersGrasp the core programming aspects that form the base of many modern programming languagesWork with updated code samples and cover array declaration and initialization in detail in this new editionBook ... En savoir plus

    27,80 € ou Gratuit avec Kobo Plus

  • C++ Programming

    Mastering the Fundamentals of a Multi-Paradigm Programming Language and Initiating Data Management for Your Debut Program

    par Ryan roffe ...
    Why Should You Familiarize Yourself with C++ Even if You Prefer Higher-Level Languages?In today's AI-driven industry landscape, C++ forms the backbone of many critical systems. While AI scientists and data analysts often opt for user-friendly languages like Python, C++ remains essential for robust projects. This trend persists, especially in the realm of autonomous driving technology.Forecasts ... En savoir plus

    8,83 € ou Gratuit avec Kobo Plus

  • Modern REST API Development in Go

    Design performant, secure, and observable web APIs using Go's powerful standard library

    par Jesús Espino ...
    Master REST API design in Go in a pragmatic way by building production-ready web services using the Go standard library and idiomatic patternsKey FeaturesBuild scalable APIs using Go’s robust standard library and HTTP toolingExplore security, observability, and testing from a backend engineering perspectiveLearn foundational REST principles by building a complete Go-based projectBook ... En savoir plus

    25,02 € ou Gratuit avec Kobo Plus

  • Data Structure and Algorithms Using C++

    A Practical Implementation

    Everyone knows that programming plays a vital role as a solution to automate and execute a task in a proper manner. Irrespective of mathematical problems, the skills of programming are necessary to solve any type of problems that may be correlated to solve real life problems efficiently and effectively. This book is intended to flow from the basic concepts of C++ to technicalities of the ... En savoir plus

    179,99 €

  • Test Driven Development for Embedded C

    Another day without Test-Driven Development means more time wasted chasing bugs and watching your code deteriorate. You thought TDD was for someone else, but it's not! It's for you, the embedded C programmer. TDD helps you prevent defects and build software with a long useful life. This is the first book to teach the hows and whys of TDD for C programmers.TDD is a modern programming practice C ... En savoir plus

    19,35 €

  • Trouble Free C (Book for C-Programming)

    100% Pure Adrenaline

    Collection Livre 1 - Surf Rangers
    This book is especially for those students who are tyro in the field of C programming. Inside the book you will find numerous programs instead of just code snippet to illustrate even the basic concept. The book assumes no previous exposure to the C programming language. It also contains some good programming examples, which might be useful for experienced programmers. ... En savoir plus

    5,55 €

  • Computer Programming

    5 Books in 1 - Comprehensive Coding Course to Mastering C# and C++ Languages from Beginner to Expert Level

    par Lena Neill ...
    5-in-1 Bundle = 1 Ultimate Guide ✅ Best Value for Your Money ✅ Master Two Powerful Languages ✅ Complete Comprehensive GuideAre you excited to delve into the fascinating world of coding? Do you yearn for a clear, step-by-step approach to programming? Look no further than the comprehensive guide titled “C# & C++: 5 Books in 1 - The Ultimate Coding Course from Novice to Expert”!This all-encompassing ... En savoir plus

    8,83 € ou Gratuit avec Kobo Plus

  • C/C++. Curso de programación. 4ª Edición.

    Aprender C nunca ha sido fácil. Por eso el autor, apoyándose en su experiencia docente, ha puesto todo su empeño en escribir un libro fácil de leer, progresivo en el aprendizaje y con muchos ejemplos que aclaren lo expuesto ... En savoir plus

    13,38 € ou Gratuit avec Kobo Plus

  • Jumpstarting C

    par Wolfram Donat ...
    All Make Jumpstart books provide a quick way for makers to "jumpstart" their knowledge of a certain topic.Jumpstarting C takes the reader on a 50-page journey, from installing C on a Raspberry Pi, to creating their first "Hello World" program in C, to building and programming a handheld 4-color memory game using C, pushbuttons and LEDs. ... En savoir plus

    7,20 €

  • Computer Programming

    Mastering Computer Programming for Beginners with 5-in-1 Bundle - Python, SQL, Arduino, C#, and Javascript

    par Ryan roffe ...
    Are you new to the world of computer programming, overwhelmed by the myriad of options available? Struggling to pinpoint the best fit for your unique requirements?If so, this book offers a groundbreaking solution!In today's digital landscape, computer programming holds immense significance. With the increasing online presence and the continual evolution of programming languages by various ... En savoir plus

    8,83 € ou Gratuit avec Kobo Plus

  • C++: The Complete Reference, 4th Edition

    par Herbert Schildt ...
    Collection series Osborne Complete Reference Series
    Best-selling genius Herb Schildt covers everything from keywords, syntax, and libraries, to advanced features such as overloading, inheritance, virtual functions, namespaces, templates, and RTTI—plus, a complete description of the Standard Template Library (STL). ... En savoir plus

    43,97 €

  • Programmazione in C | Passo dopo Passo

    Questo è il libro per tutti coloro che vogliono imparare le basi della programmazione in C da un ingegnere (M.Eng.). In questo libro imparerà sia le basi teoriche che l'uso pratico del linguaggio di programmazione C attraverso numerosi esempi e grandi progetti fai da te.Quindi, se sta cercando una guida pratica per uno dei linguaggi di programmazione più utilizzati, è nel posto giusto e questo ... En savoir plus

    7,99 €