Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de C y C++

Si te gustan los eBooks de C y C++, seguro que te encanta esta selección.
Mostrando 1 - 24 de 839 resultados
Skip side bar filters
  • The Art of Concurrency

    A Thread Monkey's Guide to Writing Parallel Applications

    If you're looking to take full advantage of multi-core processors with concurrent programming, this practical book provides the knowledge and hands-on experience you need. The Art of Concurrency is one of the few resources to focus on implementing algorithms in the shared-memory model of multi-core processors, rather than just theoretical models or distributed-memory architectures. The book ... Leer más

    $25.99 USD

  • Learning OpenCV

    Computer Vision with the OpenCV Library

    "This library is useful for practitioners, and is an excellent tool for those entering the field: it is a set of computer vision algorithms that work as advertised."-William T. Freeman, Computer Science and Artificial Intelligence Laboratory, Massachusetts Institute of TechnologyLearning OpenCV puts you in the middle of the rapidly expanding field of computer vision. Written by the creators of the ... Leer más

    $28.79 USD

  • Ultimate Cyberwarfare for Evasive Cyber Tactics

    de Chang Tan ...
    Attackers have to be only right once, but just one mistake will permanently undo them.Book DescriptionThe "Ultimate Cyberwarfare for Evasive Cyber Tactic" is an all-encompassing guide, meticulously unfolding across pivotal cybersecurity domains, providing a thorough overview of cyber warfare.The book begins by unraveling the tapestry of today's cyber landscape, exploring current threats, ... Leer más

    $18.99 USD

  • 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 ... Leer más

    $2.36 USD

  • Learn C Programming in 24 Hours

    de 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, ... Leer más

    $9.99 USD

  • C語言程式設計實務-立即擁有結構化程式設計能力的16堂課

    C語言結構化程式設計語法、函數的觀念、使用者自訂型態等,是後來程式語言參考的依據。本書強調理論與實作並重,依C語言功能循序漸進、由淺入深,以16堂課詳實地介紹C語言精要。本書大綱如下:1.基礎語法Chapter1~ Chapter7先簡單說明如何進行C語言程式撰寫、編譯、執行與除錯,接著再導入變數與常數與各種資料型態的介紹,並進而了解各種運算子及流程控制指令。2.進階語法Chapter8~ Chapter12進階語法單元則包括陣列與字串的宣告與綜合運用,再介紹指標與位址的觀念與實作,並示範如何自訂函數、參數傳遞與函數進階應用,最後則提到前置處理指令與巨集。3.其他應用Chapter13~ Chapter16及附錄A、B除了前面所談論的重要主題外,本單元介紹重點將從各種結構資型態及如何自訂資料型態開始,接著再探討各種檔案類型的操作技巧與管理,最後一章則以精要的方式,快速建立C+ ... Leer más

    $11.47 USD

  • DFRobot Romeo V2 Development Workshop

    DFRobot Romeo V2 is development board based Arduino Leonardo and designed for Robot development. This book helps you to get started with DFRobot Romeo V2 development. The following is a list of highlight topics:Preparing Development EnvironmentSetting Up DFRobot Romeo V2Writing and Reading Digital DataSerial Communication (UART)PWM and Analog InputWorking with I2CWorking with SPIAccessing EEPROMWi ... Leer más

    $2.99 USD

  • UML 2.0 in a Nutshell

    A Desktop Quick Reference

    System developers have used modeling languages for decades to specify, visualize, construct, and document systems. The Unified Modeling Language (UML) is one of those languages. UML makes it possible for team members to collaborate by providing a common language that applies to a multitude of different systems. Essentially, it enables you to communicate solutions in a consistent, tool-supported ... Leer más

    $23.09 USD

  • Unreal Engine: Game Development from A to Z

    Develop fantastic games and solve common development problems with Unreal Engine 4About This BookInvestigate the big world of Unreal Engine, computer graphics rendering and Material editor to implement in your gamesConstruct a top-notch game by using the assets offered by Unreal Engine, thereby reducing the time to download, create assets on your own.Understand when and why to use different ... Leer más

    $62.99 USD o gratis con Kobo Plus

  • Statistical Inference via Data Science

    A ModernDive into R and the Tidyverse

    Series series Chapman & Hall/CRC The R Series
    Statistical Inference via Data Science: A ModernDive into R and the Tidyverse, Second Edition offers a comprehensive guide to learning statistical inference with data science tools widely used in industry, academia, and government. The first part of this book introduces the tidyverse suite of R packages, including ggplot2 for data visualization and dplyr for data wrangling. The second part ... Leer más

    $91.99 USD

  • Hands-On Object-Oriented Programming

    Mastering OOP Features for Real-World Software Systems Development

    Series series Professional and Applied Computing (R0)
    Learn how to easily design and implement a software system using object-oriented programming. Through hands-on activities, this book equips you with the real-world practice needed to master OOP skills that can be applied universally across any programming language.This book is dedicated to bridging the gap between theoretical concepts and practical implementation in software development using OOP. ... Leer más

    $64.99 USD

  • Make: Action

    Movement, Light, and Sound with Arduino and Raspberry Pi

    de 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 ... Leer más

    $21.59 USD

  • C++ for Beginners: Learn Coding Step by Step

    Learn to Code Series, #1

    de Jahid Ahmed ...
    Series Libro 1 - Learn to Code Series
    C++ for Beginners: Learn Coding Step by Step is a complete guide for anyone looking to start their journey in computer programming. Designed with clarity and simplicity, this book walks you through every essential concept in C++—from variables, data types, and functions to loops, arrays, object-oriented programming, file handling, and more. Each chapter is packed with easy explanations, real-life ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • Practical Arduino Projects 30 Iterative Versions

    Master the Essentials of Electronics and Programming through 30 Iterative High-Level ProjectsPractical Arduino Projects utilizes an Iterative Learning Methodology designed for those ready to build sophisticated, real-world systems. Instead of static examples, you will gain expertise by evolving 11 core projects through 30 specialized versions—moving from basic logic to advanced sensors, optimized ... Leer más

    $9.99 USD o gratis con Kobo Plus

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

    Series Libro 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 ... Leer más

    $7.19 USD

  • Unreal Engine 4 Virtual Reality Projects

    Build immersive, real-world VR applications using UE4, C++, and Unreal Blueprints

    Learn to design and build Virtual Reality experiences, applications, and games in Unreal Engine 4 through a series of practical, hands-on projects that teach you to create controllable avatars, user interfaces, and moreKey FeaturesLearn about effective VR design and develop virtual reality games and applications for every VR platformBuild essential features for VR such as player locomotion and ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSPs

    This updated edition gives readers hands-on experience in real-time DSP using a practical, step-by-step framework that also incorporates demonstrations, exercises, and problems, coupled with brief overviews of applicable theory and MATLAB applications. Organized in three sections that cover enduring fundamentals and present practical projects and invaluable appendices, this new edition provides ... Leer más

    $68.99 USD

  • Professional Parallel Programming with C#

    Master Parallel Extensions with .NET 4

    Expert guidance for those programming today’s dual-core processors PCsAs PC processors explode from one or two to now eight processors, there is an urgent need for programmers to master concurrent programming. This book dives deep into the latest technologies available to programmers for creating professional parallel applications using C#, .NET 4, and Visual Studio 2010. The book covers task ... Leer más

    $41.79 USD

  • Hands-On Microservices with Rust

    Build, test, and deploy scalable and reactive microservices with Rust 2018

    de Denis Kolodin ...
    A comprehensive guide in developing and deploying high performance microservices with RustKey FeaturesStart your microservices journey and get a broader perspective on microservices development using RUST 2018,Build, deploy, and test microservices using AWSExplore advanced techniques for developing microservices such as actor model, Requests Routing, and threadsBook DescriptionMicroservice ... Leer más

    $34.19 USD o gratis con Kobo Plus

  • Programación orientada a objetos con C++. (5ª edición)

    La programación orientada a objetos (POO) es una de las técnicas más modernas de desarrollo que trata de disminuir el coste del software, aumentando la eficiencia y reduciendo el tiempo de espera para la puesta en escena de una nueva aplicación. Por eso, donde la POO toma verdadera ventaja es en poder compartir y reutilizar el código.Sin embargo, no debe pensarse que esta forma de programación ... Leer más

    $29.69 USD o gratis con Kobo Plus

  • ESP32 Essentials: From Basics to Advanced Projects

    Discover the World of Internet of Things (IoT) and Embedded Systems

    de Ch Farrukh ...
    Series Libro 1 - IOT
    Unlock the full potential of the ESP32 microcontroller with our comprehensive guide, "Mastering ESP32." Whether you're a beginner diving into the world of embedded systems or an experienced developer seeking advanced projects, this book is your roadmap to mastering the ESP32.Key Features:From Basics to Advanced Projects: Start with the fundamentals, including setting up your development ... Leer más

    $0.99 USD

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

    Professional Systems Engineering

    Series series 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 ... Leer más

    $5.99 USD o gratis con Kobo Plus

  • 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 ... Leer más

    $3.44 USD

  • Computer Programming

    5 Books in 1 - Comprehensive Coding Course to Mastering C# and C++ Languages from Beginner to Expert Level

    de Lena Neill ...
    5-in-1 Bundle = 1 Ultimate Guide ✅ Best Value for Your Money ✅ Master Two Powerful Languages ✅ Complete Comprehensive GuideAre you excited to delve into the fascinating world of coding? Do you yearn for a clear, step-by-step approach to programming? Look no further than the comprehensive guide titled “C# & C++: 5 Books in 1 - The Ultimate Coding Course from Novice to Expert”!This all-encompassing ... Leer más

    $9.99 USD o gratis con Kobo Plus