Skip to main content

Warenkorb

Sie werden jetzt wie ein VIP behandelt!

Artikel nicht erhältlich
Bitte überprüfen Sie Ihren Warenkorb. Sie können nicht verfügbare Artikel jetzt entfernen. Andernfalls werden diese beim Bezahlen automatisch entfernt.
ElementeElement
ElementeElement

Empfehlungen für Sie

Loading...

Objektorientierte Programmierung eBooks

Lesen Sie gerne eBooks aus der Kategorie Objektorientierte Programmierung? Dann werden Ihnen unsere Empfehlungen sicherlich gefallen.
Es werden 457480 von 992 Ergebnissen angezeigt
Skip side bar filters
  • Object-Orientation, Abstraction, and Data Structures Using Scala

    Serien series Chapman & Hall/CRC Textbooks in Computing
    Praise for the first edition:"The well-written, comprehensive book…[is] aiming to become a de facto reference for the language and its features and capabilities. The pace is appropriate for beginners; programming concepts are introduced progressively through a range of examples and then used as tools for building applications in various domains, including sophisticated data structures and Lesen Sie mehr

    € 139,40

  • Object-Oriented Design for Temporal GIS

    Serien series Research Monographs in GIS
    There has been an increasing demand in GIS for systems that support historical data: time-series data as well as mobility information. From a modelling perspective, there are advantages in integrating object-oriented analysis and design to databases as well as to visualisation capabilities of GIS. Object-Oriented Design for Temporal GIS explores Lesen Sie mehr

    € 69,69

  • Notifications in iOS 11

    Learn how to show local notifications in iOS 11 with Swift 4

    von J.D Gauchat
    Learn how to generate local notifications from your iOS applications. After reading this guide, you will know how to schedule and display local notifications to the user, how to respond to system notifications, and how to communicate objects with each other using custom notifications and Key/Value observers.Table of ContentsNOTIFICATIONSNotification CenterSystem NotificationsUser NotificationsUser Lesen Sie mehr

    € 2,68

  • Graphics and Animations with SwiftUI

    Quick Guides for Masterminds

    von J.D Gauchat
    Quick Guides for Masterminds are excerpts from our best-selling books SwiftUI for Masterminds, UIKit for Masterminds, and HTML5 for Masterminds, providing a cost-effective alternative to getting the information you need.DescriptionWith this guide, you will learn how to create graphics, charts and animations using the SwiftUI framework.After reading this guide, you will know how to create and Lesen Sie mehr

    € 2,74

  • Python ilə Proqramlaşdırma

    von Karim Tahiroglu
    Nüfuzlu TIOBE Proqramlaşdırma İcmasının məlumatlarına görə Python hazırda dünya üzrə ilk onluqda yer alan populyar proqramlaşdırma dili sayılır.Python dili 1991-ci ildə Guido van Rossum tərəfindən işlənib hazırlanmışdır. Proqramlaşdırmanın müasir tələblərinə cavab verən bu dil universaldır. Bu gün Google, Intel, CISCO, Hewlett-Packard, Qualcomm, IBM və NASA kimi qurumlar bir çox layihələrini Lesen Sie mehr

    € 14,16

  • SCIENCE DES DONNÉES AVEC PYTHON : PANDAS À TRAVERS DES EXEMPLES

    Pandas est un package Python qui fournit des structures de données rapides et flexibles conçues pour rendre le travail avec des données "relationnelles" ou "étiquetées" facile et intuitif. Son objectif est d'être le bloc de construction fondamental de haut niveau pour effectuer une analyse pratique des données du monde réel en Python. De plus, il a pour objectif plus large de devenir l'outil de Lesen Sie mehr

    € 8,99

  • Spring Boot 3 and Spring Framework 6

    The Comprehensive Guide to Modern Java Development

    Master Spring Boot 3 and Spring Framework 6 to create scalable Java applications. Learn database integration, web development, monitoring, and deployment with modern best practices.Key FeaturesComprehensive coverage of Spring Boot 3 and Spring Framework 6 core concepts and modulesDetailed guidance on relational and NoSQL database integration for versatile data managementFocus on practical Lesen Sie mehr

    € 40,58

  • Beginning Java Programming

    The Object-Oriented Approach

    A comprehensive Java guide, with samples, exercises, case studies, and step-by-step instructionBeginning Java Programming: The Object Oriented Approach is a straightforward resource for getting started with one of the world's most enduringly popular programming languages. Based on classes taught by the authors, the book starts with the basics and gradually builds into more advanced concepts. The Lesen Sie mehr

    € 31,99

  • Pattern-Oriented Software Architecture, Patterns for Resource Management

    Serien Buch 3 - Wiley Software Patterns Series
    The first volume of the POSA pattern series introduced a broad-spectrum of general-purpose patterns in software design and architecture. The second narrowed the focus to fundamental patterns for building sophisticated concurrent and networked software systems and applications. This volume uses design patterns to present techniques for implementing effective resource management in a system.The Lesen Sie mehr

    € 33,99

  • Patterns for Computer-Mediated Interaction

    Serien series Wiley Software Patterns Series
    Written by well-respected experts, this how-to guide provides patterns for the design of human computer human interaction (HCHI). An increasing number of applications are currently designed for use by more than one user, eg: multi-player games, interactive web sites, mobile phones, collaborative learning systems, interactive workspaces and smart environments. In these areas there is a shift from Lesen Sie mehr

    € 50,99

  • Professional Java EE Design Patterns

    Master Java EE design pattern implementation to improve your design skills and your application’s architectureProfessional Java EE Design Patterns is the perfect companion for anyone who wants to work more effectively with Java EE, and the only resource that covers both the theory and application of design patterns in solving real-world problems. The authors guide readers through both the Lesen Sie mehr

    € 32,99

  • Lua Unleashed: Revolutionizing Game Design and Development

    Lua Unleashed: Revolutionizing Game Design and Development is an essential guide for both aspiring and seasoned game developers. This comprehensive book dives deep into the world of Lua, a powerful and versatile programming language, and its application in game design and development.Through its pages, readers will embark on a journey exploring the fundamentals of Lua programming. The book Lesen Sie mehr

    € 9,49

  • Modern React TypeScript Development: A Beginner-to-Advanced Guide

    von Lex Cornell
    Stop wrestling with JavaScript errors and start building professional, type-safe web applications with confidence.Are you an aspiring developer overwhelmed by the complexity of modern web development? Are you a JavaScript developer tired of chasing runtime bugs that could have been caught during development? If you're ready to master the industry-standard combination of React and TypeScript, this Lesen Sie mehr

    € 4,99

  • Hands-On Application Development with PyCharm

    Build applications like a pro with the ultimate python development tool

    Unleash the power of PyCharm to craft business, scientific, and web applications in Python with this definitive guideKey FeaturesLearn basic to advanced PyCharm concepts to improve developer efficiency on your Python projectsLearn with practical examples that focus on efficient application developmentExplore features such as code automation, graphical debugging, and remote developmentPurchase of Lesen Sie mehr

    € 28,70

  • Functional Python Programming

    Discover the power of functional programming, generator functions, lazy evaluation, the built-in itertools library, and monads

    von Steven F. Lott
    Create succinct and expressive implementations with functional programming in PythonKey FeaturesLearn how to choose between imperative and functional approaches based onexpressiveness, clarity, and performanceGet familiar with complex concepts such as monads, concurrency, and immutabilityApply functional Python to common Exploratory Data Analysis (EDA) programmingproblemsBook DescriptionIf you’re Lesen Sie mehr

    € 34,64

  • Five Lines of Code

    How and when to refactor

    Five Lines of Code teaches refactoring that's focused on concrete rules and getting any method down to five lines or less! There’s no jargon or tricky automated-testing skills required, just easy guidelines and patterns illustrated by detailed code samples.In Five Lines of Code you will learn:The signs of bad codeImproving code safely, even when you don’t understand itBalancing optimization and Lesen Sie mehr

    € 50,83

  • Objektorientierte Programmierung

    Das umfassende Handbuch

    Die praxisorientierte Einführung in OOPKomplexe Projekte solide strukturieren, tragfähige Designs erstellen, guten Code schreiben und wartbare Software liefern: Dafür brauchen Entwickler ein Repertoire, aus dem Objektorientierung nicht mehr wegzudenken ist. In diesem Buch finden Sie alles, was Sie brauchen, um sich in die Objektorientierung einzuarbeiten und ihre Prinzipien zur Basis Ihrer eigenen Lesen Sie mehr

    € 49,90

  • Entity Framework Core in Action

    von Jon Smith
    SummaryEntity Framework Core in Action teaches you how to access and update relational data from .NET applications. Following the crystal-clear explanations, real-world examples, and around 100 diagrams, you'll discover time-saving patterns and best practices for security, performance tuning, and unit testing.About the TechnologyThere's a mismatch in the way OO programs and relational databases Lesen Sie mehr

    € 39,64

  • CoffeeScript in Action

    von Patrick Lee
    SummaryCoffeeScript in Action is a tutorial that teaches you how, where, and why to use CoffeeScript. It begins by quickly exposing you to CoffeeScript's new, but instantly-familiar syntax. Then, you'll explore programming challenges that illustrate CoffeeScript's unique advantages. Language junkies will especially appreciate how this book takes idioms from other programming languages and shows Lesen Sie mehr

    € 50,83

  • Hadoop in Practice

    von Alex Holmes
    SummaryHadoop in Practice, Second Edition provides over 100 tested, instantly useful techniques that will help you conquer big data, using Hadoop. This revised new edition covers changes and new features in the Hadoop core architecture, including MapReduce 2. Brand new chapters cover YARN and integrating Kafka, Impala, and Spark SQL with Hadoop. You'll also get new and updated techniques for Flume Lesen Sie mehr

    € 50,83

  • Data-Oriented Programming

    Reduce software complexity

    Eliminate the unavoidable complexity of object-oriented designs. The innovative data-oriented programming paradigm makes your systems less complex by making it simpler to access and manipulate data.In Data-Oriented Programming you will learn how to:Separate code from dataRepresent data with generic data structuresManipulate data with general-purpose functionsManage state without mutating Lesen Sie mehr

    € 59,98

  • OpenGL to OpenGL ES: Navigating Graphics Transitions

    "OpenGL to OpenGL ES: Navigating Graphics Transitions" is an authoritative guide crafted for developers, programmers, and technology enthusiasts seeking to bridge the gap between OpenGL and OpenGL ES, the foundational technologies in the realm of graphics programming. This comprehensive book delves deep into the intricacies of these two powerful graphics libraries, offering a practical roadmap for Lesen Sie mehr

    € 9,49

  • Java

    Il Tuo Primo Programma

    Chi ben inizia è a metà dell'opera...In questo ebook di 50 pagine ti mostrerò come creare il tuo primo programma in java, partendo da zero. Per seguire i passi descritti avrai bisogno di un PC o di un Mac, di una connessione ad Internet decente per scaricare (gratis) i programmi necessari e, infine, di un po’ di pazienza. Nulla più.In particolare, ti spiegherò:- Come installare e configurare Java Lesen Sie mehr

    Kostenlos

  • Mastering Godot: A Comprehensive Guide to Game Development

    'Mastering Godot: A Comprehensive Guide to Game Development' is an essential read for aspiring game developers and enthusiasts seeking to deepen their understanding of the Godot Engine. This meticulously crafted guide takes readers on an enlightening journey through the intricacies of game development using Godot, a powerful, open-source game engine known for its flexibility and user-friendly Lesen Sie mehr

    € 9,49