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 673 - 696 de 1249 resultados
Skip side bar filters
  • Software Engineering: Specification, Implementation, Verification

    de Suad Alagić ...
    Series series Computer Science (R0)
    This book takes a formal approach to teaching software engineering, using not only UML, but also Object Constraint Language (OCL) for specification and analysis of designed models. Employing technical details typically missing from existing textbooks on software engineering, the author shows how precise specifications lead to static verification of software systems. In addition, data management is ... Leer más

    $1,288 MXN

  • String Analysis for Software Verification and Security

    Series series Computer Science (R0)
    This book discusses automated string-analysis techniques, focusing particularly on automata-based static string analysis. It covers the following topics: automata-bases string analysis, computing pre and post-conditions of basic string operations using automata, symbolic representation of automata, forward and backward string analysis using symbolic automata representation, constraint-based string ... Leer más

    $1,196 MXN

  • Visual Design of GraphQL Data

    A Practical Introduction with Legacy Data and Neo4j

    Series series Professional and Applied Computing (R0)
    Get an introduction to the visual design of GraphQL data and concepts, including GraphQL structures, semantics, and schemas in this compact, pragmatic book. In it you will see simple guidelines based on lessons learned from real-life data discovery and unification, as well as useful visualization techniques. These in turn help you improve the quality of your API designs and give you the skills to ... Leer más

    $808 MXN

  • Modelling Foundations and Applications

    13th European Conference, ECMFA 2017, Held as Part of STAF 2017, Marburg, Germany, July 19-20, 2017, Proceedings

    Series series Springer Nature Proceedings Computer Science
    This book constitutes the proceedings of the 13th European Conference on Modelling Foundations and Applications, ECMFA 2017, held as part of STAF 2017, in Marburg, Germany, in July 2017.The 18 papers presented in this volume were carefully reviewed and selected from 48 submissions. The papers are organized in the following topical sections: meta-modeling and language engineering; model evolution ... Leer más

    $920 MXN

  • Guide to Scientific Computing in C++

    Series series Computer Science (R0)
    This easy-to-read textbook/reference presents an essential guide to object-oriented C++ programming for scientific computing. With a practical focus on learning by example, the theory is supported by numerous exercises.Features: provides a specific focus on the application of C++ to scientific computing, including parallel computing using MPI; stresses the importance of a clear programming style ... Leer más

    $607 MXN

  • Practical C

    de Giulio Zambon ...
    Series series Professional and Applied Computing (R0)
    Learn practical C techniques, including often-needed algorithms within reusable functions. In this book, you'll have the following code and advice at your fingertips: layout and pre-processors; control structures, iterations, and selections; pointers and structures; databases; reusability; lists, arrays, FIFO and stacks; searching and sorting; recursion; binary trees; integration; string utilities ... Leer más

    $1,461 MXN

  • Interactive Object Oriented Programming in Java

    Learn and Test Your Skills

    Series series Professional and Applied Computing (R0)
    Discover object oriented programming with Java in this unique tutorial. This book uses Java and Eclipse to write and generate output for examples in topics such as classes, interfaces, overloading, and overriding. Interactive Object Oriented Programming in Java uniquely presents its material in a dialogue with the reader to encourage thinking and experimentation.Later chapters cover further Java ... Leer más

    $490 MXN

  • Digital Electronics for Musicians

    Series series Professional and Applied Computing (R0)
    This is the perfect book for musicians who want to dive into the world of computer music and physical computing. This book is aimed at adventurous musicians who want to learn about music programming with Arduino, sensors, and Pure Data, and how to make new interfaces and even new instruments with that knowledge.You’ll learn the basics of the Pure Data and Arduino languages, how to incorporate ... Leer más

    $1,152 MXN

  • PHP Mastery: Crafting Dynamic Web Solutions

    "PHP Mastery: Crafting Dynamic Web Solutions" is an authoritative guide that delves into the intricate world of PHP, a dominant server-side scripting language pivotal in web development. This comprehensive resource is tailored for both novice and experienced programmers looking to deepen their understanding of PHP and its powerful capabilities in creating dynamic, robust web applications.Starting ... Leer más

    $172 MXN

  • Practical PHP 7, MySQL 8, and MariaDB Website Databases

    A Simplified Approach to Developing Database-Driven Websites

    Series series Professional and Applied Computing (R0)
    Build interactive, database-driven websites with PHP 7, MySQL 8, and MariaDB. The focus of this book is on getting you up and running as quickly as possible with real-world applications. In the first two chapters, you will set up your development and testing environment, and then build your first PHP and MariaDB or MySQL database-driven website. You will then increase its sophistication, security, ... Leer más

    $1,152 MXN

  • Small Dynamic Complexity Classes

    An Investigation into Dynamic Descriptive Complexity

    de Thomas Zeume ...
    Series series Computer Science (R0)
    "Small Dynamic Complexity Classes" was awarded the E.W. Beth Dissertation Prize 2016 for outstanding dissertations in the fields of logic, language, and information. The thesis studies the foundations of query re-evaluation after modifying a database. It explores the structure of small dynamic descriptive complexity classes and provides new methods for proving lower bounds in this dynamic context. ... Leer más

    $920 MXN

  • Pro RESTful APIs

    Design, Build and Integrate with REST, JSON, XML and JAX-RS

    de Sanjay Patni ...
    Series series Professional and Applied Computing (R0)
    Discover the RESTful technologies, including REST, JSON, XML, JAX-RS web services, SOAP and more, for building today's microservices, big data applications, and web service applications. This book is based on a course the Oracle-based author is teaching for UC Santa Cruz Silicon Valley which covers architecture, design best practices and coding labs.Pro RESTful APIs: Design gives you all the ... Leer más

    $808 MXN

  • Sudoku Programming with C

    de Giulio Zambon ...
    Series series Professional and Applied Computing (R0)
    Sudoku Programming with C teaches you how to write computer programs to solve and generate Sudoku puzzles. This is a practical book that will provide you with everything you need to write your own books of Sudoku Classic and Samurai puzzles. But be warned: after reading it, you'll discover that the puzzles in your local paper are not so challenging after all!We like Sudokus because they test our ... Leer más

    $980 MXN

  • Test Driven Development in Ruby

    A Practical Introduction to TDD Using Problem and Solution Domain Analysis

    de Bala Paranj ...
    Series series Professional and Applied Computing (R0)
    Learn the basics of test driven development (TDD) using Ruby. You will carry out problem domain analysis, solution domain analysis, designing test cases, and writing tests first. These fundamental concepts will give you a solid TDD foundation to build upon. Test Driven Development in Ruby is written by a developer for developers.The concepts are first explained, then a coding demo illustrates how ... Leer más

    $980 MXN

  • Low-Level Programming

    C, Assembly, and Program Execution on Intel® 64 Architecture

    de Igor Zhirkov ...
    Series series Professional and Applied Computing (R0)
    Learn Intel 64 assembly language and architecture, become proficient in C, and understand how the programs are compiled and executed down to machine instructions, enabling you to write robust, high-performance code.Low-Level Programming explains Intel 64 architecture as the result of von Neumann architecture evolution. The book teaches the latest version of the C language (C11) and assembly ... Leer más

    $1,719 MXN

  • Learn R for Applied Statistics

    With Data Visualizations, Regressions, and Statistics

    Series series Professional and Applied Computing (R0)
    Gain the R programming language fundamentals for doing the applied statistics useful for data exploration and analysis in data science and data mining. This book covers topics ranging from R syntax basics, descriptive statistics, and data visualizations to inferential statistics and regressions. After learning R’s syntax, you will work through data visualizations such as histograms and boxplot ... Leer más

    $1,083 MXN

  • Real-Time Web Application Development

    With ASP.NET Core, SignalR, Docker, and Azure

    de Rami Vemula ...
    Series series Professional and Applied Computing (R0)
    Design, develop, and deploy a real-world web application by leveraging modern open source technologies. This book shows you how to use ASP.NET Core to build cross-platform web applications along with SignalR to enrich the application by enabling real-time communication between server and clients. You will use Docker to containerize your application, integrate with GitHub to package the application ... Leer más

    $1,152 MXN

  • Implementing Effective Code Reviews

    How to Build and Maintain Clean Code

    Series series Professional and Applied Computing (R0)
    The ideal code review process differs from organization to organization, but the needs all boil down to the same foundational factors. A software development team cannot properly grow if its code reviews are not consistent, straightforward, and aspire to hit several company goals at once, such as security, performance, longevity, and more. Implementing Effective Code Reviews is the manual your ... Leer más

    $1,152 MXN

  • JavaScript Unleashed: Harnessing the Power of Web Scripting

    "JavaScript Unleashed: Harnessing the Power of Web Scripting" is your comprehensive guide to mastering JavaScript, the dynamic and versatile scripting language that drives interactivity on the web. Whether you're a newcomer eager to dive into web development or an experienced programmer looking to elevate your scripting skills, this book will empower you to unlock the full potential of JavaScript ... Leer más

    $172 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,375 MXN

  • Good Habits for Great Coding

    Improving Programming Skills with Examples in Python

    Series series Professional and Applied Computing (R0)
    Improve your coding skills and learn how to write readable code. Rather than teach basic programming, this book presumes that readers understand the fundamentals, and offers time-honed best practices for style, design, documenting, testing, refactoring, and more.Taking an informal, conversational tone, author Michael Stueben offers programming stories, anecdotes, observations, advice, tricks, ... Leer más

    $808 MXN

  • PySpark Recipes

    A Problem-Solution Approach with PySpark2

    Series series Professional and Applied Computing (R0)
    Quickly find solutions to common programming problems encountered while processing big data. Content is presented in the popular problem-solution format. Look up the programming problem that you want to solve. Read the solution. Apply the solution directly in your own code. Problem solved!PySpark Recipes covers Hadoop and its shortcomings. The architecture of Spark, PySpark, and RDD are presented. ... Leer más

    $1,083 MXN

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

    Restricted Boltzmann Machines and Supervised Feedforward Networks

    Series series Professional and Applied Computing (R0)
    Discover the essential building blocks of the most common forms of deep belief networks. At each step this book provides intuitive motivation, a summary of the most important equations relevant to the topic, and concludes with highly commented code for threaded computation on modern CPUs as well as massive parallel processing on computers with CUDA-capable video display cards.The first of three in ... Leer más

    $552 MXN

  • Python Unit Test Automation

    Automate, Organize, and Execute Unit Tests in Python

    Series series Professional and Applied Computing (R0)
    Learn how to automate unit tests of Python 3 with automation libraries, such as doctest, unittest, nose, nose2, pytest, and selenium. This book explores important concepts in software test automation and demonstrates how to automate, organize, and execute unit tests with Python. It also introduces readers to the concepts of web browser automation and logging.This new edition starts with an ... Leer más

    $980 MXN