Skip to main content

購物車

您會獲得 VIP 禮遇!

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

專屬於您的推薦

Loading...

物件導向程式設計 電子書

如果您喜歡 物件導向程式設計 電子書,或許您也會喜歡這些熱門精選。
顯示第 124 個結果,共 796
Skip side bar filters
  • 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,613 TWD

  • 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,210 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$949 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,720 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, …… 閱讀更多內容

    免費

  • 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,613 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$949 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,494 TWD

  • 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,351 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$474 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,044 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,138 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$806 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,491 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,987 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,613 TWD

  • Kotlin Standard Library Cookbook

    Master the powerful Kotlin standard library through practical code examples

    Samuel Urbanowicz ……
    Build optimized applications in Kotlin by learning how to make use of the standard library features the smart wayKey FeaturesGet the most out of the Kotlin library to develop high-quality portable applicationsExplore Kotlin’s powerful support for data processing and I/O operationsDiscover ways to enhance your Android application developmentBook DescriptionFor developers who prefer a more …… 閱讀更多內容

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

  • Update to Modern C++

    James Raynard ……
    Are you an experienced C++ programmer, but you have not used the language for several years? You may have heard that there have been many changes to C++ over the last decade or so, but you have not had time to keep up with them. Besides, your C++ skills may have gone a little rusty due to lack of use, and perhaps there were one or two things you never quite grasped the first time round.I was in …… 閱讀更多內容

    NT$282 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$344 TWD 透過 Kobo Plus 免費享用

  • Learning Functional Programming in Go

    Change the way you approach your applications using functional programming in Go

    Lex Sheehan ……
    Function literals, Monads, Lazy evaluation, Currying, and moreKey Features\[\*\] Write concise and maintainable code with streams and high-order functions\[\*\] Understand the benefits of currying your Golang functions\[\*\] Learn the most effective design patterns for functional programming and learn when to apply each of them\[\*\] Build distributed MapReduce solutions using GoBook …… 閱讀更多內容

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

  • Refactoring at Scale

    Maude Lemaire ……
    Making significant changes to large, complex codebases is a daunting task--one that's nearly impossible to do successfully unless you have the right team, tools, and mindset. If your application is in need of a substantial overhaul and you're unsure how to go about implementing those changes in a sustainable way, then this book is for you.Software engineer Maude Lemaire walks you through the …… 閱讀更多內容

    NT$1,351 TWD

  • Kotlin / Android Studio 3.0 Development Essentials

    Neil Smyth ……
    Fully updated for Android Studio 3.0 and Android 8, the goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated Development Environment (IDE), the Android 8 Software Development Kit (SDK) and the Kotlin programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android …… 閱讀更多內容

    NT$1,153 TWD

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

    Start building websites and services with ASP.NET Core 9, Blazor, and EF Core 9

    Mark J. Price ……
    An accessible guide for beginner-to-intermediate programmers to the concepts, real-world applications, and latest features of C\# 13 and .NET 9, with hands-on exercises using Visual Studio and Visual Studio Code Purchase of the print or Kindle book includes a free eBook in PDF formatKey FeaturesExplore the newest additions to C\# 13, the .NET 9 class libraries, and Entity Framework Core 9Build …… 閱讀更多內容

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

  • Pattern-Oriented Software Architecture, A System of Patterns

    系列 第 1 冊 - Wiley Software Patterns Series
    Pattern-oriented software architecture is a new approach to software development. This book represents the progression and evolution of the pattern approach into a system of patterns capable of describing and documenting large-scale applications. A pattern system provides, on one level, a pool of proven solutions to many recurring design problems. On another it shows how to combine individual …… 閱讀更多內容

    NT$2,372 TWD