Skip to main content

Handlekurv

Du får VIP-behandlingen!

Titlene er ikke tilgjengelige for kjøp
Se gjennom handlekurven din. Du kan fjerne titlene som ikke er tilgjengelige nå eller vi fjerner dem automatisk ved kassen.
titlertittel
titlertittel

Anbefalt for deg

Loading...

C e-bøker

Hvis du liker C-e-bøker, kommer du til å elske disse toppvalgene.
Viser 124 av 369 resultater
Skip side bar filters
  • 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 ... Les mer

    598,80 kr

  • C language Programming: Simple, Short, and Straightforward Way of Learning C Programming

    This book is for absolute beginners with or without prior knowledge in programming, as this book uses Simple words, Short sentences, and Straightforward paragraphs. The triple S way of learning C language programming. The topics covered in this book includes brief introduction to C language, variables, data types, control structures, functions, pointers, and input and output stream to external ... Les mer

    32,57 kr eller gratis med Kobo Plus

  • Effective Modern C++

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

    av 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 ... Les mer

    347,69 kr

  • The Absolute Beginner's Guide to Binary, Hex, Bits, and Bytes! How to Master Your Computer's Love Language

    av Greg Perry ...
    If you truly want to know more about computers, you owe it to yourself to learn your computer's love language!Perhaps no other topic is ignored in the computer world today than the computer's real and internal language - that is the language of bits and bytes. With visual programming systems and advanced languages putting huge buffers between users, programmers, and the computer itself, all ... Les mer

    28,31 kr eller gratis med Kobo Plus

  • Using C in Software Design, Second Edition

    The Second Edition of Using C in Software Design provides a creative approach to learning the C programming language by emphasizing software engineering. This inexpensive book, extensively tested in several academic and professional settings, provides a gentle, but complete, introduction to the C language in both the original edition published by Academic Press Professional and the current ebook ... Les mer

    28,31 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 ... Les mer

    347,69 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. ... Les mer

    378,29 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. ... Les mer

    94,59 kr eller gratis med Kobo Plus

  • Programming Arduino Next Steps: Going Further with Sketches

    av Simon Monk ...
    Arduino guru Simon Monk reveals advanced programming techniques for Arduino!Programming Arduino Next Steps: Going Further with Sketches is the must-have follow-up to Monk’s bestseller, Programming Arduino: Getting Started with Sketches. Aimed at experienced programmers and hobbyists who have mastered the basics, this book takes you “under the hood” of Arduino, revealing professional-level ... Les mer

    149,99 kr

  • Linguaggio di programmazione C89

    Il linguaggio C è uno dei più usati se non il più usato linguaggio di programmazione. In questo testo viene spiegato il linguaggio C89 dalle basi fino a librerie con funzioni più interessanti e particolari. il libro si potrebbe paragonare a un corso di programmazione di primo livello in una laurea di ambito informatico. Il testo evita di entrare in particolari tediosi e poco interessanti per un ... Les mer

    169,00 kr

  • Learn C Programming in 24 Hours

    av Alex Nordeen ...
    C is a general-purpose programming language that is extremely popular, simple and flexible. It is machine-independent, structured programming language which is used extensively in various applications. This ebook course teaches you basic to advance level concept of C Programming to make you pro in C language.Here is what is covered in the book –Chapter 1: What is C Programming Language? Basics, ... Les mer

    94,59 kr

  • Make: Action

    Movement, Light, and Sound with Arduino and Raspberry Pi

    av Simon Monk ...
    Beginning with the basics and moving gradually to greater challenges, this book takes you step-by-step through experiments and projects that show you how to make your Arduino or Raspberry Pi create and control movement, light, and sound. In other words: action!The Arduino is a simple microcontroller with an easy-to-learn programming environment, while the Raspberry Pi is a tiny Linux-based ... Les mer

    204,49 kr

  • C# 4, ASP.NET 4, and WPF, with Visual Studio 2010 Jump Start

    Serie Bok 56 - Wrox Blox
    This Wrox Blox is a value-packed resource to help experienced .NET developers learn the new .NET release. It is excerpted from the Wrox books: Professional C# 4 and .NET 4, Professional ASP.NET 4, and WPF Programmer’s Reference by Christian Nagel, Bill Evjen, Scott Hanselman, and Rod Stephens, and includes more than 100 print book pages drawn from these three key titles. It is an excellent ... Les mer

    68,19 kr

  • Mastering System Calls: A Comprehensive Guide to the C Library and Kernel Interfaces for Linux

    Professional Systems Engineering

    Serie serien Professional Systems Engineering
    Stop Viewing the Operating System as a Black Box.The illusion of direct control is the primary abstraction of modern programming. When you write code that prints text, allocates memory, or reads a file, it feels as though you are directly manipulating hardware. In reality, your application is isolated in a restricted environment known as user space.To perform any meaningful action, your program ... Les mer

    56,72 kr eller gratis med Kobo Plus

  • AVR Programming

    Learning to Write Software for Hardware

    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 ... Les mer

    204,49 kr

  • C and UNIX

    Two Books

    This Volume contains two complete books.USING C IN SOFTWARE DESIGN, 2EOriginally published in 1993, this book provides a creative approach to learning the C programming language by emphasizing software engineering. This inexpensive book, extensively tested in several academic and professional settings, provides a gentle, but complete, introduction to the C language for a practicing scientist or ... Les mer

    94,59 kr

  • C programmieren lernen für Dummies

    av Dan Gookin ...
    Serie serien Für Dummies
    Für dieses Buch müssen Sie kein Vorwissen mitbringen. Trotzdem werden auch fortgeschrittene C-Themen wie Zeiger und verkettete Listen behandelt - und das alles im aktuellen C11-Standard. Der besondere Clou ist die Verwendung der Programmierumgebung Code::Blocks, die es für Windows-, Mac- und Linux-Betriebssysteme gibt. Zahlreiche Beispiele, viele, viele Übungen und die Programmtexte zum ... Les mer

    149,99 kr

  • C für Dummies

    av Dan Gookin ...
    Serie serien Für Dummies
    C erfreut sich als Klassiker unter den Programmiersprachen großer Beliebtheit, denn es steckt nach wie vor in vielen Betriebssystemen, Schnittstellen und Treibern, aber auch in Compilern und neueren eingebetteten Systemen. Wer C lernen und dabei auch noch Spaß haben möchte, sollte zu diesem Buch vom Urvater der Dummies, Dan Gookin, greifen. Mit viel Humor und vielen anschaulichen Beispielen macht ... Les mer

    241,39 kr

  • 现代C++语言核心特性解析

    av 谢丙堃著 ...
    本书是一本C++进阶图书,全书分为42章,深入探讨了从C++11到C++20引入的核心特性。书中不仅通过大量的实例代码讲解特性的概念和语法,还从编译器的角度分析特性的实现原理,书中还穿插了C++标准委员会制定特性标准时的一些小故事,帮助读者知其然也知其所以然。本书适合因为工作需要学习C++新特性的C++从业者,同样也适合对C++新特性非常感兴趣的C++爱好者。此外,具备C++基础知识的C++初学者也可以通过本书领略C++的另外一道风景。 ... Les mer

    246,31 kr

  • Einblicke in C# 6.0

    Serie Bok 181 - shortcuts
    Version 6.0 von C# bringt diverse Neuerungen und Änderungen mit sich, die in diesem shortcut näher beleuchtet werden. Betrachtet wird u.a. die .NET-Compiler-Plattform, vormals unter dem Codenamen „Roslyn" bekannt, die den alten C#-Compiler ersetzt. Ebenfalls gezeigt werden einige der typischen Fälle in einer MVVM-Applikation, in denen C# 6.0 den Entwicklern das Leben leichter macht. Darüber hinaus ... Les mer

    35,00 kr eller gratis med Kobo Plus

  • Making Games for the C-64

    8bitworkshop

    av Steven Hugg ...
    Serie Bok 64 - 8bitworkshop
    Learn how to program games for the Commodore 64!You'll learn how to draw text, scroll the screen, animate sprites, create raster effects, play music and sound effects and more.Use the 8bitworkshop Web-based IDE to see your code run instantly in the browser.The book also covers topics such as binary numbers, memory maps, bank switching, PEEK and POKE commands, sprite collision detection, multicolor ... Les mer

    94,59 kr

  • Hands-On RTOS with Microcontrollers

    Building real-time embedded systems using FreeRTOS, STM32 MCUs, and SEGGER debug tools

    av Brian Amos ...
    Build reliable real-time embedded systems with FreeRTOS using practical techniques, professional tools, and industry-ready design practicesKey FeaturesGet up and running with the fundamentals of RTOS and apply them on STM32Develop FreeRTOS-based applications with real-world timing and task handlingUse advanced debugging and performance analysis tools to optimize applicationsBook DescriptionA real ... Les mer

    380,69 kr eller gratis med Kobo Plus

  • C# ile Görsel Programlama

    Bu kitap, son yılların en çok yatırım yapılan, en hızlı gelişen ve yazılm devi Microsoft imzalı C# programlama dilini sizlere öğretirken sevdirecek ve özümsetecek örnek uygulamalar ve kolay anlaşılır teorik bilgilerle dolu bir eserdir. C# dilini hiç bilmeyip ilk adımı atmak isteyen ya da kısmen bilip örnek uygulamalar ile bildiklerini pekiştirmek isteyen öğrenciler yahut yazılım sektörüne kendini ... Les mer

    94,69 kr

  • C# and C++

    5 BOOK IN 1: Comprehensive Coding Course - Mastering Both Languages from Beginner to Expert Level

    av Ryan roffe ...
    5-in-1 Bundle = 1 Ultimate Guide ✅ Best Value for Your Money✅ Master Two Powerful Languages✅ Complete Comprehensive Guide---Are you eager to dive into the world of coding?Do you crave a straightforward, step-by-step approach to programming?Look no further than "C# & C++: 5 Books in 1 - The Ultimate Coding Course from Novice to Expert"!This comprehensive guide is your ticket to mastering C# and C+ ... Les mer

    94,59 kr eller gratis med Kobo Plus