Skip to main content

Winkelwagen

Je krijgt de VIP-behandeling!

Artikel(en) niet beschikbaar voor aankoop
Bekijk je winkelwagentje. Je kunt de niet-beschikbare artikelen nu verwijderen of we verwijderen ze bij de kassa automatisch.
artikelenartikel
artikelenartikel

Aanbevolen voor jou

Loading...

eBooks in de categorie C

Als je eBooks uit de categorie C' leuk vindt, dan vind je deze toptitels ook geweldig.
1 - 24 van 395 resultaten worden weergegeven
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, ... Meer lezen

    4,02 €

  • Practical C Programming

    Why Does 2+2 = 5986?

    door 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 ... Meer lezen

    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 ... Meer lezen

    29,03 €

  • C Programming Language

    door Darrel L. Graham ...
    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, ... Meer lezen

    Gratis

  • Apprenez à programmer en C - 2e édition

    door 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 ... Meer lezen

    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 ... Meer lezen

    56,42 €

  • Absolute FreeBSD, 3rd Edition

    The Complete Guide to FreeBSD

    door Michael W. Lucas ...
    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. ... Meer lezen

    30,20 €

  • Le Livre du Langage C

    Les bases du langage C par un étudiant en programmation

    door M.F ...
    Serie Boek 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 ... Meer lezen

    4,99 € of Gratis met Kobo Plus

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

    door Darrel L. Graham ...
    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 ... Meer lezen

    Gratis

  • Professional C++

    door Marc Gregoire ...
    Serie 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 ... Meer lezen

    56,99 €

  • AVR Programming

    Learning to Write Software for Hardware

    door 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 ... Meer lezen

    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!

    door 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 ... Meer lezen

    26,76 € of Gratis met Kobo Plus

  • 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 ... Meer lezen

    3,56 €

  • 97 Things Every Programmer Should Know

    Collective Wisdom from the Experts

    door 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 ... Meer lezen

    16,42 €

  • Understanding and Using C Pointers

    Core Techniques for Memory Management

    door 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 ... Meer lezen

    23,31 €

  • Hashing

    door 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 ... Meer lezen

    Gratis

  • AI for Game Developers

    Creating Intelligent Behavior in Games

    Advances in 3D visualization and physics-based simulation technology make it possible for game developers to create compelling, visually immersive gaming environments that were only dreamed of years ago. But today's game players have grown in sophistication along with the games they play. It's no longer enough to wow your players with dazzling graphics; the next step in creating even more ... Meer lezen

    22,14 €

  • Head First C

    A Brain-Friendly Guide

    Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic ... Meer lezen

    29,46 €

  • Beginning Visual C# 2010

    Update to Wrox's leading C# book for beginnersGet ready for the next release of Microsoft's C# programming language with this essential Wrox beginner's guide. Beginning Microsoft Visual C# 2010 starts with the basics and brings you thoroughly up to speed. You'll first cover the fundamentals such as variables, flow control, and object-oriented programming and gradually build your skills for Web and ... Meer lezen

    28,99 €

  • Make: Electronics

    Learning by Discovery: A hands-on primer for the new electronics enthusiast

    door Charles Platt ...
    Make: Electronics explores the properties and applications of discrete components that are the fundamental building blocks of circuit design. Understanding resistors, capacitors, transistors, inductors, diodes, and integrated circuit chips is essential even when using microcontrollers. Make: Electronics teaches the fundamentals and also provides advice on the tools and supplies that are necessary. ... Meer lezen

    16,84 €

  • C Programming

    door Sudip Majumder ...
    C is a computer programming language. That means that you can use C to create lists of instructions for a computer to follow. C is one of thousands of programming languages currently in use. C has been around for several decades and has won widespread acceptance because it gives programmers maximum control and efficiency. C is an easy language to learn. It is a bit more cryptic in its style than ... Meer lezen

    Gratis

  • Effective Modern C++

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

    door 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 ... Meer lezen

    29,46 €

  • Le guide complet du langage C

    door Claude Delannoy ...
    Serie 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 ... Meer lezen

    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

    door Vamsee Puligadda ...
    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 ... Meer lezen

    2,67 €