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

Si te gustan los eBooks de C++, seguro que te encanta esta selección.
Mostrando 1 - 24 de 597 resultados
Skip side bar filters
  • C++ Data Structures and Algorithms

    Learn how to write efficient code to build scalable and robust applications in C++

    de Wisnu Anggoro ...
    Learn how to build efficient, secure and robust code in C++ by using data structures and algorithms - the building blocks of C++Key FeaturesUse data structures such as arrays, stacks, trees, lists, and graphs with real-world examplesLearn the functional and reactive implementations of the traditional data structuresExplore illustrations to present data structures and algorithms, as well as their ... Leer más

    $37.79 USD o gratis con Kobo Plus

  • Qt 5 and OpenCV 4 Computer Vision Projects

    Get up to speed with cross-platform computer vision app development by building seven practical projects

    Create image processing, object detection and face recognition apps by leveraging the power of machine learning and deep learning with OpenCV 4 and Qt 5Key FeaturesGain practical insights into code for all projects covered in this bookUnderstand modern computer vision concepts such as character recognition, image processing and modificationLearn to use a graphics processing unit (GPU) and its ... Leer más

    $27.89 USD o gratis con Kobo Plus

  • C++ Template Metaprogramming in Practice

    A Deep Learning Framework

    de Li Wei ...
    Using the implementation of a deep learning framework as an example, C++ Template Metaprogramming in Practice: A Deep Learning Framework explains the application of metaprogramming in a relatively large project and emphasizes ways to optimize systems performance. The book is suitable for developers with a basic knowledge of C++. Developers familiar with mainstream deep learning frameworks can also ... Leer más

    $159.99 USD

  • Hybrid Genetic Optimization for IC Chips Thermal Control

    With MATLAB® Applications

    Series series Advances in Metaheuristics
    The continuous miniaturization of integrated circuit (IC) chips and the increase in the sleekness of the design of electronic components have led to the monumental rise of volumetric heat generation in electronic components.Hybrid Genetic Optimization for IC Chips Thermal Control: With MATLAB® Applications focuses on the detailed optimization strategy carried out to enhance the performance ... Leer más

    $65.99 USD

  • Programming Problems: A Primer for The Technical Interview

    de Bradley Green ...
    A complete primer for the technical programming interview. This book reviews the fundamentals of computer programming through programming problems posed to candidates at Amazon, Apple, Facebook, Google, Microsoft, and others. Complete solutions to every programming problem is provided in clear explanations and easy to read C++11 code.If you are learning to code then this book provides a great ... Leer más

    $1.99 USD

  • C++项目开发全程实录(第3版)

    de 明日科技 ...
    《C++项目开发全程实录(第3版)》精选 C++开发方向的 10个热门应用项目,实用性非常强。这些项目包含:阅界藏书管理系统、软件注册码生成专家、系统优化清理助手、悦看多媒体播放器、FTP文件管理系统、网络五子棋、坦克动荡游戏、桌面破坏王游戏、一站式文档管家、股票数据抓取分析系统。本书从软件工程的角度出发,按照项目开发的顺序,系统、全面地讲解每一个项目的开发实现过程。体例上,每章一个项目,统一采用“开发背景→系统设计→技术准备→各功能模块实现→项目运行→源码下载”的形式完整呈现项目,给读者明确的成就感,可以让读者快速积累实际项目经验与技巧,早日实现就业目标。 ... Leer más

    $11.94 USD

  • Le guide de Lua et ses applications - Manuel d'apprentissage (2e édition)

    Saviez-vous que le langage de script Lua peut être dix à trente fois plus rapide que TCL, Perl, Python, Ruby ou PHP ? Compact, élégant, puissant, supporté par de nombreux outils et librairies, Lua est un langage à multifacette et à multiusage. De plus en plus utilisé dans l'industrie, notamment dans les systèmes embarqués et dans la production de jeux vidéo, il est facile à mettre en œuvre et ... Leer más

    $29.52 USD

  • Elevating Game Experiences with Unreal Engine 5

    Bring your game ideas to life using the new Unreal Engine 5 and C++

    Build real game projects and enhance your skills with step-by-step guidance using Unreal Engine and C++, covering animation, AI, UI, multiplayer, and essential game development techniques Key FeaturesBuild real games using Unreal Engine and C++ with step-by-step guidanceLearn core topics like animation, AI, UI/UX, multiplayer, and input systemsSolve common dev issues and stay current with evolving ... Leer más

    $79.19 USD o gratis con Kobo Plus

  • Learning Modern C++ for Finance

    de Daniel Hanson ...
    This practical book demonstrates why C++ is still one of the dominant production-quality languages for financial applications and systems. Many programmers believe that C++ is too difficult to learn. Author Daniel Hanson demonstrates that this is no longer the case, thanks to modern features added to the C++ Standard beginning in 2011.Financial programmers will discover how to leverage C++ ... Leer más

    $41.09 USD

  • Mastering C++ Network Automation

    Run Automation across Configuration Management, Container Orchestration, Kubernetes, and Cloud Networking

    50+ Sample Automation Programs across Configuration Management, Container Orchestration, Kubernetes, and Cloud NetworkingThis book is an in-depth guide for network administrators, cloud architects, and container and Kubernetes administrators who want to learn how to automate networking tasks in C++. From setting up a network automation environment to automating configuration management and working ... Leer más

    $35.99 USD

  • Unreal Engine 4 Scripting with C++ Cookbook

    Get the best out of your games by scripting them using UE4

    Get the best out of your games by scripting them using UE4Key Features\[\*\] A straightforward and easy-to-follow format\[\*\] A selection of the most important tasks and problems\[\*\] Carefully organized instructions to solve problems efficiently\[\*\]Clear explanations of what you did\[\*\] Solutions that can be applied to solve real-world problemsBook DescriptionUnreal Engine 4 (UE4) is a ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • Recursion Mastery: A Comprehensive Guide

    The complete guide to understanding and implementing recursion.

    de Ramesh Adapa ...
    Recursion Mastery: A Comprehensive Guide" is a detailed and in-depth exploration of the concept of recursion and its various applications in computer science. The book is designed to provide a comprehensive understanding of recursion and its different forms, including recursive functions, recursive data structures, recursive backtracking, recursion in graph algorithms, recursive dynamic ... Leer más

    $1.99 USD o gratis con Kobo Plus

  • OpenCV 4 Computer Vision Application Programming Cookbook

    Build complex computer vision applications with OpenCV and C++

    Discover interesting recipes to help you understand the concepts of object detection, image processing, and facial detectionKey FeaturesExplore the latest features and APIs in OpenCV 4 and build computer vision algorithmsDevelop effective, robust, and fail-safe vision for your applicationsBuild computer vision algorithms with machine learning capabilitiesBook DescriptionOpenCV is an image and ... Leer más

    $27.89 USD o gratis con Kobo Plus

  • Start Programming & Simulating PLC In Your Laptop from Scratch: A No BS, No Fluff, PLC Programming Volume 1

    Volume, #1

    Series Libro 1 - Volume
    Learning to code controllers, PLCs & HMIs?Get the PLC-HMI programming skills they did not teach you back in the day... Skills Michael and I learned over a decade of working in the field of Automation. Whether you have just graduated or are a technician, a hobbyist, a total beginner, or a new programmer. If you are ready to take it to the next level, this is your next step in PLC-HMI programmer ... Leer más

    $2.99 USD o gratis con Kobo Plus

  • OpenGL Game Development By Example

    Design and code your own 2D and 3D games efficiently using OpenGL and C++

    Design and code your own 2D and 3D games efficiently using OpenGL and C++ Key Features\[\*\] Create 2D and 3D games completely, through a series of end-to-end game projects\[\*\] Learn to render high performance 2D and 3D graphics using OpenGL\[\*\] Implement a rudimentary game engine using step-by-step codeBook DescriptionOpenGL is one of the most popular rendering SDKs used to develop games. ... Leer más

    $49.49 USD o gratis con Kobo Plus

  • Understanding C++ for MFC

    Jumpstart your MFC programming without the tedious study of C++! Now you can learn C++ and MFC together -- learning C++ principles on a need-to-know basis. Author Richard Raposa has refined this tutorial over years of teaching Windows programming in quick ... Leer más

    $76.99 USD

  • Fluent C

    Principles, Practices, and Patterns

    Expert advice on C programming is hard to find. While much help is available for object-oriented programming languages, there's surprisingly little for the C language. With this hands-on guide, beginners and experienced C programmers alike will find guidance about design decisions, including how to apply them bit by bit to running code examples when building large-scale programs.Christopher ... Leer más

    $41.09 USD

  • SFML Game Development

    SFML Game Development is a fast-paced, step-by-step guide, providing you with all the knowledge and tools you need to create your first game using SFML 2.0.SFML Game Development addresses ambitious C++ programmers who want to develop their own game. If you have plenty of ideas for an awesome and unique game, but don't know how to start implementing them, then this book is for you. The book assumes ... Leer más

    $26.59 USD o gratis con Kobo Plus

  • Atmospheric Monitoring with Arduino

    Building Simple Devices to Collect Data About the Environment

    Makers around the globe are building low-cost devices to monitor the environment, and with this hands-on guide, so can you. Through succinct tutorials, illustrations, and clear step-by-step instructions, you’ll learn how to create gadgets for examining the quality of our atmosphere, using Arduino and several inexpensive sensors.Detect harmful gases, dust particles such as smoke and smog, and upper ... Leer más

    $3.99 USD

  • Learn C++ in 24 Hours

    de Alex Nordeen ...
    Table Of ContentChapter 1: C++ Programming: What is C++ | Learn Basic Concepts of C++What is C++?Popular programming languages in use?Is C++ best programming language?Who uses C++?Five Basic Concepts of C++Use of C++ Programming LanguageChapter 2: How to Download and Install C++ IDE on WindowsWhat is Dev-C++?How to Download and In... ... Leer más

    $9.99 USD

  • Leap Motion Development Essentials

    Leverage the power of Leap Motion to develop and deploy a fully interactive application

    Leverage the power of Leap Motion to develop and deploy a fully interactive applicationKey FeaturesComprehensive and thorough coverage of many SDK featuresIntelligent usage of gesture interfacesIn-depth, functional examples of API usage explained in detailBook DescriptionLeap Motion is a company developing advanced motion sensing technology for human‚Äìcomputer interaction. Originally inspired by ... Leer más

    $22.79 USD o gratis con Kobo Plus

  • Guide for Dummies: from MATLAB to C++ through the MATLAB Coder

    English and Italian Book

    Nowadays, many of the tools and applications used in the biomedical field are developed in MATLAB (The MathWorks, Inc., MA, USA). However, the C++ code is license-free so better suits the policy of code distributed in the form of Open Source. To facilitate the conversion from MATLAB to C++, MATLAB developers have recently created a toolbox called MATLAB Coder containing various functions and tools ... Leer más

    $8.99 USD o gratis con Kobo Plus

  • C++ and C# Mastery: A Comprehensive 5-in-1 Coding Course for Beginners to Advanced Levels

    de Chloe Annable ...
    Series series Computer Programming
    ✅ One Guide Encompassing a 5-in-1 Bundle✅ Unbeatable Value for Your Money✅ Harness the Power of Not Just One, but Two Dynamic Languages✅ Experience a Comprehensive and Complete GuideAre you eager to delve into the world of coding?Do you seek a swift and accessible path to kickstart your programming journey?Are you in search of a step-by-step guide that demystifies coding complexities?If your ... Leer más

    $11.64 USD o gratis con Kobo Plus

  • Android Native Development Kit Cookbook

    de Feipeng Liu ...
    This book is written in a Cookbook style, beginning with recipes which focus on helping developers make their software/application available in Android. Android developers who want to learn Android NDK programming, or develop multimedia and games in Android NDK will benefit from this book. ... Leer más

    $27.89 USD o gratis con Kobo Plus