Skip to main content

Indkøbskurv

Du får VIP-behandling!

Vare(r) ikke tilgængelig til køb
Gennemgå din indkøbskurv. Du kan fjerne de(n) tilgængelige vare(r) nu, ellers fjerner vi det automatisk ved kassen.
varervare
varervare

Anbefalet til dig

Loading...

Udarbejdere e-bøger

Hvis du kan lide Udarbejdere e-bøger, så vil du elske disse fremragende valg.
Viser 25 - 48 af 1246 resultater
Skip side bar filters
  • Design Patterns mit Java

    Eine Einführung

    af Olaf Musch ...
    Serier serie Computer Science and Engineering (German Language)
    Eine praxisnahe Beschreibung der Software Design Patterns, wie sie im 1994 erschienen Buch „Design Patterns – Elements of Reusable Object-Oriented Software“ der Autorengruppe Gamma, Helm, Johnson und Vlissides (auch genannt „Gang of Four“, kurz GoF, also „Viererbande“) Erwähnung finden.Alle Muster werden anhand von Beispielen detailliert erläutert und auch kritisch gewürdigt. Darüber hinaus werden ... Læs mere

    310,99 kr.

  • Exploring the .NET Core 3.0 Runtime

    Through Code Generation and Metadata Inspection

    af Roger Villela ...
    Serier serie Professional and Applied Computing (R0)
    Explore advanced .NET APIs and create a basic .NET core library with dynamic code generation and metadata inspection to be used by other libraries or client applications. This book starts with the benefits of .NET including its fundamental tasks and tools where you will learn .NET SDK tools and the ILDasm tool. This is followed by a detailed discussion on code generation in .NET API programming ... Læs mere

    290,61 kr.

  • Practical Rust Projects

    Building Game, Physical Computing, and Machine Learning Applications

    af Shing Lyu ...
    Serier serie Professional and Applied Computing (R0)
    Go beyond the basics and build complete applications using the Rust programming language. The applications in this book include a high-performance web client, a microcontroller (for a robot, for example), a game, an app that runs on Android, and an application that incorporates AI and machine learning.Each chapter will be organized in the following format: what this kind of application looks like; ... Læs mere

    290,61 kr.

  • Stylish F# 6

    Crafting Elegant Functional Code for .NET 6

    af Kit Eason ...
    Serier Bog 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 ... Læs mere

    494,86 kr.

  • PHP Objects, Patterns, and Practice

    af MATT ZANDSTRA ...
    Serier serie Professional and Applied Computing (R0)
    Aided by three key elements: object fundamentals, design principles, and best practices, you'll learn how to develop elegant and rock solid systems using PHP.The 5th edition of this popular book has been fully updated for PHP 7, including replacing the PEAR package manager with Composer, and new material on Vagrant and PHP standards. It provides a solid grounding in PHP's support for objects, it ... Læs mere

    526,36 kr.

  • Practical TLA+

    Planning Driven Development

    af Hillel Wayne ...
    Serier serie Professional and Applied Computing (R0)
    Learn how to design complex, correct programs and fix problems before writing a single line of code. This book is a practical, comprehensive resource on TLA+ programming with rich, complex examples. Practical TLA+ shows you how to use TLA+ to specify a complex system and test the design itself for bugs.You’ll learn how even a short TLA+ spec can find critical bugs. Start by getting your feet wet ... Læs mere

    369,24 kr.

  • Scala: From a Functional Programming Perspective

    An Introduction to the Programming Language

    af Vicenç Torra ...
    Serier serie Computer Science (R0)
    This book gives an introduction to the programming language Scala. It presents it from a functional programming perspective. The book explains with detail functional programming and recursivity, and includes chapters on lazy and eager evaluation, streams, higher-order functions (including map, fold, reduce, and aggregate), and algebraic data types. The book also describes the object-oriented ... Læs mere

    420,24 kr.

  • Java 17 Recipes

    A Problem-Solution Approach

    Serier serie Professional and Applied Computing (R0)
    Quickly find solutions to dozens of common programming problems encountered while building Java applications, with recipes presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved!Java 17 Recipes is updated to reflect changes in specification and implementation since ... Læs mere

    526,36 kr.

  • C++17 Standard Library Quick Reference

    A Pocket Guide to Data Structures, Algorithms, and Functions

    Serier serie Professional and Applied Computing (R0)
    This quick reference is a condensed guide to the essential data structures, algorithms, and functions provided by the C++17 Standard Library. It does not explain the C++ language or syntax, but is accessible to anyone with basic C++ knowledge or programming experience. Even the most experienced C++ programmer will learn a thing or two from it and find it a useful memory-aid.It is hard to remember ... Læs mere

    369,24 kr.

  • Getting Started with Visual Studio 2019

    Learning and Implementing New Features

    af Dirk Strauss ...
    Serier serie Professional and Applied Computing (R0)
    Know how to use the features of Visual Studio 2019 and utilize the IDE correctly to become your one-stop solution for creating quality code. Learn what's new in VS 2019 and explore the existing features of Visual Studio so you can use them more efficiently.Getting Started with Visual Studio 2019 begins with an overview of Visual Studio and explores new features such as Visual Studio Live Share, ... Læs mere

    369,24 kr.

  • Foundational Java

    Key Elements and Practical Programming

    af David Parsons ...
    Serier serie Computer Science (R0)
    Java is now well-established as one of the world’s major programming languages, used in everything from desktop applications to web-hosted applications, enterprise systems and mobile devices. Java applications cover cloud-based services, the Internet of Things, self-driving cars, animation, game development, big data analysis and many more domains.The second edition of Foundational Java: Key ... Læs mere

    504,36 kr.

  • Software Product Management

    The ISPMA®-Compliant Study Guide and Handbook

    Serier serie Computer Science (R0)
    Software Product Management (SPM) is a key success factor for software products and software-intensive products. This book gives a comprehensive overview on SPM for beginners as well as best practices, methodology and in-depth discussions for experienced product managers. This includes product strategy, product planning, participation in strategic management activities and orchestration of the ... Læs mere

    714,49 kr.

  • Exploring Robotics with ROBOTIS Systems

    af Chi N. Thai ...
    Serier serie Computer Science (R0)
    This 2nd edition textbook has been expanded to include of 175 additional pages of additional content, created in response to readers feedback, as well as to new hardware and software releases. The book presents foundational robotics concepts using the ROBOTIS BIOLOID and OpenCM-904 robotic systems, and is suitable as a curriculum for a first course in robotics for undergraduate students or a self ... Læs mere

    504,36 kr.

  • Design Patterns in C#

    A Hands-on Guide with Real-World Examples

    Serier serie Professional and Applied Computing (R0)
    Get hands-on experience with each Gang of Four design pattern using C#. For each of the patterns, you’ll see at least one real-world scenario, a coding example, and a complete implementation including output.In the first part of Design Patterns in C#, you will cover the 23 Gang of Four (GoF) design patterns, before moving onto some alternative design patterns, including the Simple Factory Pattern, ... Læs mere

    416,24 kr.

  • WebGL Deep Dive: Engineering High-Performance Graphics

    WebGL Wizadry

    Serier serie 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 ... Læs mere

    62,82 kr. eller Gratis med Kobo Plus

  • Java Design Patterns

    A Hands-On Experience with Real-World Examples

    Serier serie Professional and Applied Computing (R0)
    Use the step-by-step approach of this book to learn and implement design patterns in real-world applications. It focuses on classical design patterns with Java 17 and Eclipse (2021-09). In addition to Gang of Four (GoF) design patterns, the book covers popular and alternative design patterns and includes criticisms of design patterns in a chapter on anti-patterns.The book is divided into four ... Læs mere

    526,36 kr.

  • Dynamic SQL

    Applications, Performance, and Security

    af Ed Pollack ...
    Serier serie Professional and Applied Computing (R0)
    This book is an introduction and deep-dive into the many uses of dynamic SQL in Microsoft SQL Server. Dynamic SQL is key to large-scale searching based upon user-entered criteria. It’s also useful in generating value-lists, in dynamic pivoting of data for business intelligence reporting, and for customizing database objects and querying their structure.Executing dynamic SQL is at the heart of ... Læs mere

    314,11 kr.

  • MATLAB Recipes

    A Problem-Solution Approach

    Serier serie Professional and Applied Computing (R0)
    Learn from state-of-the-art examples in robotics, motors, detection filters, chemical processes, aircraft, and spacecraft. This is a practical reference for industry engineers using MATLAB to solve everyday problems. With MATLAB Recipes: A Problem-Solution Approach you will review contemporary MATLAB coding including the latest language features and use MATLAB as a software development environment ... Læs mere

    494,86 kr.

  • Being Agile

    Your Roadmap to Successful Adoption of Agile

    Serier serie Professional and Applied Computing (R0)
    Being Agile is your roadmap to successfully transforming your organization to an Agile culture. Veteran agile coach Mario Moreira teaches new adopters how to implement a robust Agile framework to derive from it the maximum business benefit in terms of customer value, revenue, and employee engagement.Agile is a ubiquitous watchword in the corporate world, but only a minority of companies understand ... Læs mere

    416,24 kr.

  • Functional Data Structures in R

    Advanced Statistical Programming in R

    Serier serie Professional and Applied Computing (R0)
    Get an introduction to functional data structures using R and write more effective code and gain performance for your programs. This book teaches you workarounds because data in functional languages is not mutable: for example you’ll learn how to change variable-value bindings by modifying environments, which can be exploited to emulate pointers and implement traditional data structures. You’ll ... Læs mere

    223,86 kr.

  • Learn to Program with Python 3

    A Step-by-Step Guide to Programming

    af Irv Kalb ...
    Serier serie Professional and Applied Computing (R0)
    Move from zero knowledge of programming to comfortably writing small to medium-sized programs in Python. Fully updated for Python 3, with code and examples throughout, the book explains Python coding with an accessible, step-by-step approach designed to bring you comfortably into the world of software development.Real–world analogies make the material understandable, with a wide variety of well ... Læs mere

    447,74 kr.

  • Java XML and JSON

    Document Processing for Java SE

    af Jeff Friesen ...
    Serier serie Professional and Applied Computing (R0)
    Use this guide to master the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML and JSON documents from the Java language. New in this edition is coverage of Jackson (a JSON processor for Java) and Oracle’s own Java API for JSON processing (JSON-P), which is a JSON processing API for Java EE that also can be used with Java SE. This new edition of ... Læs mere

    628,49 kr.

  • Transactions on Aspect-Oriented Software Development XII

    Serier serie Computer Science (R0)
    The LNCS journal Transactions on Aspect-Oriented Software Development is devoted to all facets of aspect-oriented software development (AOSD) techniques in the context of all phases of the software life cycle, from requirements and design to implementation, maintenance and evolution. The focus of the journal is on approaches for systematic identification, modularization, representation, and ... Læs mere

    420,24 kr.

  • Visión artificial

    Aplicaciones prácticas con OpenCV - Python

    La visión artificial es una disciplina científica formada por un conjunto de técnicas que permiten la captura, el procesamiento y el análisis de imágenes, con el fin de extraer información de utilidad. Su objetivo es automatizar tareas reservadas hasta hace poco tiempo al ámbito humano en áreas como la seguridad, la industria, el comercio, la medicina, etc. Muchas de las técnicas empleadas en ... Læs mere

    229,00 kr. eller Gratis med Kobo Plus