Skip to main content

Warenkorb

Sie werden jetzt wie ein VIP behandelt!

Artikel nicht erhältlich
Bitte überprüfen Sie Ihren Warenkorb. Sie können nicht verfügbare Artikel jetzt entfernen. Andernfalls werden diese beim Bezahlen automatisch entfernt.
ElementeElement
ElementeElement

Empfehlungen für Sie

Loading...

C eBooks

Lesen Sie gerne eBooks aus der Kategorie C? Dann werden Ihnen unsere Empfehlungen sicherlich gefallen.
Es werden 124 von 418 Ergebnissen angezeigt
Skip side bar filters
  • Effective Modern C++

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

    von 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 Lesen Sie mehr

    € 30,57

  • 全国计算机等级考试全真模拟考场:二级C语言

    2013年全国计算机等级考试在新考试大纲标准下实施,为了使广大考生能够对该考试有更多的了解,全国计算机等级考试命题研究中心和未来教育教学与研究中心联合设计、开发了《全国计算机等级考试全真模拟考场——二级C语言》。《全国计算机等级考试全真模拟考场——二级C语言》面向二级C语言科目,由全国计算机等级考试命题研究专家严格根据新考试大纲精心编写,并针对每道题目提供正确答案与详细解析。在《全国计算机等级考试全真模拟考场——二级C语言》配套光盘中提供无纸化全真模拟试卷(14套)、无纸化真考题库和无纸化真考系统,以便帮助考生全面认识考试的形式和内容,了解命题的重点、难点,顺利通过考试。 Lesen Sie mehr

    € 7,25

  • First Step Programming C#

    von İsmail Cesur
    Have you always wanted to learn computer programming but are afraid it'll be too difficult for you?This book will take you into the process of learning the basics of C # in simple stepThis book is the first book in three stages. Lesen Sie mehr

    € 4,96

  • C LANGUAGE COURSE PART 3

    von 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 Lesen Sie mehr

    € 3,96

  • C Solutions

    von DINESH
    This book gives a collection of C programs. These programs that support the theoretical concepts are given in a large number to help students understand the concept better. This books is useful for students of BE, MCA, BCA, MSc, and BSc, which have C programming language as a part of the course. Lesen Sie mehr

    € 0,91

  • Eclipse

    Programming Java Applications

    von 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 Lesen Sie mehr

    € 22,98

  • Learn to Code with C

    Program with the world's most popular language on your Raspberry Pi

    von Simon Long
    Serien series Essentials
    The C programming language was invented in the early 1970s, and since then has become one of the most popular and widely used general-purpose languages. It's used by a wide range of programmers, from amateurs working on simple projects at home, to industry professionals who write in C for a living. It's been used to program everything from the tiny microcontrollers used in watches and toasters up Lesen Sie mehr

    € 5,05

  • Programación en MikroC para PIC y ARM.

    von Daniel Schmidt
    El eje central del libro es la programación en C para PIC y para la arquitectura de ARM con el compilador MikroC Pro de MikroElektronikaCompilador largamente probado y sin duda una de las herramientas que junto con los compiladores oficiales de las correspondientes marcas generan código confiable y muy eficiente en el uso de los recursos de los microcontroladores.MikroC ofrece gran cantidad de Lesen Sie mehr

    € 36,49

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

    von 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 Lesen Sie mehr

    € 2,99

  • Aprende a Programar en MATLAB

    MATLAB es un "software" interactivo de alto rendimiento que está orientado al cálculo numérico. MATLAB integra análisis numérico, cálculo con matrices, procesamiento de señales y integra la construcción de gráficos en un entorno que es realmente sencillo de utilizar, donde los problemas y las soluciones son simplemente expresiones que son escritas de manera matemática.MATLAB es un sistema cuyo Lesen Sie mehr

    € 6,99

  • Mastering Rust: The Ultimate Starter Guide

    von Dan Miller
    Ready to dive into Rust but not sure where to start? Mastering Rust: The Ultimate Starter Guide by Dan Miller is your comprehensive companion on this exciting journey. Dan's unique approach to writing makes learning Rust a personable and rewarding experience.What sets this guide apart is its focus on practical application. You'll not only learn the "how" but also the "why," gaining insights into Lesen Sie mehr

    € 1,99

  • Programmare con C# 5

    Guida completa

    Il linguaggio di programmazione C# è il punto di riferimento della programmazione su piattaforma .NET da oltre 10 anni, infatti è stato introdotto appositamente a tale scopo e ogni novità che riguarda la piattaforma è introdotta per prima in questo linguaggio, seguendo anche le indicazioni e i bisogni della comunità di sviluppatori. I sistema operativi Microsoft Windows 8, per PC e tablet, e Lesen Sie mehr

    € 34,99

  • C和C++游戏趣味编程

    von 童晶著
    本书通过趣味案例逐步引入语法知识,教读者用C和C++编写游戏程序,激发读者学习编程的兴趣。全书共14章和3个附录,依次介绍了C和C++编程语言的基本概念、数据类型、if语句、while循环、for循环、一维数组、函数、二维数组、字符串、文件读写、指针、递归、面向对象编程、链表和C++标准模板库等知识,其中贯穿了众多的小案例和游戏,最后综合应用这些知识编写了一款冒险游戏。附录分别给出了练习题的参考答案、语法知识索引以及常用的调试方法和辅助开发工具。本书适合不同年龄、不同层次的C与C++编程初学者阅读和自学,也可以作为中学生、大学生学习程序设计的教材和少儿编程培训机构的参考教材。 Lesen Sie mehr

    € 22,75

  • C/C++代码调试的艺术

    von 张海洋著
    本书围绕C/C++程序调试这一主题,系统深入地介绍了在Windows和Linux操作系统上如何高效地调试C/C++程序。本书分为11章,内容涵盖了程序调试的基本知识、Visual C++调试程序的基本功能与技巧、Linux系统中gdb工具的使用、死锁调试、动态库调试、内存泄漏检查、远程调试、崩溃转储文件分析、发行版调试,以及调试的高级话题和调试扩展方面的知识。本书作为学习C/C++调试技术的重要资料,讲解通俗易懂,选取的示例注重理论与实际的联系。无论是C/C++的初学者,还是经验丰富的开发人员,都会从中受益。 Lesen Sie mehr

    € 20,64

  • Programming Embedded Systems

    With C and GNU Development Tools

    If you have programming experience and a familiarity with C--the dominant language in embedded systems--Programming Embedded Systems, Second Edition is exactly what you need to get started with embedded software. This software is ubiquitous, hidden away inside our watches, DVD players, mobile phones, anti-lock brakes, and even a few toasters. The military uses embedded software to guide missiles, Lesen Sie mehr

    € 25,40

  • Blazor Fundamentals

    Building Modern Web Applications with .NET 10

    von Adam Seebeck
    Build modern, production-ready web apps with Blazor Web App in .NET 10 using only C#.Blazor is now a unified platform for full-stack web development. Blazor Fundamentals: Building Modern Web Applications with .NET 10 teaches you how to design, build, test, and deploy real applications using the latest Blazor Web App model. No JavaScript required.What you will learnCreate and navigate Blazor Web Lesen Sie mehr

    € 9,44

  • I piu bei bachi software.

    von Roberto Bera
    Cinque brevi racconti a proposito di bachi software che hanno generato anche degli effetti piuttosto coreografici.Alcune considerazioni filosofiche più generali. Lesen Sie mehr

    € 1,49

  • C Programs with Solutions

    100% Pure Adrenaline

    Serien Buch 1 - Surf Rangers
    This book gives a rich collection of C programs. These programs that support the theoretical concepts are given in a large number to help students understand the concepts better. This book will be useful for students of BE, MCA, BCA, MSc, and BSc, which have C programming language as a part of the course. Lesen Sie mehr

    € 4,94

  • C++ for Beginners

    A Comprehensive Guide to Transform Your Passion into Programming Proficiency

    von VERA POE
    Are you considering delving into the realm of C++ programming?Are you in search of a reliable and beginner-friendly guide to assist you in your learning journey? If your answer is affirmative to either of these questions, then you've stumbled upon the ideal educational resource tailored to help you achieve precisely that!"C++ Programming" is a comprehensive guide designed to assist you in Lesen Sie mehr

    € 9,90

  • C# for Intermediates

    The Ultimate Guide to Learning C# Programming Step by Step

    von Ryan roffe
    Are you familiar with the basics of the C# programming language and eager to advance your skills further? Look no further!In today's vast array of computer programming languages, C# stands out as a powerful option. If you've already grasped its fundamentals, taking your knowledge to the next level is a natural progression."C# for Intermediates" is tailored to help you do just that. This Lesen Sie mehr

    € 9,90

  • Making Things Talk

    Using Sensors, Networks, and Arduino to See, Hear, and Feel Your World

    von Tom Igoe
    The workbenches of hobbyists, hackers, and makers have become overrun with microcontrollers, computers-on-a-chip that power homebrewed video games, robots, toys, and more. In Making Things Talk, Tom Igoe, one of the creators of Arduino, shows how to make these gadgets talk.Whether you need to connect some sensors to the Internet or create a device that can interact wirelessly with other creations, Lesen Sie mehr

    € 20,67

  • Tapworthy

    Designing Great iPhone Apps

    von Josh Clark
    So you've got an idea for an iPhone app -- along with everyone else on the planet. Set your app apart with elegant design, efficient usability, and a healthy dose of personality. This accessible, well-written guide shows you how to design exceptional user experiences for the iPhone and iPod Touch through practical principles and a rich collection of visual examples.Whether you're a designer, Lesen Sie mehr

    € 22,98

  • C Programming and Numerical Analysis

    An Introduction

    von Seiichi Nomura
    Serien series Synthesis Lectures on Mechanical Engineering
    This book is aimed at those in engineering/scientific fields who have never learned programming before but are eager to master the C language quickly so as to immediately apply it to problem solving in numerical analysis. The book skips unnecessary formality but explains all the important aspects of C essential for numerical analysis. Topics covered in numerical analysis include single and Lesen Sie mehr

    € 61,26

  • 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 Lesen Sie mehr

    € 35,63