Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks Compilateurs

Si vous aimez les titres Compilateurs, vous allez adorer cette sélection.
Affichage de 73 à 96 sur 1268 résultats
Skip side bar filters
  • Microservices From Day One

    Build robust and scalable software from the start

    Collections series Professional and Applied Computing (R0)
    Learn what a microservices architecture is, its advantages, and why you should consider using one when starting a new application. The book describes how taking a microservices approach from the start helps avoid the complexity and expense of moving to a service-oriented approach after applications reach a critical code base size or traffic load.Microservices from Day One discusses many of the ... En savoir plus

    $63.99 CAD

  • Guide to HTML, JavaScript and PHP

    For Scientists and Engineers

    par David R. Brooks ...
    Collections series Computer Science (R0)
    This book enables readers to quickly develop a working knowledge of HTML, JavaScript and PHP. The text emphasizes a hands-on approach to learning and makes extensive use of examples. A detailed science, engineering, or mathematics background is not required to understand the material, making the book ideally suitable for self-study or an introductory course in programming. Features: describes the ... En savoir plus

    $83.29 CAD

  • Essentials of Compilation

    An Incremental Approach in Python

    par Jeremy G. Siek ...
    A hands-on approach to understanding and building compilers using the programming language Python.Compilers are notoriously difficult programs to teach and understand. Most books about compilers dedicate one chapter to each progressive stage, a structure that hides how language features motivate design choices. By contrast, this innovative textbook provides an incremental approach that allows ... En savoir plus

    $51.99 CAD

  • COMPUTER MASTER

    C++ / C Programming lessons

    C++ / C Programming lessons! This C / C++ lesson, has been designed to help the beginners learn the C / C++ programming language quickly. Most of the basic concepts of C / C++ programming like variables, data types, expressions, conditionals, repetitions structures, switch, functions, arrays, pointers, string handling, file handling and structures are explained in simple language. This C / C++ ... En savoir plus

    $20.00 CAD

  • Computer Aided Verification

    31st International Conference, CAV 2019, New York City, NY, USA, July 15-18, 2019, Proceedings, Part I

    Modifié par Isil Dillig, Serdar Tasiran ...
    Collections Livre 1 - Springer Nature Proceedings Computer Science
    This open access two-volume set LNCS 11561 and 11562 constitutes the refereed proceedings of the 31st International Conference on Computer Aided Verification, CAV 2019, held in New York City, USA, in July 2019.The 52 full papers presented together with 13 tool papers and 2 case studies, were carefully reviewed and selected from 258 submissions. The papers were organized in the following topical ... En savoir plus

    Gratuit

  • Android Studio Game Development

    Concepts and Design

    par Jerome DiMarzio ...
    Collections series Professional and Applied Computing (R0)
    This short book walks you through the process of creating mobile games using the new Android Studio IDE. Android Studio Game Development introduces you to the key tools in Android Studio and gives you the knowledge you need to develop games in Android Studio.This book takes you from installing Android Studio, through exploring the IDE to creating a new project and setting up GitHub as a VCS. You ... En savoir plus

    $47.99 CAD

  • Beginning Ruby

    From Novice to Professional

    par Peter Cooper ...
    Collections series Professional and Applied Computing (R0)
    Learn the principles behind object-oriented programming and within a few chapters create a fully functional Ruby application. You'll also gain a basic understanding of many ancillary technologies such as databases, XML, web frameworks, and networking - some of which are needed as part of a fully functioning Ruby application.Based on the bestselling first and second editions, Beginning Ruby, Third ... En savoir plus

    $75.99 CAD

  • Beginning Xamarin Development for the Mac

    Create iOS, watchOS, and Apple tvOS apps with Xamarin.iOS and Visual Studio for Mac

    par Dawid Borycki ...
    Collections series Professional and Applied Computing (R0)
    Develop apps for the iPhone, iPad, and Apple wearables using Visual Studio for the Mac.Learn how to set up your development environment and emulators, and how to create adaptive user interfaces for various platforms. Expert Dawid Borycki guides you through the fundamentals of programming for Apple platforms (Model View Controller, Test Driven Development), navigation patterns, gesture handling, ... En savoir plus

    $38.99 CAD

  • JavaFX 9 by Example

    Collections series Professional and Applied Computing (R0)
    Create media-rich client applications using JavaFX 9 and the Java 9 platform. Learn to create GUI-based applications for mobile devices, desktop PCs, and even the web. Incorporate media such as audio and video into your applications. Interface with hardware devices such as Arduino and Leap Motion. Respond to gesture control through devices such as the Leap Motion Controller. Take advantage of the ... En savoir plus

    $80.99 CAD

  • CSS3 Quick Syntax Reference

    A Pocket Guide to the Cascading Style Sheets Language

    par Mikael Olsson ...
    Collections series Professional and Applied Computing (R0)
    The CSS3 Quick Syntax Reference is a 150-page syntax reference to the Cascading Style Sheets language. It presents the essentials of CSS3 in a well-organized format that can be used as a handy reference. You won’t find any technical jargon, bloated samples, drawn-out history lessons or witty stories in this book. What you will find is a CSS reference that is concise, to the point, and highly ... En savoir plus

    $44.99 CAD

  • Expert F# 4.0

    Collections Livre 4.0 - Professional and Applied Computing (R0)
    Learn from F#'s inventor to become an expert in the latest version of this powerful programming language so you can seamlessly integrate functional, imperative, object-oriented, and query programming style flexibly and elegantly to solve any programming problem. Expert F# 4.0 will help you achieve unrivaled levels of programmer productivity and program clarity across multiple platforms including ... En savoir plus

    $101.99 CAD

  • Modern Compiler Implementation in Java

    par Andrew W. Appel ...
    This textbook describes all phases of a compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as the compilation of functional and ... En savoir plus

    $106.99 CAD

  • Expert T-SQL Window Functions in SQL Server

    Collections series Professional and Applied Computing (R0)
    Expert T-SQL Window Functions in SQL Server takes you from any level of knowledge of windowing functions and turns you into an expert who can use these powerful functions to solve many T-SQL queries. Replace slow cursors and self-joins with queries that are easy to write and fantastically better performing, all through the magic of window functions.First introduced in SQL Server 2005, window ... En savoir plus

    $32.99 CAD

  • Modern Compiler Implementation in C

    par Andrew W. Appel ...
    This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and ... En savoir plus

    $95.99 CAD

  • Beginning Django

    Web Application Development and Deployment with Python

    par Daniel Rubio ...
    Discover the Django web application framework and get started building Python-based web applications. This book takes you from the basics of Django all the way through to cutting-edge topics such as creating RESTful applications. Beginning Django also covers ancillary, but essential, development topics, including configuration settings, static resource management, logging, debugging, and email. ... En savoir plus

    $47.99 CAD

  • Excel Macros - A Step-by-Step Illustrated Guide to Learn Excel Macros

    par Talia Smith ...
    You Are Just 1-Click Away From Learning How To Tap Into The Full Power Of One Feature That Most MS Excel Users Ignore – Macros – To Scale From Being A Beginner To An Advanced User By Automating Processes That You Never Thought Could Be Automated MS Excel is truly a revolutionary spreadsheet tool that does a lot. For many users however, they simply stop at using MS Excel to enter data, generate ... En savoir plus

    $12.99 CAD ou Gratuit avec Kobo Plus

  • Pro .NET Memory Management

    For Better Code, Performance, and Scalability

    Collections series Professional and Applied Computing (R0)
    Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. This book ... En savoir plus

    $131.99 CAD

  • Beginning Bazel

    Building and Testing for Java, Go, and More

    par P.J. McNerney ...
    Collections 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, ... En savoir plus

    $44.99 CAD

  • Modern C++ for Absolute Beginners

    A Friendly Introduction to C++ Programming Language and C++11 to C++20 Standards

    Collections series Professional and Applied Computing (R0)
    Learn the C++ programming language in a structured, straightforward, and friendly manner. This book teaches the basics of the modern C++ programming language, C++ Standard Library, and modern C++ standards. No previous programming experience is required.C++ is a language like no other, surprising in its complexity, yet wonderfully sleek and elegant in so many ways. It is also a language that ... En savoir plus

    $56.29 CAD

  • Beginning Spring Boot 2

    Applications and Microservices with the Spring Framework

    Collections series Professional and Applied Computing (R0)
    Learn Spring Boot and how to build Java-based enterprise, web, and microservice applications with it. In this book, you'll see how to work with relational and NoSQL databases, build your first microservice, enterprise, or web application, and enhance that application with REST APIs. You'll also learn how to build reactive web applications using Spring Boot along with Spring Web Reactive. Then you ... En savoir plus

    $80.99 CAD

  • XcalableMP PGAS Programming Language

    From Programming Model to Applications

    Modifié par Mitsuhisa Sato ...
    Collections series Computer Science (R0)
    XcalableMP is a directive-based parallel programming language based on Fortran and C, supporting a Partitioned Global Address Space (PGAS) model for distributed memory parallel systems. This open access book presents XcalableMP language from its programming model and basic concept to the experience and performance of applications described in XcalableMP. XcalableMP was taken as a parallel ... En savoir plus

    Gratuit

  • IntelliJ IDEA Essentials

    This book is for developers who want to work smarter so they can focus their efforts on the details that will give them the advantage. This book is tailor-made for developers who want to move from NetBeans and Eclipse to experience the power and functionality of IntelliJ IDEA. ... En savoir plus

    $30.99 CAD ou Gratuit avec Kobo Plus

  • Foundations of Programming Languages

    par Kent D. Lee ...
    Collections series Computer Science (R0)
    This clearly written textbook introduces the reader to the three styles of programming, examining object-oriented/imperative, functional, and logic programming. The focus of the text moves from highly prescriptive languages to very descriptive languages, demonstrating the many and varied ways in which we can think about programming. Designed for interactive learning both inside and outside of the ... En savoir plus

    $57.69 CAD

  • Stylish F# 6

    Crafting Elegant Functional Code for .NET 6

    par Kit Eason ...
    Collections Livre 6 - Professional and Applied Computing (R0)
    Why just get by in F# when you can program in style. This book goes beyond syntax and into design. It provides F# developers with best practices, guidance, and advice to write beautiful, maintainable, and correct code. This second edition, fully updated for .NET 6 and F# 6, includes all new coverage of anonymous records, the task {} computation expression, and the relationship between types and ... En savoir plus

    $75.99 CAD