Skip to main content

購物車

您會獲得 VIP 禮遇!

無法購買的項目
請檢閱您的購物車。您可以即刻移除無法購買的項目,或者我們將於結帳時為您自動移除。
項目項目
項目項目

專屬於您的推薦

Loading...

物件導向程式設計 電子書

如果您喜歡 物件導向程式設計 電子書,或許您也會喜歡這些熱門精選。
顯示第 97120 個結果,共 981
Skip side bar filters
  • 97 Things Every Programmer Should Know

    Collective Wisdom from the Experts

    Kevlin Henney ……
    Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice.With contributions from some of the most experienced and respected …… 閱讀更多內容

    NT$811 TWD

  • A Functional Approach to Java

    Augmenting Object-Oriented Java Code with Functional Principles

    Ben Weidig ……
    Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such as lambda expressions and Streams. If you're interested in applying FP concepts to your Java code, this …… 閱讀更多內容

    NT$1,527 TWD

  • C# 9 and .NET 5 – Modern Cross-Platform Development

    Build intelligent apps, websites, and services with Blazor, ASP.NET Core, and Entity Framework Core using Visual Studio Code

    Mark J. Price ……
    Publisher's Note: Microsoft stopped supporting .NET 5 in May 2022. The newer 8th edition of the book is available that covers .NET 8 (end-of-life November 2026) with C\# 12 and EF Core 8. Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesExplore the newest additions to C\# 9, the .NET 5 class library, Entity Framework Core and BlazorStrengthen your command of ASP.NET Core 5 …… 閱讀更多內容

    NT$1,823 TWD 透過 Kobo Plus 免費享用

  • Ultimate Java Design Patterns

    Ricken Bazolo ……
    Think Like an Architect. Code Like a Master.Book DescriptionDesign patterns are the shared language of great software engineering - and mastering them is what separates Java developers who write code from architects who build systems. Ultimate Java Design Patterns gives you a comprehensive, practical command of every major pattern category, from Foundational Creational, Structural, and Behavioral …… 閱讀更多內容

    NT$785 TWD

  • Mastering Object-Oriented Python

    Build powerful applications with reusable code using OOP design patterns and Python 3.7

    Steven F. Lott ……
    Gain comprehensive insights into programming practices, and code portability and reuse to build flexible and maintainable apps using object-oriented principlesKey FeaturesExtend core OOP techniques to increase integration of classes created with PythonExplore a variety of Python libraries for handling persistence and object serializationLearn alternative approaches for solving programming problems …… 閱讀更多內容

    NT$964 TWD 透過 Kobo Plus 免費享用

  • Unity All-In-One

    Patrick Felicia ……
    Unleash Your Creativity and Master 3D Game Development!Are you ready to bring your game ideas to life? Unity All-In-One is the ultimate step-by-step guide for aspiring game developers and enthusiasts who want to create stunning 3D games while mastering Unity and C#. Whether you're a complete beginner or have some experience, this book is packed with practical projects and clear explanations to …… 閱讀更多內容

    NT$95 TWD 透過 Kobo Plus 免費享用

  • Github Copilot For Developers

    Smart Coding With AI Pair Programmer

    Rob Botwright ……
    Welcome to the GitHub Copilot for Developers book bundle! Are you ready to take your coding skills to the next level with AI-assisted programming? Look no further! Our comprehensive bundle offers everything you need to become a master developer with GitHub Copilot. Book 1: GitHub Copilot Companion Get started on your journey to smart coding with an introduction to AI-assisted programming. Learn …… 閱讀更多內容

    NT$252 TWD 透過 Kobo Plus 免費享用

  • Coding in R per l'analisi dati - da principiante a esperto

    Valentina Porcu ……
    Questo testo di base di programmazione con R per aspiranti data analyst nasce per accompagnare un principiante nella programmazione, dalle basi del linguaggio di programmazione (uno dei più conosciuti e utilizzati nel campo dell'analisi dati) fino all'utilizzo della statistica descrittiva.Al termine di questo libro sarete in grado di creare, importare, manipolare e gestire dei dataset. Impareremo …… 閱讀更多內容

    NT$441 TWD 透過 Kobo Plus 免費享用

  • Programming Ruby 3.3

    The Pragmatic Programmers' Guide

    Noel Rappin, Dave Thomas ……
    Ruby is one of the most important programming languages in use for web development. It powers the Rails framework, which is the backing of some of the most important sites on the web. The Pickaxe Book, named for the tool on the cover, is the definitive reference on Ruby, a highly-regarded, fully object-oriented programming language. This updated edition is a comprehensive reference on the language …… 閱讀更多內容

    NT$1,292 TWD

  • Introduction to the Art of Programming Using Scala

    Mark C. Lewis ……
    系列 series Chapman & Hall/CRC Textbooks in Computing
    With its flexibility for programming both small and large projects, Scala is an ideal language for teaching beginning programming. Yet there are no textbooks on Scala currently available for the CS1/CS2 levels. Introduction to the Art of Programming Using Scala presents many concepts from CS1 and CS2 using a modern, JVM-based language that works we …… 閱讀更多內容

    NT$3,081 TWD

  • Hands-On Software Architecture with Golang

    Design and architect highly scalable and robust applications using Go

    Understand the principles of software architecture with coverage on SOA, distributed and messaging systems, and database modelingKey FeaturesGain knowledge of architectural approaches on SOA and microservices for architectural decisionsExplore different architectural patterns for building distributed applicationsMigrate applications written in Java or Python to the Go languageBook …… 閱讀更多內容

    NT$1,215 TWD 透過 Kobo Plus 免費享用

  • CIENCIA DE DATOS CON PYTHON: PANDAS A TRAVÉS DE EJEMPLOS

    CESAR PEREZ LOPEZ ……
    Pandas es un paquete de Python que proporciona estructuras de datos rápidas y flexibles diseñadas para que trabajar con datos "relacionales" o "etiquetados" sea fácil e intuitivo. Su objetivo es ser el bloque de construcción fundamental de alto nivel para realizar análisis prácticos de datos del mundo real en Python. Además, tiene el objetivo más amplio de convertirse en la herramienta de …… 閱讀更多內容

    NT$286 TWD 透過 Kobo Plus 免費享用

  • R for Programmers

    Advanced Techniques

    Dan Zhang ……
    This book discusses advanced topics such as R core programing, object oriented R programing, parallel computing with R, and spatial data types. The author leads readers to merge mature and effective methdologies in traditional programing to R programing. It shows how to interface R with C, Java, and other popular programing laguages and platforms. …… 閱讀更多內容

    NT$3,842 TWD

  • Design Patterns in Java

    Design Patterns in Java™ gives you the hands-on practice and deep insight you need to fully leverage the significant power of design patterns in any Java software project. The perfect complement to the classic Design Patterns, this learn-by-doing workbook applies the latest Java features and best practices to all of the original 23 patterns identified in that groundbreaking text.Drawing on their …… 閱讀更多內容

    NT$1,126 TWD

  • Understanding C++ for MFC

    Richard Raposa ……
    Jumpstart your MFC programming without the tedious study of C++! Now you can learn C++ and MFC together -- learning C++ principles on a need-to-know basis. Author Richard Raposa has refined this tutorial over years of teaching Windows programming in quick …… 閱讀更多內容

    NT$2,550 TWD

  • SysML Distilled

    A Brief Guide to the Systems Modeling Language

    Lenny Delligatti ……
    The Systems Modeling Language (SysML) extends UML with powerful systems engineering capabilities for modeling a wider spectrum of systems and capturing all aspects of a system’s design. SysML Distilled is the first clear, concise guide for everyone who wants to start creating effective SysML models.(Drawing on his pioneering experience at Lockheed Martin and NASA, Lenny Delligatti illuminates …… 閱讀更多內容

    NT$693 TWD

  • iCloud and CloudKit

    Lean how to share data between devices in iOS 11 with iCloud and Swift 4

    J.D Gauchat ……
    Learn how to use iCloud from your iOS applications. After reading this guide, you will know how to connect to the user's iCloud account, how to store the app's settings on the cloud, how to upload documents, and how to create a database with CloudKit.Table of ContentsICLOUDData in the CloudEnabling iCloudTesting DevicesKey-Value StorageiCloud DocumentsMultiple DocumentsCloudKitContainerRecordsZones …… 閱讀更多內容

    NT$95 TWD 透過 Kobo Plus 免費享用

  • MapKit

    Learn how to show maps and trace routes in iOS 11 with Swift 4

    J.D Gauchat ……
    Learn how to use MapKit to include maps in your iOS applications. After reading this guide, you will know how to generate and configure a map, how to add annotations, how to detect the user's location, how to search for addresses, and how to trace a route from one location to another.Table of ContentsMAPKITMap Kit ViewConfiguring the MapAnnotationsUser LocationSearchDirectionsQUICK …… 閱讀更多內容

    NT$95 TWD 透過 Kobo Plus 免費享用

  • C++ Essentials For Dummies

    John Paul Mueller ……
    The quick and crystal-clear guide to C++ programmingC++ Essentials For Dummies is your useful reference to the key concepts of C++, the popular general-purpose language utilized everywhere from building games to writing parts of operating systems. With minimal review and background material—and absolutely no fluff—this book gets straight to the essential topics you need to know to ramp up, brush …… 閱讀更多內容

    NT$434 TWD

  • Microservices Architecture Handbook

    Non-Programmer's Guide for Building Microservices

    Stephen Fleming ……
    Are you a non-coder looking for insight into Microservices Architecture? You may be a consultant, Advisor, Project Manager or a novice into IT industry; after going through this guide you would be able to appreciate Microservices and other related concepts like SOA, Monolith Architecture, DevOps, Docker, Kubernetes etc. You would also get to know about the leaders in Microservices adoption and …… 閱讀更多內容

    NT$97 TWD 透過 Kobo Plus 免費享用

  • Statistical Analysis with R For Dummies

    Joseph Schmuller ……
    Simplify stats and learn how to graph, analyze, and interpret data the easy wayStatistical Analysis with R For Dummies makes stats approachable by combining clear explanations with practical applications. You'll learn how to download and use R and RStudio—two free, open-source tools—to learn statistics concepts, create graphs, test hypotheses, and draw meaningful conclusions. Get started by …… 閱讀更多內容

    NT$715 TWD

  • 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 …… 閱讀更多內容

    NT$1,240 TWD

  • From Code to Solutions in Software Engineering with Java

    From Problem Definition to Responsible Solutions

    Mathias Ellmann ……
    What good is clean Java code if it solves the wrong problem?Software development is often taught through programming: writing classes, implementing methods, using data structures, and making applications run.But working code is not yet a good software solution. Problems must be understood, requirements clarified, alternatives developed, architectural decisions justified, and quality maintained …… 閱讀更多內容

    NT$347 TWD 透過 Kobo Plus 免費享用

  • Python AI Agents

    AI assistants that answer questions are everywhere. AI agents that can read a real codebase, write a patch, run the test suite, and open a pull request on their own are a different, much harder problem — and this book teaches you to build one, in Python, from the ground up.This is a hands-on Python programming book, not a prompting guide. It assumes you're comfortable writing Python and have …… 閱讀更多內容

    NT$410 TWD 透過 Kobo Plus 免費享用