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 382 resultados
Skip side bar filters
  • Blazor Fundamentals

    Building Modern Web Applications with .NET 10

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

    $9.99 USD

  • Python Mastery

    A Step-by-Step Course to Master Web Development, Data Analysis, and Machine Learning with Python

    de Lena Neill ...
    Do you want to learn how to code from scratch?Python is a simple and powerful programming language that you can use for various purposes, such as web development, data analysis, and machine learning. Its code is easy to read and write, and it avoids unnecessary complexity.Python has many advantages over other languages, such as C++ or Java. It lets you write more with less code, thanks to its ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • C++ for Beginners

    A Comprehensive Guide to Transform Your Passion into Programming Proficiency

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

    $9.99 USD o gratis con Kobo Plus

  • C Programming For Dummies

    de Dan Gookin ...
    Get an A grade in CAs with any major language, mastery of C can take you to some very interesting new places. Almost 50 years after it first appeared, it's still the world's most popular programming language and is used as the basis of global industry's core systems, including operating systems, high-performance graphics applications, and microcontrollers. This means that fluent C users are in big ... Leer más

    $25.19 USD

  • 1000 C Sharp Dot NET (C#.NET) Interview Questions and Answers

    1000 most important and frequently asked questions and answers to crack the interview

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive C#.NET interview ... Leer más

    $2.99 USD

  • Smaller C

    de Marc Loy ...
    For makers looking to use the smallest microcontrollers or to wring the highest performance out of larger ones, the C language is still the best option. This practical book provides a solid grounding in C basics for anyone who tinkers with programming microcontrollers. You'll explore the many ways C enables developers and makers to get big results out of tiny devices.Author Marc Loy shows you how ... Leer más

    $41.09 USD

  • Programmare in C. Guida al linguaggio attraverso esercizi svolti e commentati

    Questo testo propone un percorso didattico che, procedendo attraverso esempi, esercizi e problemi di difficoltà crescente, presenta gli elementi fondamentali del linguaggio di programmazione C e, al tempo stesso, si sofferma ad analizzare gli aspetti algoritmici e di efficienza computazionale che conducono alla progettazione di soluzioni efficaci ed eleganti. Non si tratta dunque di un manuale sul ... Leer más

    $35.99 USD

  • Swift 2 Design Patterns

    Build robust and scalable iOS and Mac OS X game applications

    de Julien Lange ...
    Build robust and scalable iOS and Mac OS X game applicationsKey FeaturesBook DescriptionSwift is a multi-paradigm language. It has expressive features familiar to those used to work with modern functional languages, while also keeping the object-oriented features of Objective-C. It remains compatible with Apple’s legacy codes and frameworks. A design pattern systematically names, motivates, and ... Leer más

    $21.89 USD o gratis con Kobo Plus

  • Curso de Programación con iOS

    Con la evolución de la tecnología cada vez más personas tienen acceso a un ordenador, ya sea en su casa, en la escuela, en el trabajo o en cualquier otro lugar. Los usuarios más curiosos pueden plantearse preguntas como: "¿cómo consiguen hacer esto? ", "¿como podría hacerlo o aprenderlo yo?", "¿cómo es un ordenador internamente?"El objetivo de este libro es servir como base a cualquiera que desee ... Leer más

    $12.95 USD

  • C++ Programming

    A Complete Guide for Beginners to Master C++ and Build Robust Programs

    de Lena Neill ...
    If you want to learn how to program using C++ and create powerful applications that can run on different platforms, this book is for you!C++ programming is a skill that can help you achieve your goals and solve complex problems. With this book, you will learn the basics of C++ and how to design, develop, and implement a robust program from scratch. You will also discover the benefits of using C++ ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Learning C by Example

    This book help you how to get started with C programming. This book provides many code samples for illustration. The following is highlight topics:* Development Environment* Basic C Programming Language* Array and Pointer* Functions* I/O Operations* String Operations* Building C Library* Threading* Database Programming* Socket ProgrammingThis book uses GNU GCC compiler for C programming. ... Leer más

    $2.99 USD

  • FreeBSD Device Drivers

    A Guide for the Intrepid

    de Joseph Kong ...
    Device drivers make it possible for your software to communicate with your hardware, and because every operating system has specific requirements, driver writing is nontrivial. When developing for FreeBSD, you've probably had to scour the Internet and dig through the kernel sources to figure out how to write the drivers you need. Thankfully, that stops now. In FreeBSD Device Drivers, Joseph Kong ... Leer más

    $28.79 USD

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

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

    $2.99 USD

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management ... Leer más

    $48.99 USD

  • Hands-On RTOS with Microcontrollers

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

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

    $43.19 USD o gratis con Kobo Plus

  • Esercizi ragionati in C/C++

    La conoscenza delle istruzioni e dei costrutti di un linguaggio di programmazione (come il C/C++ considerato in questo libro) non basta per imparare veramente a programmare. La programmazione richiede infatti di ragionare sui problemi da risolvere: non si può infatti pensare di scrivere un programma senza avere bene analizzato il problema. Questo libro si pone due obiettivi. Da un lato, vuole ... Leer más

    $21.99 USD

  • Penetration Testing with the Bash shell

    de Keith Makan ...
    An easy-to-understand, step-by-step practical guide that shows you how to use the Linux Bash terminal tools to solve information security problems. If you are a penetration tester, system administrator, or developer who would like an enriching and practical introduction to the Bash shell and Kali Linux command-line-based tools, this is the book for you. ... Leer más

    $14.29 USD o gratis con 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 ... Leer más

    $2.99 USD

  • Data Structures using C

    A Practical Approach for Beginners

    The data structure is a set of specially organized data elements and functions, which are defined to store, retrieve, remove and search for individual data elements. Data Structures using C: A Practical Approach for Beginners covers all issues related to the amount of storage needed, the amount of time required to process the data, data representation of the primary memory and operations carried ... Leer más

    $77.99 USD

  • Data Structure Using C

    Theory and Program

    Data Structures is a central module in the curriculum of almost every Computer Science programme. This book explains different concepts of data structures using C. The topics discuss the theoretical basis of data structures as well as their applied aspects. ... Leer más

    $73.99 USD

  • Expert C Programming

    Deep Secrets

    This book is for the knowledgeable C programmer, this is a second book that gives the C programmers advanced tips and tricks. This book will help the C programmer reach new heights as a professional. Organized to make it easy for the reader to scan to sections that are relevant to their immediate needs. ... Leer más

    $37.79 USD

  • Linux System Programming Techniques

    Become a proficient Linux system programmer using expert recipes and techniques

    Find solutions to all your problems related to Linux system programming using practical recipes for developing your own system programsKey FeaturesDevelop a deeper understanding of how Linux system programming worksGain hands-on experience of working with different Linux projects with the help of practical examplesLearn how to develop your own programs for LinuxBook DescriptionLinux is the world's ... Leer más

    $34.19 USD o gratis con Kobo Plus

  • C Programming in One Hour a Day, Sams Teach Yourself

    Series series Sams Teach Yourself
    Sams Teach Yourself C Programming in One Hour a Day, Seventh Edition is the newest version of the worldwide best-seller Sams Teach Yourself C in 21 Days. Fully revised for the new C11 standard and libraries, it now emphasizes platform-independent C programming using free, open-source C compilers. This edition strengthens its focus on C programming fundamentals, and adds new material on popular C ... Leer más

    $27.39 USD

  • C++ Mastery

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

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

    $11.64 USD o gratis con Kobo Plus