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 395
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

    18,74 €

  • Introduzione ragionata al C/C++

    Per utilizzare al meglio un linguaggio di programmazione è necessario conoscere non solo costrutti e istruzioni, ma anche quelle regole “nascoste” che rendono più agevole la realizzazione di un programma. Questo è ancora più vero per i linguaggi C e C++, dove le regole di programmazione nascondono “trabocchetti” insidiosi. Questo libro spiega al lettore i costrutti principali dei linguaggi C/C++, ... En savoir plus

    27,00 €

  • C in 30 Pages

    par U.Q. Magnusson ...
    C in 30 Pages is a brief e-booklet, designed to get you into the C programming language as fast as possible, as easily as possible. There is no bull in this Micro-Manual by popular online teacher U.Q. Magnusson. From the very first page you will learn the basic concepts of programming,including data, code, and control, and how they are expressed through C. Simple yet comprehensive examples follow ... En savoir plus

    2,99 €

  • Secure Programming Cookbook for C and C++

    Recipes for Cryptography, Authentication, Input Validation & More

    Password sniffing, spoofing, buffer overflows, and denial of service: these are only a few of the attacks on today's computer systems and networks. At the root of this epidemic is poorly written, poorly tested, and insecure code that puts everyone at risk. Clearly, today's developers need help figuring out how to write code that attackers won't be able to exploit. But writing such code is ... En savoir plus

    40,06 €

  • C++ für Dummies

    Collection series Für Dummies
    Die Programmierung mit C++ muss nicht schwer sein. Mit diesem Buch werden Sie schon ab dem ersten Kapitel eigene Programme schreiben und die C++-Syntax von der Pike auf lernen, verstehen und anwenden. Arnold Willemer erklärt Ihnen, wie Sie Code zu Modulen zusammenfassen, die Sie immer wieder verwenden können, und schon bald werden Sie wissen, wie man Variablen deklariert und mathematische ... En savoir plus

    17,99 €

  • Eclipse

    Programming Java Applications

    par Steve Holzner ...
    Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it doesn't fix them--that's up to you: fix them, compile again, and hope that nothing goes wrong this time.Eclipse, the popular Java integrated development environment (IDE) provides an ... En savoir plus

    21,52 €

  • A Dictionary Of C99 Function Definitions

    The Revised Edition

    par Geoffrey Trott ...
    An updated version of ANSI STANDARD C FUNCTION DEFINITIONS FOR THE CURIOUS THE DESPERATE THE FRANTIC AND THE SUICIDALIncorporating C99 all the new libraries and functions introduced with C99, which as you all know differ in all sorts of wierd and wonderful ways which is why virtually know one wants to use C99 compilers.A description of all the functions covered by the C99 Standard, listed in ... En savoir plus

    4,02 € ou Gratuit avec Kobo Plus

  • Modern Fortran

    Building efficient parallel applications

    par Milan Curcic ...
    Modern Fortran teaches you to develop fast, efficient parallel applications using twenty-first-century Fortran. In this guide, you’ll dive into Fortran by creating fun apps, including a tsunami simulator and a stock price analyzer. Filled with real-world use cases, insightful illustrations, and hands-on exercises, Modern Fortran helps you see this classic language in a whole new light.SummaryUsing ... En savoir plus

    63,79 €

  • 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 ... En savoir plus

    28,99 €

  • Data Acquisition Using LabVIEW

    Transform physical phenomena into computer-acceptable data using a truly object-oriented language

    Transform physical phenomena into computer-acceptable data using a truly object-oriented languageKey Features\[\*\] Create your own data acquisition system independently using LabVIEW and build interactive dashboards\[\*\] Collect data using National Instrument's and third-party, open source, affordable hardware\[\*\] Step-by-step real-world examples using various tools that illustrate the ... En savoir plus

    23,16 € ou Gratuit avec Kobo Plus

  • Arduino Electronics Blueprints

    Make common electronic devices interact with an Arduino board to build amazing out-of-the-box projects

    par Don Wilcher ...
    Key FeaturesBook DescriptionThis book is intended for those who want to learn about electronics and coding by building amazing devices and gadgets with Arduino. If you are an experienced developer who understands the basics of electronics, then you can quickly learn how to build smart devices using Arduino. The only experience needed is a desire to learn about electronics, circuit breadboarding, ... En savoir plus

    28,73 € ou Gratuit avec Kobo Plus

  • Game Development Guide for Beginners From First Steps to Master in UNITY

    par HYEONGDO KIM ...
    About the book"A Guide to Game Development with Unity: From Beginner to Experienced"The perfect introduction to game development, this book is for beginners who are new to game development with Unity. Even if you have no experience, this book will help you learn the basics of game development from the ground up.In this bookAMetaverse and XR Technology1.1 Introduction to the Metaverse1.2 ... En savoir plus

    8,66 € 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,15 €

  • Make: Electronics

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

    par 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. ... En savoir plus

    16,37 €

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

  • Getting Started with Adafruit FLORA

    Making Wearables with an Arduino-Compatible Electronics Platform

    This book introduces readers to building wearable electronics projects using Adafruit's tiny FLORA board: at 4.4 grams, and only 1.75 inches in diameter, and featuring Arduino compatibility, it's the most beginner-friendly way to create wearable projects. This book shows you how to plan your wearable circuits, sew with electronics, and write programs that run on the FLORA to control the ... En savoir plus

    9,67 €

  • C语言从入门到精通

    par 李岚 ...
    本书以零基础入门为宗旨,用范例引导读者学习,深入浅出地介绍了C语言的相关知识和实战技能。本书第Ⅰ篇【基础知识】主要讲解步入C语言的世界——Hello C、C程序的结构、C语言的基本构成元素、变量、数制、数据类型、运算符和表达式、算法、顺序结构与选择结构、循环结构与转向语句、数组以及字符数组和字符串等;第Ⅱ篇【核心技术——函数】主要讲解函数、变量的作用范围和存储类型、库函数、结构体和联合体、枚举等;第Ⅲ篇【高级应用——指针及文件】主要介绍指针、指针与数组、指针与函数、指针与字符串、指针与结构体、指针的高级应用与技巧以及文件等;第Ⅳ篇【数据结构及C语言中的常用算法】主要介绍数据结构、C语言中的高级算法、数学问题算法、排序问题算法、查找问题算法以及算法竞赛实例等;第Ⅴ篇【趣味解题】主要介绍歌手比赛评分系统、哥德巴赫猜想、打印日历、背包问题、火车车厢重排、商人过河以及K阶斐波那契数列的实现等 ... En savoir plus

    11,28 €

  • Optimized C++

    Proven Techniques for Heightened Performance

    par Kurt Guntheroth ...
    In today’s fast and competitive world, a program’s performance is just as important to customers as the features it provides. This practical guide teaches developers performance-tuning principles that enable optimization in C++. You’ll learn how to make code that already embodies best practices of C++ design run faster and consume fewer resources on any computer—whether it’s a watch, phone, ... En savoir plus

    34,19 €

  • Creating your own UserControls with C#: Yes you can!!!

    A practical approach to creating clean, useful UserControls.  This book contains 5 useful projects that teach major concepts that cover most UserControl requirements.  Put these essential concepts to work for you and create more than you ever thought possible.  Complete code, project download link and instruction included in this book.  Have Fun!!! Learn!!! ... En savoir plus

    2,19 €

  • C Programming Wizardry: From Zero to Hero in 10 Days

    Programming Prodigy: From Novice to Virtuoso in 10 Days

    par kok keong teo ...
    Collection series Programming Prodigy: From Novice to Virtuoso in 10 Days
    **Unleash Your Inner Programmer in Just 10 Days!**Have you ever wanted to learn the art of programming but felt overwhelmed by the complexities? Look no further! "C Programming Wizardry: From Zero to Hero in 10 Days" is your ticket to mastering the fundamental language of computer programming, even if you're starting from scratch.In this step-by-step guide, you'll embark on a 10-day journey that ... En savoir plus

    12,49 €

  • Aprende a Programar en C

    par Ángel Arias ...
    El lenguaje C se considera que es la base de muchos lenguajes de programación modernos, tales como " Objetive-C y C++. Otros lenguajes de programación tienen una sintaxis inspirada en la de C, como Java y C#.El lenguaje C es un lenguaje de programación que sigue el paradigma de programación imperativa. Este lenguaje ha desempeñado, y sigue desempeñando un papel importante en la tecnología ... En savoir plus

    4,49 €

  • Programación en Objetive-C con Xcode y GCC

    Objetive-C, junto con XCode nos proven de todas las funciones necesarias para que podramos desarrollar aplicaciones de todo tipo para los dispositivos iPhone.La llegada del iPhone ha supuesto toda una revolución para el mundo de la programación, ya que gracias a su funcionalidad y a su diseño gráfico exquisito, ha conseguido que Apple pase a ser una marca de consumo para compradores habituales, ... En savoir plus

    4,49 €

  • C Programming

    par 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 ... En savoir plus

    Gratuit

  • C For Interviews

    par Sayam ...
    Struggling with C? Nervous about interviews?This is the book that finally makes everything click.C for Interviews is written by a student for students — a practical, approachable guide that simplifies complex ideas and reveals how companies truly evaluate candidates. It blends clear explanations with output, pointer, and debugging challenges, supported by memory diagrams and real-world examples ... En savoir plus

    8,99 €