Skip to main content

Kundvagn

Du får VIP-behandlingen!

Objekt inte tillgängliga för köp
Vänligen granska din kundvagn. Du kan ta bort objekt som inte är tillgängliga nu, eller så gör vi det automatiskt i kassan.
objektobjekt
objektobjekt

Rekommenderas för dig

Loading...

C E-böcker

Om du gillar C-e-böcker så kommer du att älska dessa toppval.
Visar 124 av 397 resultat
Skip side bar filters
  • C Programming Absolute Beginner's Guide

    Serie serie 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 ... Läs mer

    219,94 kr

  • 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. ... Läs mer

    356,47 kr

  • Linux Kernel Development

    av Robert Love ...
    Serie serie Developer's Library
    Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding.The book details the major subsystems and features of the Linux kernel, including ... Läs mer

    460,74 kr

  • 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 ... Läs mer

    326,15 kr

  • Practical C Programming

    Why Does 2+2 = 5986?

    Serie serie Nutshell Handbooks
    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 ... Läs mer

    199,69 kr

  • C LANGUAGE

    C

    This EBook will be very much helpful for the newer person or experience person to learn Better C Language as well as Better Programming.Using this EBook anyone can build great logics and concepts. ... Läs mer

    17,91 kr

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

    av 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. ... Läs mer

    89,47 kr

  • The C, UNIX, and UNIX/Linux Commands Series

    This volume contains the full text of three books, Advanced Topics in UNIX, 2E, The 101 Most Important UNIX and Linux Commands, and Using C in Software Design, 2E.Advanced Topics in UNIX, 2EThe first edition of this book was originally published in 1993 by John Wiley and was named an Alternate Main Selection of the Newbridge Book Club in the same year. That book stayed in print for thirteen years, ... Läs mer

    158,44 kr

  • C LANGUAGE COURSE PART 2

    av m.furqan riaz ...
    C is one of the fastest programming language as it is close to low-level languages such as Assembly language. If you are already familiar with programming, then you must know the demand out there for a C programmer. Because C comes in handy in case of all the applications that require fast processing, such as games, or major parts of different operating systems.C was developed in early 1970’s but ... Läs mer

    39,54 kr

  • C LANUAGE COURSE PART 1

    av m.furqan riaz ...
    C is one of the fastest programming language as it is close to low-level languages such as Assembly language. If you are already familiar with programming, then you must know the demand out there for a C programmer. Because C comes in handy in case of all the applications that require fast processing, such as games, or major parts of different operating systems.C was developed in early 1970’s but ... Läs mer

    39,54 kr

  • Getting Started with Adafruit Trinket

    15 Projects with the Low-Cost AVR ATtiny85 Board

    av Mike Barela ...
    Arduino's ubiquity and simplicity has led to a gigantic surge in the use of microcontrollers to build programmable electronics project. Despite the low cost of Arduino, you're still committing about $30 worth of hardware every time you build a project that has an Arduino inside. This is where Adafruit's Trinket comes in. Arduino-compatible, one-third the price, and low-power, the Trinket lets you ... Läs mer

    142,67 kr

  • Effective Rust

    35 Specific Ways to Improve Your Rust Code

    Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers. This practical guide helps you make the transition to writing idiomatic Rust—while also making full use of Rust's type system, safety guarantees, and burgeoning ecosystem.If you're a software ... Läs mer

    Var 406,50 kr Nu 352,55 kr

  • Computer Programming

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

    av 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 ... Läs mer

    98,99 kr eller gratis med Kobo Plus

  • Arduino for Artists

    How to Create Stunning Multimedia Art with Electronics

    Take your creative ambitions in exciting new directions with the easy-to-learn and popular Arduino electronics platform! Arduino for Artists is a guide for amateur and professional artists interested in using the Arduino microcontroller platform to create dynamic and interactive works of art. Discover a new way to leave your creative mark on the world using technology as a medium.While most how-to ... Läs mer

    98,99 kr eller gratis med Kobo Plus

  • C 速查手冊

    介紹完整 34 個關鍵字的用法、超過 190 個範例及簡單資料結構與標準程式庫

    這一份《速查手冊》中,我們先認識有關 C 程式 (program) 的基本概念,然後認識 C 語言的標記 (token) ,包括語法功能的關鍵字 (keyword) 、運算子 (operator) ,用為自訂功能的識別字 (identifier) ,以及常數 (constant) 等。資料型態 (data type) 在程式語言 (programming language) 中是個相當基本的觀念,因為型態代表所處理資料可容許的範圍大小,也就是說某一種型態可以最大有多少值,最小可以有多少值,不同的型態也佔用不同大小的記憶體空間。程式中最主要的工作便是進行計算,計算由運算子與運算元 (operand) 來負責。運算子與具有資料型態運算元構成運算式 (expression) ,不同型態可施行的運算子也有所不同。計算過程若是遇到不同資料型態的運算元便會啟動型態轉換 (type conversion ... Läs mer

    79,17 kr eller gratis med Kobo Plus

  • C++ Mastery

    A Comprehensive Beginner's Guide for Crafting, Building, and Executing a Sturdy Program Methodically

    av Chloe Annable ...
    Serie serie Computer Programming
    Embark on a journey to C++ mastery with our comprehensive guide, 'C++ Mastery: A Comprehensive Beginner's Guide for Crafting, Building, and Executing a Sturdy Program Methodically.' Whether you're a novice looking to design and implement your first program or seeking professional assistance, this book is your ideal starting point.Discover the power of C++ through practical techniques that empower ... Läs mer

    103,62 kr eller gratis med Kobo Plus

  • Programming with Qt

    Writing Portable GUI applications on Unix and Win32

    The popular open source KDE desktop environment for Unix was built with Qt, a C++ class library for writing GUI applications that run on Unix, Linux, Windows 95/98, Windows 2000, and Windows NT platforms. Qt emulates the look and feel of Motif, but is much easier to use. Best of all, after you have written an application with Qt, all you have to do is recompile it to have a version that works on ... Läs mer

    256,83 kr

  • Esercizi di programmazione linguaggio C

    Questo testo nasce dall'esigenza, riscontrata nell'insegnamento dei corsi di Fondamenti di Informatica, di avere esercizi di riferimento svolti e risolti in linguaggio C da sottoporre agli studenti quale sussidio alle lezioni. ... Läs mer

    131,22 kr

  • Make: Sensors

    A Hands-On Primer for Monitoring the Real World with Arduino and Raspberry Pi

    Make: Sensors is the definitive introduction and guide to the sometimes-tricky world of using sensors to monitor the physical world. With dozens of projects and experiments for you to build, this book shows you how to build sensor projects with both Arduino and Raspberry Pi. Use Arduino when you need a low-power, low-complexity brain for your sensor, and choose Raspberry Pi when you need to ... Läs mer

    207,33 kr

  • Get Started With Arduino

    Robots, Musical Instruments, Smart Displays and More

    Arduino and Arduino-compatible microcontrollers are essentially simple computers that we can easily embed in our projects. They enable us to sense input and create output in a huge number of ways. Buttons, touchsensitive areas, environmental sensors, and more can feed into these computers. Lights, sound movements, and more can feed out. Controlling these with a little bit of programmable logic ... Läs mer

    51,82 kr eller gratis med Kobo Plus

  • C Clearly - Programming With C In Linux and On Raspberry Pi

    This guide attempts to introduce the 'C' Programming Language to the novice programmer, using Linux as the host environment. This means you can learn C on a Raspberry Pi or you can use a distribution such as Ubuntu linux installed on a PC or use VirtualBox. You should find the examples easy to digest and you should be able to complete it with about 40 hours of study and practice. This guide will ... Läs mer

    54,34 kr

  • Aprende a Programar Swift: Programación iOS

    Hasta su lanzamiento, el lenguaje más utilizado en el desarrollo de aplicaciones para los entornos iOS e iOS X era el Objetive-C, creado al inicio de los años 80. Apple se preocupó en disminuir la resistencia a la adopción de Swift por los programadores expertos. Para eso, permitió que el nuevo lenguaje utilizara el mismo compilador y pudiera convivir con Objetive-C en la misma aplicación. De esa ... Läs mer

    35,78 kr

  • C# Programming with Artificial Intelligence (2026)

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

    Discover the Fast and Easy Way to Master C# Programming!Unlock the world of C# programming with ease and confidence, even if you've never written a line of code before. Say goodbye to tedious 600-page books, costly online courses, and confusing tutorials that leave you frustrated. Introducing... **C# Mastery: Your Rapid Learning Companion** Unveiling the Power of C# for Beginners Our revolutionary ... Läs mer

    Var 345,62 kr Nu 301,44 kr eller gratis med Kobo Plus

  • C Programming Language With Artificial Intelligence (2026)

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

    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 ... Läs mer

    Var 345,62 kr Nu 301,44 kr eller gratis med Kobo Plus