Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Compilers eBooks

If you like Compilers eBooks, then you'll love these top picks.
Showing 1 - 24 of 1280 Results
Skip side bar filters
  • Practical Rust Web Projects

    Building Cloud and Web-Based Applications

    by Shing Lyu ...
    Series series Professional and Applied Computing (R0)
    Go beyond the basics of Rust and build web and serverless cloud applications. The applications explained in this practical book include web sites, RESTful APIs, a real-time web chat application, and frontend application with WebAssembly. Each chapter is organized in the following format: what this kind of application looks like; requirements for the example program; an introduction to the Rust ... Read more

    $28.34 USD

  • Guide to Java

    A Concise Introduction to Programming

    Series series Computer Science (R0)
    This book presents a focused and accessible primer on the fundamentals of Java programming, with extensive use of examples and hands-on exercises. Topics and features: provides an introduction to variables, input/output and arithmetic operations; describes objects and contour diagrams, explains selection structures, and demonstrates how iteration structures work; discusses object-oriented concepts ... Read more

    $48.59 USD

  • Python For ArcGIS

    Series series Earth and Environmental Science (R0)
    This book introduces Python scripting for geographic information science (GIS) workflow optimization using ArcGIS. It builds essential programming skills for automating GIS analysis. Over 200 sample Python scripts and 175 classroom-tested exercises reinforce the learning objectives. Readers will learn to: • Write and run Python in the ArcGIS Python Window, the PythonWin IDE, and the PyScripter IDE ... Read more

    $80.18 USD

  • JavaScript 101

    A guide to coding, #2

    by Andrew Hunter ...
    Series Book 2 - A guide to coding
    Have you ever wanted to make a website? The first step is learning JavaScript, the programming language of the web. This tutorial teaches you the basics of Javascript to create your first web app or game. Not only does this tutorial teach you the basics but it also teaches setting up an enviorment to start coding. So why not give this book a try and learn JavaScript ... Read more

    $1.79 USD

  • COBOL Language Fundamentals Quick Start

    This book will teach you the basic information and skills you need to develop applications with the COBOL programming language on IBM mainframe computers running z/OS. The instruction, examples and sample programs in this book are a fast track to becoming productive with COBOL as quickly as possible. The content of this book is easy to read and digest, well organized and focused on honing real job ... Read more

    $5.39 USD

  • Introduction to Compiler Design

    Series series Computer Science (R0)
    This textbook is intended for an introductory course on Compiler Design, suitable for use in an undergraduate programme in computer science or related fields.Introduction to Compiler Design presents techniques for making realistic, though non-optimizing compilers for simple programming languages using methods that are close to those used in "real" compilers, albeit slightly simplified in places ... Read more

    $28.34 USD

  • How to Speak Tech

    The Non-Techie’s Guide to Key Technology Concepts

    by Vinay Trivedi ...
    Series series Professional and Applied Computing (R0)
    Things you’ve done online: ordered a pizza, checked the weather, booked a hotel, and reconnected with long-lost friends. Now it’s time to find out how these things work. Vinay Trivedi peels back the mystery of the Internet, explains it all in the simplest terms, and gives you the knowledge you need to speak confidently when the subject turns to technology.This revised second edition of How to ... Read more

    $25.64 USD

  • Spring Boot 2 Recipes

    A Problem-Solution Approach

    by Marten Deinum ...
    Solve all your Spring Boot 2 problems using complete and real-world code examples. When you start a new project, you’ll be able to copy the code and configuration files from this book, and then modify them for your needs. This can save you a great deal of work over creating a project from scratch.Using a problem-solution approach, Spring Boot 2 Recipes quickly introduces you to Pivotal's Spring ... Read more

    $44.54 USD

  • Kickstart Compiler Design Fundamentals

    Practical Techniques and Solutions for Compiler Design, Parsing, Optimization, and Code Generation (English Edition)

    Unveiling Compiler Secrets from Source to Execution.Key Features● Master compiler fundamentals, from lexical analysis to advanced optimization techniques.● Reinforce concepts with practical exercises, projects, and real-world case studies.● Explore LLVM, GCC, and industry-standard optimization methods for efficient code generation.Book DescriptionCompilers are the backbone of modern computing, ... Read more

    $12.95 USD or Free with Kobo Plus

  • WebGL Deep Dive: Engineering High-Performance Graphics

    WebGL Wizadry

    Series series WebGL Wizadry
    "WebGL Deep Dive: Engineering High-Performance Graphics" is an expertly crafted guide that provides a comprehensive journey into the world of WebGL and its application in creating high-performance graphics. This book is a valuable resource for web developers, graphics programmers, and technology enthusiasts looking to harness the full potential of WebGL for real-time 3D rendering.WebGL, a ... Read more

    $9.99 USD or Free with Kobo Plus

  • 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 ... Read more

    $9.99 USD or Free with Kobo Plus

  • ML Ops on Azure: From Models to Production

    ML Ops on Azure: From Models to Production delivers a comprehensive, hands-on roadmap for mastering machine learning operations (MLOps) using Microsoft Azure. Designed for ML engineers, data scientists, and cloud architects, this guide takes readers beyond experimentation to fully operationalizing machine learning workflows.With the rapid growth of AI in enterprise environments, deploying models ... Read more

    $9.99 USD or Free with Kobo Plus

  • Rediscovering Redis: Mastering Data Management

    "Rediscovering Redis: Mastering Data Management" is an essential guide for developers, data engineers, and IT professionals looking to deepen their understanding of Redis, the high-performance in-memory database platform. This comprehensive resource delves into the core principles of Redis, from basic data structures to advanced features like clustering and persistence, offering readers a thorough ... Read more

    $9.99 USD or Free with Kobo Plus

  • Mastering WebGL: Crafting Advanced 3D Web Experiences

    WebGL Wizadry

    Series series WebGL Wizadry
    "Mastering WebGL: Crafting Advanced 3D Web Experiences" is an indispensable resource for any web developer or graphic designer looking to elevate their skill set in the realm of advanced 3D web graphics. WebGL, the web-based graphics library, has revolutionized how we experience graphics on the web, and this book serves as your comprehensive guide to mastering its potential.Starting with a brief ... Read more

    $9.99 USD or Free with Kobo Plus

  • Beginning C

    From Beginner to Pro

    Series series Professional and Applied Computing (R0)
    Learn how to program using C, beginning from first principles and progressing through step-by-step examples. This seventh edition is fully updated to reflect new features of C23, and addresses deprecated functions and features that are no longer supported.You’ll discover that C is a foundation language that every programmer ought to know. Beginning C is written by renowned author Ivor Horton and ... Read more

    $56.69 USD

  • Java Design Patterns

    A Hands-On Experience with Real-World Examples

    Series series Professional and Applied Computing (R0)
    Get hands-on experience implementing 26 of the most common design patterns using Java and Eclipse. In addition to Gang of Four (GoF) design patterns, you will also learn about alternative design patterns, and understand the criticisms of design patterns with an overview of anti-patterns. For each pattern you will see at least one real-world scenario, a computer-world example, and a complete ... Read more

    $44.54 USD

  • Make Your Own Python Text Adventure

    A Guide to Learning Programming

    Series series Professional and Applied Computing (R0)
    Learn programming with Python by creating a text adventure. This book will teach you the fundamentals of programming, how to organize code, and some coding best practices. By the end of the book, you will have a working game that you can play or show off to friends. You will also be able to change the game and make it your own by writing a different story line, including new items, creating new ... Read more

    $28.34 USD

  • Java for Absolute Beginners

    Learn to Program the Fundamentals the Java 9+ Way

    Series series Professional and Applied Computing (R0)
    Write your first code in Java using simple, step-by-step examples that model real-word objects and events, making learning easy. With this book you’ll be able to pick up the concepts without fuss. Java for Absolute Beginners teaches Java development in language anyone can understand, giving you the best possible start. You’ll see clear code descriptions and layout so that you can get your code ... Read more

    $32.39 USD

  • MATLAB Deep Learning

    With Machine Learning, Neural Networks and Artificial Intelligence

    by Phil Kim ...
    Series series Professional and Applied Computing (R0)
    Get started with MATLAB for deep learning and AI with this in-depth primer. In this book, you start with machine learning fundamentals, then move on to neural networks, deep learning, and then convolutional neural networks. In a blend of fundamentals and applications, MATLAB Deep Learning employs MATLAB as the underlying programming language and tool for the examples and case studies in this book ... Read more

    $52.64 USD

  • Java 9 Revealed

    For Early Adoption and Migration

    Series series Professional and Applied Computing (R0)
    Explore the new Java 9 modules, SDK, JDK, JVM, JShell and more in this comprehensive book that covers what’s new in Java 9 and how to use these new features. Java 9 Revealed is for experienced Java programmers looking to migrate to Java 9. Author Kishori Sharan begins by covering how to develop Java applications using the new module system introduced in Java 9 and how to use the JShell tool in ... Read more

    $32.39 USD

  • SFML Essentials: Getting Started with Game Development

    SFML Fundamentals

    Series series SFML Fundamentals
    "SFML Essentials: Getting Started with Game Development" is your gateway to the exciting world of game development using the Simple and Fast Multimedia Library (SFML) in C++. Whether you're a novice programmer or an experienced developer looking to explore game development, this book offers a comprehensive introduction to SFML, a cross-platform open-source framework renowned for its simplicity and ... Read more

    $9.99 USD or Free with Kobo Plus

  • Logic for Programming, Artificial Intelligence, and Reasoning

    20th International Conference, LPAR-20 2015, Suva, Fiji, November 24-28, 2015, Proceedings

    Series series Springer Nature Proceedings Computer Science
    This book constitutes the proceedings of the 20th International Conference on Logic for Programming, Artificial Intelligence, and Reasoning, LPAR-20, held in November 2015, in Suva, Fiji.The 43 regular papers presented together with 1 invited talk included in this volume were carefully reviewed and selected from 92 submissions. The series of International Conferences on Logic for Programming, ... Read more

    Was $89.09 USD Now $44.54 USD

  • New Opportunities for Software Reuse

    17th International Conference, ICSR 2018, Madrid, Spain, May 21-23, 2018, Proceedings

    Series series Springer Nature Proceedings Computer Science
    This book constitutes the refereed proceedings of the 17th International Conference on Software Reuse, ICSR 2018, held in Madrid, Spain, in May 2018.The 9 revised full papers and 2 short papers presented were carefully reviewed and selected from 29 submissions. The papers are organized in the following topical sections: variability management; hierarchies and reuse measures; dependencies and ... Read more

    $104.48 USD

  • Service-Oriented Computing – ICSOC 2017 Workshops

    ASOCA, ISyCC, WESOACS, and Satellite Events, Málaga, Spain, November 13–16, 2017, Revised Selected Papers

    Series series Springer Nature Proceedings Computer Science
    This book constitutes the revised selected papers of the scientific satellite events that were held in conjunction with the 15th International Conference on Service-Oriented Computing, ICSOC 2017, held in Málaga, Spain, in November 2017.The ICSOC 2017 workshop track consisted of three workshops on a wide range of topics that fall into the general area of service computing:ASOCA 2017: The Second ... Read more

    Was $71.99 USD Now $44.54 USD