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 Compiladores

Si te gustan los eBooks de Compiladores, seguro que te encanta esta selección.
Mostrando 841 - 864 de 1276 resultados
Skip side bar filters
  • Rigorous State-Based Methods

    8th International Conference, ABZ 2021, Ulm, Germany, June 9–11, 2021, Proceedings

    Series series Springer Nature Proceedings Computer Science
    This book constitutes the proceedings of the 8th International Conference on Rigorous State-Based Methods, ABZ 2021, which was planned to take place in Ulm, Germany, during June 6-11, 2021. The conference changed to an online format due to the COVID-19 pandemic.The 6 full and 8 short papers included in this volume were carefully reviewed and selected from 18 submissions. The proceedings also ... Leer más

    $1,091 MXN

  • C# Mastery: A Comprehensive Guide to Programming in C#

    "C# Mastery: A Comprehensive Guide to Programming in C#"Unlock the full potential of C# with this comprehensive guide! Whether you're a beginner looking to dive into the world of programming or an experienced developer seeking to sharpen your C# skills, this book is your one-stop resource for mastering the C# language.Inside, you'll find a wealth of knowledge that covers everything from the basics ... Leer más

    $171 MXN

  • Building Arduino Projects for the Internet of Things

    Experiments with Real-World Applications

    de Adeel Javed ...
    Series series Professional and Applied Computing (R0)
    Gain a strong foundation of Arduino-based device development, from which you can go in any direction according to your specific development needs and desires. You'll build Arduino-powered devices for everyday use, and then connect those devices to the Internet.You'll be introduced to the building blocks of IoT, and then deploy those principles to by building a variety of useful projects. Projects ... Leer más

    $1,138 MXN

  • A Beginners Guide to Python 3 Programming

    de John Hunt ...
    Series series Computer Science (R0)
    This textbook is aimed at readers who have little or no knowledge of computer programming but want to learn to program in Python. It starts from the very basics including how to install your Python environment, how to write a very simple program and run it, what a variable is, what an if statement is, how iteration works using for and while loops as well as important key concepts such as functions ... Leer más

    $1,182 MXN

  • Logic and Argumentation

    6th International Conference, CLAR 2025, Taiyuan, China, June 14–16, 2025, Proceedings

    Edición de Thomas Ågotnes, Dragan Doder ...
    Series series Springer Nature Proceedings Computer Science
    This book constitutes the refereed proceedings of the 6th International Conference on Logic and Argumentation, CLAR 2025, held in Taiyuan, China, during June 14–16, 2025.The 22 full papers included in this book were carefully reviewed and selected from 38 submissions. These papers focus on the recent advancements in the field of logic and argumentation, as well as their applications in various ... Leer más

    $1,182 MXN

  • Beginning Spring 5

    From Novice to Professional

    Series series Professional and Applied Computing (R0)
    Get started with Spring Framework 5 and its ecosystem, with a guide to the working practices in modern development. Authors Joseph Ottinger and Andrew Lombardi will teach you how to use the Spring Framework to build Java-based applications, web applications, and microservices. You’ll see how Spring has drastically and positively affected the way we program and design applications in Java.Beginning ... Leer más

    $968 MXN

  • Beginning Bazel

    Building and Testing for Java, Go, and More

    de P.J. McNerney ...
    Series series Professional and Applied Computing (R0)
    Discover Bazel, a new build and software test set of tools for today's programmers and developers. This book shows you how to speed up your builds and tests, and how to use Bazel in the context of your favorite programming language. You'll see that the languages and SDKs supported include Java, Android, iOS, and Go.What You Will LearnUse Bazel as a build toolTest software with BazelWork with Java, ... Leer más

    $629 MXN

  • Beginning Ada Programming

    From Novice to Professional

    Series series Professional and Applied Computing (R0)
    Discover the Ada programming language by being gently guided through the various parts of the language and its latest available stable release. The goal in this book is to slowly ease you into the different topics. It is understood that you do not always have ample free time, so the text is easy to digest and concepts are spoon fed to the reader.Starting with the simplest of topics, detailed ... Leer más

    $968 MXN

  • Beginning PyQt

    A Hands-on Approach to GUI Programming

    Series series Professional and Applied Computing (R0)
    Learn GUI application development from the ground up, taking a practical approach by building simple projects that teach the fundamentals of using PyQt. Each chapter gradually moves on to teach more advanced and diverse concepts to aid you in designing interesting applications using the latest version of PyQt.You’ll start by reviewing the beginning steps of GUI development from, using different ... Leer más

    $799 MXN

  • Advanced Object-Oriented Programming in R

    Statistical Programming for Data Science, Analysis and Finance

    Series series Professional and Applied Computing (R0)
    Learn how to write object-oriented programs in R and how to construct classes and class hierarchies in the three object-oriented systems available in R. This book gives an introduction to object-oriented programming in the R programming language and shows you how to use and apply R in an object-oriented manner. You will then be able to use this powerful programming style in your own statistical ... Leer más

    $484 MXN

  • Beginning Julia Programming

    For Engineers and Scientists

    de Sandeep Nagar ...
    Series series Professional and Applied Computing (R0)
    Get started with Julia for engineering and numerical computing, especially data science, machine learning, and scientific computing applications. This book explains how Julia provides the functionality, ease-of-use and intuitive syntax of R, Python, MATLAB, SAS, or Stata combined with the speed, capacity, and performance of C, C++, or Java. You’ll learn the OOP principles required to get you ... Leer más

    $1,359 MXN

  • Automated Trading with R

    Quantitative Research and Platform Development

    de Chris Conlan ...
    Series series Professional and Applied Computing (R0)
    Learn to trade algorithmically with your existing brokerage, from data management, to strategy optimization, to order execution, using free and publicly available data. Connect to your brokerage’s API, and the source code is plug-and-play.Automated Trading with R explains automated trading, starting with its mathematics and moving to its computation and execution. You will gain a unique insight ... Leer más

    $1,359 MXN

  • .NET Development Using the Compiler API

    de Jason Bock ...
    Series series Professional and Applied Computing (R0)
    This is the first book to describe the recent significant changes to the .NET compilation process and demonstrate how .NET developers can use the new Compiler API to create compelling applications. As an open source compiler, the Compiler API now makes its code available for anyone to use. In this book, you’ll get a concise, focused view of this tremendous resource for developers, who can now use ... Leer más

    $595 MXN

  • Beginning x64 Assembly Programming

    From Novice to AVX Professional

    de Jo Van Hoey ...
    Series series Professional and Applied Computing (R0)
    Program in assembly starting with simple and basic programs, all the way up to AVX programming. By the end of this book, you will be able to write and read assembly code, mix assembly with higher level languages, know what AVX is, and a lot more than that.The code used in Beginning x64 Assembly Programming is kept as simple as possible, which means: no graphical user interfaces or whistles and ... Leer más

    $799 MXN

  • Building Web Applications with .NET Core 2.1 and JavaScript

    Leveraging Modern JavaScript Frameworks

    Series series Professional and Applied Computing (R0)
    Roll up your sleeves and jump into building web applications using .NET Core 2.1 and the most popular JavaScript frameworks.You will start by building a data access layer using Entity Framework Core, a RESTful service using ASP.NET Core, and then you will build a web application following the MVC pattern, also using ASP.NET Core. The resulting application is an example e-commerce site using the ... Leer más

    $1,070 MXN

  • Advanced API Security

    OAuth 2.0 and Beyond

    Series series Professional and Applied Computing (R0)
    Prepare for the next wave of challenges in enterprise security. Learn to better protect, monitor, and manage your public and private APIs.Enterprise APIs have become the common way of exposing business functions to the outside world. Exposing functionality is convenient, but of course comes with a risk of exploitation. This book teaches you about TLS Token Binding, User Managed Access (UMA) 2.0, ... Leer más

    $799 MXN

  • Creating Business Applications with Microsoft 365

    Techniques in Power Apps, Power BI, SharePoint, and Power Automate

    Series series Professional and Applied Computing (R0)
    Learn how to automate processes, visualize your data, and improve productivity using Power Apps, Power Automate, Power BI, SharePoint, Forms, Teams, and more. This book will help you build complete solutions that often involve storing data in SharePoint, creating a front-end application in Power Apps or Forms, adding additional functionality with Power Automate, and effective reports and ... Leer más

    $968 MXN

  • LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries

    Design powerful and reliable compilers using the latest libraries and tools from LLVM

    de Min-Yih Hsu ...
    Learn how you can build the next big programming language, compiler, or source code analyzer using LLVM and ClangKey FeaturesExplore Clang, LLVM’s middle-end and backend, in a pragmatic wayDevelop your LLVM skillset and get to grips with a variety of common use casesEngage with real-world LLVM development through various coding examplesBook DescriptionEvery programmer or engineer, at some point in ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Roslyn Cookbook

    Compiler as a Service, Code Analysis, Code Quality and more

    Use Roslyn as a service to write powerful extensions and tools and use them in Visual Studio to improve code quality and maintain your source code more effectively.Key Features1. Use Roslyn extensions and tools in Visual Studio to enforce "house rules" on code and fix security and performance vulnerabilities in your code.2. Write Roslyn extensions using the Roslyn service API to help developers ... Leer más

    $753 MXN o gratis con Kobo Plus

  • Tulkki – Romaani Auschwitzin oikeudenkäynneistä

    Traducido por Pirkko Roinila ...
    Miten löytää sanat pahuudelle?Ajatuksia herättävä lukuromaani Saksan historian synkimmän aikakauden varjosta.Frankfurt, 1963. Eva Bruhnsin asiat ovat hyvin. Vanhempien majatalo menestyy, töitä riittää puolan kielen tulkkina, ja poikaystävänkin pitäisi pian kosia. Mutta kun Eva päätyy tulkkaamaan todistajanlausuntoja sotaoikeudenkäynnissä, hän kuulee ensi kertaa sanan Auschwitz. Tulkki käsittelee ... Leer más

    $308 MXN

  • Software Technologies

    12th International Joint Conference, ICSOFT 2017, Madrid, Spain, July 24–26, 2017, Revised Selected Papers

    Series series Springer Nature Proceedings Computer Science
    This book constitutes the thoroughly refereed post-conference proceedings of the 12th International Joint Conference on Software Technologies, ICSOFT 2017, held in Madrid, Spain, in July 2017.The 17 revised full papers and 24 short papers presented were carefully reviewed and selected from 85 submissions. The topics covered in the papers include: software quality and metrics; software testing and ... Leer más

    $909 MXN

  • Essential UMLTm fast

    Using SELECT Use Case Tool for Rapid Applications Development

    de Aladdin Ayesh ...
    Series series Computer Science (R0)
    Introduces object-oriented analysis, design and programming using UML - Unified Modeling Language ... Leer más

    $909 MXN

  • Introduction to Compiler Construction in a Java World

    Immersing students in Java and the JVM, this text enables a deep understanding of the Java programming language and its implementation. It focuses on design, organization, and testing, helping students learn good software engineering skills and become better programmers. By working with and extending a real, functional compiler, students develop a hands-on appreciation of how compilers work, how ... Leer más

    $2,281 MXN

  • Grand Timely Topics in Software Engineering

    International Summer School GTTSE 2015, Braga, Portugal, August 23-29, 2015, Tutorial Lectures

    Series series Springer Nature Proceedings Computer Science
    This tutorial volume includes the revised and extended tutorials (briefings) held at the 5th International Summer School on Grand Timely Topics in Software Engineering, GTTSE 2015, in Braga, Portugal, in August 2015. GTTSE 2015 applied a broader scope to include additional areas of software analysis, empirical research, modularity, and product lines. The tutorials/briefings cover probabilistic ... Leer más

    $909 MXN