Skip to main content

購物車

您會獲得 VIP 禮遇!

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

專屬於您的推薦

Loading...

物件導向程式設計 電子書

如果您喜歡 物件導向程式設計 電子書,或許您也會喜歡這些熱門精選。
顯示第 124 個結果,共 809
Skip side bar filters
  • Effective Modern C++

    42 Specific Ways to Improve Your Use of C++11 and C++14

    Scott Meyers ……
    Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively—so that your software is correct, efficient, maintainable, and portable. That’s where this practical book comes in. It describes …… 閱讀更多內容

    NT$1,218 TWD

  • Head First Design Patterns

    What will you learn from this book?You know you don't want to reinvent the wheel, so you look to Design Patterns: the lessons learned by those who've faced the same software design problems. With Design Patterns, you get to take advantage of the best practices and experience of others so you can spend your time on something more challenging. Something more fun. This book shows you the patterns …… 閱讀更多內容

    NT$1,624 TWD

  • The Rust Programming Language, 2nd Edition

    **With over 50,000 copies sold, The Rust Programming Language is the quintessential guide to programming in Rust. Thoroughly updated to Rust’s latest version, this edition is considered the language’s official documentation.The Rust Programming Language "covers everything you could want to know about the language."—Stack OverflowRust has been repeatedly voted "Most Loved Language" on the …… 閱讀更多內容

    NT$954 TWD

  • Refactoring

    Improving the Design of Existing Code

    Martin Fowler ……
    系列 series Addison-Wesley Signature Series (Fowler)
    Martin Fowler’s guide to reworking bad code into well-structured codeRefactoring improves the design of existing code and enhances software maintainability, as well as making existing code easier to understand. Original Agile Manifesto signer and software development thought leader, Martin Fowler, provides a catalog of refactorings that explains why you should refactor; how to recognize code that …… 閱讀更多內容

    NT$1,731 TWD

  • Programming Rust

    Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management …… 閱讀更多內容

    NT$1,624 TWD

  • Python Programming For Beginners

    Learn The Basics Of Python Programming

    James Tudor ……
    Programming Doesn't Have To Be Difficult. If You Want To Get Started With Python Programming, Read On..How many times have you thought about learning how to code but got discouraged because you had no technical background, didn’t have the time to learn, or you just didn’t think you were smart enough?Would you like to learn the basics of python programming even if you are a complete novice? If so, …… 閱讀更多內容

    免費

  • The Object Primer

    Agile Model-Driven Development with UML 2.0

    Scott W. Ambler ……
    Scott Ambler, award-winning author of Building Object Applications that Work, Process Patterns, and More Process Patterns, has revised his acclaimed first book, The Object Primer. Long prized in its original edition by both students and professionals as the best introduction to object-oriented technology, this book has all modeling notation rewritten in UML 2.0. All chapters have been revised to …… 閱讀更多內容

    NT$2,366 TWD

  • C++ Software Design

    Design Principles and Patterns for High-Quality Software

    Klaus Iglberger ……
    Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software design with this modern language.C++ trainer and …… 閱讀更多內容

    NT$1,624 TWD

  • Professional JavaScript for Web Developers

    Matt Frisbie ……
    系列 series Tech Today
    Update and upgrade your JavaScript skillset for ES 2023 with the ultimate JavaScript guide for prosProfessional JavaScript for Web Developers, 5th edition, is the gold-standard in intermediate-to-advanced JavaScript programming development books. The author dives directly into the inner workings of JavaScript to help you clean up your code and become a more sophisticated and talented JavaScript …… 閱讀更多內容

    NT$1,505 TWD

  • Patterns of Enterprise Application Architecture

    Martin Fowler ……
    系列 series Addison-Wesley Signature Series (Fowler)
    The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their …… 閱讀更多內容

    NT$1,999 TWD

  • Types and Programming Languages

    Benjamin C. Pierce ……
    A comprehensive introduction to type systems and programming languages.A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems—and of programming languages from a type-theoretic perspective—has important applications in software engineering, …… 閱讀更多內容

    NT$2,507 TWD

  • Real World Instrumentation with Python

    Automated Data Acquisition and Control Systems

    John M. Hughes ……
    Learn how to develop your own applications to monitor or control instrumentation hardware. Whether you need to acquire data from a device or automate its functions, this practical book shows you how to use Python's rapid development capabilities to build interfaces that include everything from software to wiring. You get step-by-step instructions, clear examples, and hands-on tips for interfacing …… 閱讀更多內容

    NT$1,051 TWD

  • Head First Servlets and JSP

    Passing the Sun Certified Web Component Developer Exam

    Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam?This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're …… 閱讀更多內容

    NT$954 TWD

  • Java 8 Lambdas

    Pragmatic Functional Programming

    Richard Warburton ……
    If you’re a developer with core Java SE skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. You’ll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems.Lambda expressions are a fairly simple change to …… 閱讀更多內容

    NT$812 TWD

  • Concurrency in C# Cookbook

    Asynchronous, Parallel, and Multithreaded Programming

    Stephen Cleary ……
    If you’re one of many developers still uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using libraries and language features in .NET and C# 8.0.Concurrency is now more common in …… 閱讀更多內容

    NT$1,147 TWD

  • The Principles of Object-Oriented JavaScript

    Nicholas C. Zakas ……
    If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands.In The …… 閱讀更多內容

    NT$477 TWD

  • Pattern-Oriented Software Architecture, Patterns for Concurrent and Networked Objects

    系列 第 2 冊 - Wiley Software Patterns Series
    Designing application and middleware software to run in concurrent and networked environments is a significant challenge to software developers. The patterns catalogued in this second volume of Pattern-Oriented Software Architectures (POSA) form the basis of a pattern language that addresses issues associated with concurrency and networking.The book presents 17 interrelated patterns ranging from …… 閱讀更多內容

    NT$2,269 TWD

  • The Elements of UML™ 2.0 Style

    Scott W. Ambler ……
    For all developers who create models using the Unified Modeling Language (UML) 2.x The Elements of UML™ 2.0 Style sets the rules for style that will improve your productivity - especially in teams, where understandability and consistency are critical. Coming from renowned UML expert Scott Ambler, the book furnishes a set of rules for modelling in the UML and describes a collection of standards and …… 閱讀更多內容

    NT$897 TWD

  • Optimized C++

    Proven Techniques for Heightened Performance

    Kurt Guntheroth ……
    In today’s fast and competitive world, a program’s performance is just as important to customers as the features it provides. This practical guide teaches developers performance-tuning principles that enable optimization in C++. You’ll learn how to make code that already embodies best practices of C++ design run faster and consume fewer resources on any computer—whether it’s a watch, phone, …… 閱讀更多內容

    NT$1,218 TWD

  • C# 10 and .NET 6 - Modern Cross-Platform Development

    Build apps, websites, and services with ASP.NET Core 6, Blazor, and EF Core 6 using Visual Studio 2022 and Visual Studio Code, 6th Edition

    Mark J. Price ……
    Publisher's Note: The newer 7th edition of this book covers C# 11 and EF Core 7 that can both be used with either .NET 7 or .NET 6. The 7th edition also has errata fixes and improvements suggested by readers of the 6th edition.Purchase of the print or Kindle book includes a free eBook in PDF format.Key FeaturesExplore the newest additions to C# 10, the .NET 6 class library, and Entity Framework …… 閱讀更多內容

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

  • Hexagonal Architecture Explained: How the Ports & Adapters Architecture Simplifies Your Life, and How to Implement it, Updated 1st Edition

    Series on Object-Oriented Design

    系列 series Series on Object-Oriented Design
    Recommended by giants like Netflix and Amazon, the Hexagonal or Ports & Adapters architecture simplifies testing, protects against business logic leakage, supports changing technologies in long-running system, and lets you apply Domain Driven Design. In this definitive book on the subject, pattern author Dr. Alistair Cockburn and Juan Manuel Garrido de Paz lay bare all of the intricacies of the …… 閱讀更多內容

    NT$285 TWD

  • ADO.NET in a Nutshell

    Written by experts on the Microsoft® .NET programming platform, ADO.NET in a Nutshell delivers everything .NET programmers will need to get a jump-start on ADO.NET technology or to sharpen their skills even further. In the tradition of O'Reilly's In a Nutshell Series, ADO.NET in a Nutshell is the most complete and concise source of ADO.NET information available.ADO.NET is the suite of data access …… 閱讀更多內容

    NT$860 TWD

  • The PLC Programming Guide for Beginners

    Mark Splawn ……
    Unlock the world of Programmable Logic Controllers (PLCs) with our comprehensive book, 'The PLC Programming Guide For Beginners.' Whether you're a novice looking to enter the field of industrial automation or an experienced engineer seeking to enhance your skills, this book is your ultimate resource. Discover the foundational principles of PLC programming, from understanding the basics of PLCs to …… 閱讀更多內容

    NT$601 TWD

  • Learning Functional Programming

    Managing Code Complexity by Thinking Functionally

    Jack Widman ……
    Learn how to think and write code like a functional programmer. With this practical guide, software developers familiar with object-oriented programming will dive into the core concepts of functional programming and learn how to use both functional and OOP features together on large or complex software projects.Author Jack Widman uses samples from Java, Python, C#, Scala, and JavaScript to help …… 閱讀更多內容

    NT$1,361 TWD