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 394
Skip side bar filters
  • Environmental Monitoring with Arduino

    Building Simple Devices to Collect Data About the World Around Us

    After the devastating tsunami in 2011, DYIers in Japan built their own devices to detect radiation levels, then posted their finding on the Internet. Right now, thousands of people worldwide are tracking environmental conditions with monitoring devices they’ve built themselves. You can do it too!This inspiring guide shows you how to use Arduino to create gadgets for measuring noise, weather, ... En savoir plus

    4,02 €

  • Practical C Programming

    Why Does 2+2 = 5986?

    par Steve Oualline ...
    There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes ... En savoir plus

    17,16 €

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... En savoir plus

    29,03 €

  • C Programming Language

    C Programming For Beginners RIGHT NOWC Programming Language introduces you to the most commonly used programming language, one that has been the basis for many other versions over the years. It is a great book, not just for beginning programmers, but also for computer users who would want to have an idea what is happening behind the scenes as they work with various computer programs.In this book, ... En savoir plus

    Gratuit

  • Apprenez à programmer en C - 2e édition

    par Mathieu Nebra ...
    Apprenez à programmer en C est le premier titre de la collection du Livre du Zéro. Cet ouvrage initie en douceur à la manipulation des concepts de base et avancés du C (variables, pointeurs, structures, tableaux, chaînes de caractères, allocation dynamique,…). Cette 2e édition a été mise à jour et est entièrement publiée en couleur. Constitué d’une trentaine de chapitres de difficulté progressive ... En savoir plus

    8,49 €

  • C Programming Language

    This ebook is the first authorized digital version of Kernighan and Ritchie’s 1988 classic, The C Programming Language (2nd Ed.). One of the best-selling programming books published in the last fifty years, "K&R" has been called everything from the "bible" to "a landmark in computer science" and it has influenced generations of programmers. Available now for all leading ebook platforms, this ... En savoir plus

    56,42 €

  • Absolute FreeBSD, 3rd Edition

    The Complete Guide to FreeBSD

    This updated edition of Michael W. Lucas' definitive volume on FreeBSD-based systems adds coverage of modern disks, the ZFS filesystem IPv6, redesigned jail and packaging systems, and virtualization, among dozens of new features added in the last 10 years.FreeBSD is the muscle behind companies like Netflix and EMC. Any place where someone does heavy lifting on the Internet, you'll find FreeBSD. ... En savoir plus

    30,20 €

  • 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,28 €

  • C Programming Language With Artificial Intelligence (2026)

    Master C Programming with AI : Learn C in One Day with Hands-on Projects for Beginners!

    par Dennis Ritchie ...
    Unleash Your C Programming Potential: Learn Swiftly and Confidently!Are you eager to master the art of C programming but worry about its complexity? Perhaps you're well-versed in other programming languages and seek a fast track to mastering the C programming language?Look no further – we present to you: **C Prodigy: Your Path to Effortless Programming Mastery** **Unlock the Realm of C ... En savoir plus

    26,76 € ou Gratuit avec Kobo Plus

  • Professional C++

    par Marc Gregoire ...
    Collection series Tech Today
    Expand your C++ knowledge quickly and efficiently with this advanced resourceIn the newly revised sixth edition of Professional C++, veteran software engineer and developer Marc Gregoire delivers yet another volume that raises the bar for advanced programming manuals. Covering almost all features of the new C++ standard codenamed C++23, the book offers case studies with working code that’s been ... En savoir plus

    56,99 €

  • Le Livre du Langage C

    Les bases du langage C par un étudiant en programmation

    par M.F ...
    Collection Livre 1 - Programmation
    Etant étudiant en programmation et ayant énormément étudié le langage C. Je vous propose ce petit livre pour vous aider à assimiler les mécanismes les plus importants de ce langage. Avec celui-ci vous aurez de très bonnes bases pour vous auto-former et coder en C vous-même de petits programmes.Cet ouvrage est destiné à tous les curieux d'apprendre ce langage "historique" qui à mon sens permet d ... En savoir plus

    4,99 € ou Gratuit avec Kobo Plus

  • C Programming Language, A Step By Step Beginner's Guide To Learn C Programming In 7 Days.

    Are You Ready To Learn C?C Programming Language introduces you to the most commonly used programming language, one that has been the basis for many other versions over the years. It is a great book, not just for beginning programmers, but also for computer users who would want to have an idea what is happening behind the scenes as they work with various computer programs.In this book, you are ... En savoir plus

    Gratuit

  • Atmospheric Monitoring with Arduino

    Building Simple Devices to Collect Data About the Environment

    Makers around the globe are building low-cost devices to monitor the environment, and with this hands-on guide, so can you. Through succinct tutorials, illustrations, and clear step-by-step instructions, you’ll learn how to create gadgets for examining the quality of our atmosphere, using Arduino and several inexpensive sensors.Detect harmful gases, dust particles such as smoke and smog, and upper ... En savoir plus

    3,56 €

  • 97 Things Every Programmer Should Know

    Collective Wisdom from the Experts

    par Kevlin Henney ...
    Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice.With contributions from some of the most experienced and respected ... En savoir plus

    16,42 €

  • Effective Modern C++

    42 Specific Ways to Improve Your Use of C++11 and C++14

    par Scott Meyers ...
    Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively—so that your software is correct, efficient, maintainable, and portable. That’s where this practical book comes in. It describes ... En savoir plus

    29,46 €

  • Le guide complet du langage C

    par Claude Delannoy ...
    Collection series Blanche
    La référence des étudiants et des développeurs professionnelsCet ouvrage de référence a été conçu pour les étudiants de niveau avancé en programmation et pour les développeurs souhaitant approfondir leur connaissance du C ou trouver une réponse précise aux problèmes techniques rencontrés lors du développement d'applications professionnelles.Exhaustif et précis, l'ouvrage explore le langage C dans ... En savoir plus

    27,99 €

  • 1000 C Sharp Dot NET (C#.NET) Interview Questions and Answers

    1000 most important and frequently asked questions and answers to crack the interview

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive C#.NET interview ... En savoir plus

    2,67 €

  • C Programming Absolute Beginner's Guide

    Collection series Absolute Beginner's Guide
    Updated for C11Write powerful C programs…without becoming a technical expert! This book is the fastest way to get comfortable with C, one incredibly clear and easy step at a time. You’ll learn all the basics: how to organize programs, store and display data, work with variables, operators, I/O, pointers, arrays, functions, and much more. C programming has neverbeen this simple!Who knew how simple ... En savoir plus

    18,33 €

  • Le guide de Lua et ses applications - Manuel de référence (2e édition)

    Comprendre l'esprit d'un langage est une chose, le mettre œuvre en est une autre. Ce manuel de référence vise à fournir des reponses précises et pratiques aux problématiques les plus courantes que vous rencontrerez en utilisant le langage de script Lua. En complément des solutions directement issues du langage, vous y trouverez des conseils pour utiliser au mieux les extensions les plus stables, ... En savoir plus

    23,99 €

  • Effective C, 2nd Edition

    An Introduction to Professional C Programming

    Effective C, 2nd edition, is an introduction to essential C language programming that will soon have you writing programs, solving problems, and building working systems.The latest release of the C programming language, C23, enhances the safety, security, and usability of the language. This second edition of Effective C has been thoroughly updated to cover C23, offering a modern introduction to C ... En savoir plus

    27,66 €

  • Le guide de Lua et ses applications - Manuel d'apprentissage (2e édition)

    Saviez-vous que le langage de script Lua peut être dix à trente fois plus rapide que TCL, Perl, Python, Ruby ou PHP ? Compact, élégant, puissant, supporté par de nombreux outils et librairies, Lua est un langage à multifacette et à multiusage. De plus en plus utilisé dans l'industrie, notamment dans les systèmes embarqués et dans la production de jeux vidéo, il est facile à mettre en œuvre et ... En savoir plus

    23,99 €

  • Understanding and Using C Pointers

    Core Techniques for Memory Management

    par Richard M Reese ...
    Improve your programming through a solid understanding of C pointers and memory management. With this practical book, you’ll learn how pointers provide the mechanism to dynamically manipulate memory, enhance support for data structures, and enable access to hardware. Author Richard Reese shows you how to use pointers with arrays, strings, structures, and functions, using memory models throughout ... En savoir plus

    23,31 €

  • Hashing

    par Prakash Hegade ...
    This ebook talks about 'Hashing' data structure. Hashing can go deep. However the intention of this ebook is to understand the basics of the data structure and walk through with conceptual development.The material covers introduction, definition, designing hash functions, collision resolution techniques and applications. There is also a sample and simple code given to make the definitional ... En savoir plus

    Gratuit

  • Introducing Go

    Build Reliable, Scalable Programs

    par Caleb Doxsey ...
    Perfect for beginners familiar with programming basics, this hands-on guide provides an easy introduction to Go, the general-purpose programming language from Google. Author Caleb Doxsey covers the language’s core features with step-by-step instructions and exercises in each chapter to help you practice what you learn.Go is a general-purpose programming language with a clean syntax and advanced ... En savoir plus

    15,25 €