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 577 - 600 de 1249 resultados
Skip side bar filters
  • Verified Software: Theories, Tools and Experiments

    6th International Conference, VSTTE 2014, Vienna, Austria, July 17-18, 2014, Revised Selected Papers

    Series series Springer Nature Proceedings Computer Science
    This volume constitutes the thoroughly refereed post-conference proceedings of the 6th International Conference on Verified Software: Theories, Tools and Experiments, VSTTE 2014, held in July 2014 at the Vienna Summer of Logic in Vienna, Austria, as an associated event of CAV 2014, the International Conference on Computer-Aided Verification. The 17 revised full papers presented were carefully ... Leer más

    $864 MXN

  • Mastering React Bootstrap: Building Responsive UIs with Ease

    "Mastering React Bootstrap: Building Responsive UIs with Ease" is a comprehensive guide that delves into the intricacies of creating responsive and dynamic user interfaces using the powerful combination of React.js and Bootstrap. This book is an indispensable resource for both novice and experienced web developers who seek to enhance their skills in front-end development.The journey begins with an ... Leer más

    $172 MXN

  • Programming Languages and Systems

    19th Asian Symposium, APLAS 2021, Chicago, IL, USA, October 17–18, 2021, Proceedings

    Edición de Hakjoo Oh ...
    Series series Springer Nature Proceedings Computer Science
    This book constitutes the proceedings of the 19th Asian Symposium on Programming Languages and Systems, APLAS 2021, held in Chicago, USA, in October 2021.*The 17 papers presented in this volume were carefully reviewed and selected from 43 submissions. They were organized in topical sections named: analysis and synthesis, compilation and transformation, language, and verification.* The conference ... Leer más

    $1,380 MXN

  • Datenbanken und SQL

    Eine praxisorientierte Einführung mit Anwendungen in Oracle, SQL Server und MySQL

    Series series Computer Science and Engineering (German Language)
    Dieses Buch vermittelt dem Leser fundierte Grundkenntnisse sowohl in Datenbanken als auch in SQL. Eine Zusammenfassung und zahlreiche Übungsaufgaben in jedem Kapitel dienen der Vertiefung des Stoffes und verbessern den Lernerfolg deutlich. Die Schwerpunkte des Buches sind relationale Datenbanken, Entwurf von Datenbanken, die Programmiersprache SQL und der Zugriff auf Datenbanken mittels der ... Leer más

    $688 MXN

  • Language Server Protocol and Implementation

    Supporting Language-Smart Editing and Programming Tools

    Series series Professional and Applied Computing (R0)
    Understand the important aspects of implementing a production-grade language server in support of language-smart tools such as code editors and other programming utilities. This book shows you how to create a single implementation of a language server that can be used by multiple tools, enabling you to do the job once in a way that can be shared and reused.This book covers the language server ... Leer más

    $980 MXN

  • Introduction to Programming Languages

    In programming courses, using the different syntax of multiple languages, such as C++, Java, PHP, and Python, for the same abstraction often confuses students new to computer science. Introduction to Programming Languages separates programming language concepts from the restraints of multiple language syntax by discussing the concepts at an abstract level.Designed for a one-semester undergraduate ... Leer más

    $2,185 MXN

  • Pro Cryptography and Cryptanalysis with C++20

    Creating and Programming Advanced Algorithms

    Series series Professional and Applied Computing (R0)
    Develop strong skills and a passion for writing cryptography algorithms and security schemes/modules using C++ 20 and its new features. You will find the right methods of writing advanced cryptographic algorithms (such as, elliptic curve cryptography algorithms, lattice-based cryptography, searchable encryption, and homomorphic encryption), examine internal cryptographic mechanisms, and discover ... Leer más

    $911 MXN

  • SSA-based Compiler Design

    Series series Computer Science (R0)
    This book provides readers with a single-source reference to static-single assignment(SSA)-based compiler design. It is the first (and up to now only) book that coversin a deep and comprehensive way how an optimizing compiler can be designed usingthe SSA form. After introducing vanilla SSA and its main properties, the authorsdescribe several compiler analyses and optimizations under this form. ... Leer más

    $1,564 MXN

  • Typed PHP

    Stronger Types For Cleaner Code

    Series series Professional and Applied Computing (R0)
    Discover how stronger types mean cleaner, more efficient, and optimized PHP applications. This unique book looks at typed PHP: PHP types, strings, regular expressions, and more from PHP 7 as found in standard PHP libraries, user libraries, extensions, and cross-compilers. You'll see how to create a set of reusable tools that unify and ease the scalar types of PHP.PHP has a rich history and a ... Leer más

    $417 MXN

  • Pointers in C

    A Hands on Approach

    Series series Professional and Applied Computing (R0)
    Pointers in C provides a resource for professionals and advanced students needing in-depth but hands-on coverage of pointer basics and advanced features. The goal is to help programmers in wielding the full potential of pointers.In spite of its vast usage, understanding and proper usage of pointers remains a significant problem. This book’s aim is to first introduce the basic building blocks such ... Leer más

    $1,083 MXN

  • Reliable Software Technologies – Ada-Europe 2016

    21st Ada-Europe International Conference on Reliable Software Technologies, Pisa, Italy, June 13-17, 2016, Proceedings

    Series series Springer Nature Proceedings Computer Science
    This book constitutes the refereed proceedings of the 21st Ada-Europe International Conference on Reliable Software Technologies, Ada-Europe 2016, held in Pisa, Italy, in June 2016.The revised 12 full papers presented together with one invited paper were carefully reviewed and selected from 28 submissions. They are organized in topical sections on concurrency and parallelism, testing and ... Leer más

    $920 MXN

  • Introduction to Programming with Fortran

    Series series Computer Science (R0)
    This fourth Edition presents new examples on submodules, derived type i/o, object oriented programming, abstract interfaces and procedure pointers, C interop, sorting and searching, statistics and converting to more modern versions of Fortran.Key FeaturesHighlights the core language features of modern Fortran including data typing, array processing, control structures, functions, subroutines, ... Leer más

    $1,656 MXN

  • Customizing Dynamics 365

    Implementing and Releasing Business Solutions

    de Sanjaya Yapa ...
    Series series Professional and Applied Computing (R0)
    Gain an understanding of basic and advanced customizations in Dynamics 365 and learn how they can be effectively used to implement simple business requirements. This is a practical book for developers that explains the use of various Dynamics 365 features as well as use of advanced concepts such as Azure integration and custom development.Customizing Dynamics 365 starts by explaining the business ... Leer más

    $1,083 MXN

  • Worst-Case Execution Time Aware Compilation Techniques for Real-Time Systems

    Series series Engineering (R0)
    For real-time systems, the worst-case execution time (WCET) is the key objective to be considered. Traditionally, code for real-time systems is generated without taking this objective into account and the WCET is computed only after code generation. Worst-Case Execution Time Aware Compilation Techniques for Real-Time Systems presents the first comprehensive approach integrating WCET considerations ... Leer más

    $2,575 MXN

  • Complete Guide to Test Automation

    Techniques, Practices, and Patterns for Building and Maintaining Effective Software Projects

    de Arnon Axelrod ...
    Series series Professional and Applied Computing (R0)
    Rely on this robust and thorough guide to build and maintain successful test automation. As the software industry shifts from traditional waterfall paradigms into more agile ones, test automation becomes a highly important tool that allows your development teams to deliver software at an ever-increasing pace without compromising quality.Even though it may seem trivial to automate the repetitive ... Leer más

    $1,083 MXN

  • Pro Python Best Practices

    Debugging, Testing and Maintenance

    Series series Professional and Applied Computing (R0)
    Learn software engineering and coding best practices to write Python code right and error free. In this book you’ll see how to properly debug, organize, test, and maintain your code, all of which leads to better, more efficient coding.Software engineering is difficult. Programs of any substantial length are inherently prone to errors of all kinds. The development cycle is full of traps unknown to ... Leer más

    $490 MXN

  • MATLAB Graphical Programming

    Practical hands-on MATLAB solutions

    de Cesar Lopez ...
    Series series Professional and Applied Computing (R0)
    MATLAB enables you to work with its graphics capabilities in almost all areas of the experimental sciences and engineering. The commands that MATLAB implements in job related graphics are quite useful and are very efficient.MATLAB has functions for working with two-dimensional and three-dimensional graphics, statistical graphs, curves and surfaces in explicit, implicit, parametric and polar ... Leer más

    $808 MXN

  • Learn Rails 5.2

    Accelerated Web Development with Ruby on Rails

    Series series Professional and Applied Computing (R0)
    Learn to build Rails-based web applications using all the latest features offered in Rails 5.2. Author Stefan Wintermeyer begins by teaching the basics of Ruby 2.5 before proceeding through all aspects of Rails, utilizing clean, succinct examples – rather than a single large application.This book covers topics including Active Storage, Credentials, Active Record, Scaffolding, REST, Routing, ... Leer más

    $1,083 MXN

  • Text Analytics with Python

    A Practical Real-World Approach to Gaining Actionable Insights from your Data

    Series series Professional and Applied Computing (R0)
    Derive useful insights from your data using Python. You will learn both basic and advanced concepts, including text and language syntax, structure, and semantics. You will focus on algorithms and techniques, such as text classification, clustering, topic modeling, and text summarization.Text Analytics with Python teaches you the techniques related to natural language processing and text analytics, ... Leer más

    $808 MXN

  • Introduction to Modern Fortran for the Earth System Sciences

    Series series Earth and Environmental Science (R0)
    This work provides a short "getting started" guide to Fortran 90/95. The main target audience consists of newcomers to the field of numerical computation within Earth system sciences (students, researchers or scientific programmers). Furthermore, readers accustomed to other programming languages may also benefit from this work, by discovering how some programming techniques they are familiar with ... Leer más

    $1,656 MXN

  • Deep Belief Nets in C++ and CUDA C: Volume 3

    Convolutional Nets

    Series series Professional and Applied Computing (R0)
    Discover the essential building blocks of a common and powerful form of deep belief network: convolutional nets. This book shows you how the structure of these elegant models is much closer to that of human brains than traditional neural networks; they have a ‘thought process’ that is capable of learning abstract concepts built from simpler primitives. These models are especially useful for image ... Leer más

    $1,083 MXN

  • Design and Implementation of the MTX Operating System

    de K. C. Wang ...
    Series series Computer Science (R0)
    This course-tested textbook describes the design and implementation of operating systems, and applies it to the MTX operating system, a Unix-like system designed for Intel x86 based PCs. Written in an evolutional style, theoretical and practical aspects of operating systems are presented as the design and implementation of a complete operating system is demonstrated. Throughout the text, complete ... Leer más

    $1,564 MXN

  • Mastering A-Frame: Building Immersive Virtual Worlds

    "Mastering A-Frame: Building Immersive Virtual Worlds" is a groundbreaking guide designed for aspiring and experienced developers alike, diving deep into the world of virtual reality through the A-Frame framework. This comprehensive book demystifies the process of creating engaging and interactive 3D environments on the web. From the basics of VR design to advanced techniques, the reader is taken ... Leer más

    $172 MXN

  • Pointers in C Programming

    A Modern Approach to Memory Management, Recursive Data Structures, Strings, and Arrays

    Series series Professional and Applied Computing (R0)
    Gain a better understanding of pointers, from the basics of how pointers function at the machine level, to using them for a variety of common and advanced scenarios. This short contemporary guide book on pointers in C programming provides a resource for professionals and advanced students needing in-depth hands-on coverage of pointer basics and advanced features. It includes the latest versions of ... Leer más

    $1,083 MXN