Skip to main content

購物車

您會獲得 VIP 禮遇!

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

專屬於您的推薦

Loading...

物件導向程式設計 電子書

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

  • 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

  • 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

  • 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 免費享用

  • 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 免費享用

  • 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

  • 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

  • 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 免費享用

  • 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

  • Programação para dispositivos móveis

    系列 series Série Universitária
    A Série Universitária foi desenvolvida pelo Senac São Paulo com o intuito de preparar profissionais para o mercado de trabalho. Os títulos abrangem diversas áreas, abordando desde conhecimentos teóricos e práticos adequados às exigências profissionais até a formação ética e sólida.Programação para dispositivos móveis propõe um mergulho no universo da biblioteca React Native, uma das mais …… 閱讀更多內容

    NT$190 TWD

  • 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 免費享用

  • PHP Crash Course

    The Complete, Modern, Hands-On Guide

    Matt Smith ……
    From First Script to Full Website—Fast!Tired of cobbling together PHP solutions from scattered online tutorials? Frustrated by outdated PHP practices that leave your code vulnerable and hard to maintain? Whether you’re building your first dynamic website or modernizing legacy systems, PHP Crash Course gives you a complete, practical foundation for writing professional web applications.In this …… 閱讀更多內容

    NT$762 TWD

  • Prompting C++ for Systems Engineering

    Build Modern C++ Applications, Multithreaded Systems, STL-Based Solutions, and Production Software Faster with AI Prompt Engineering

    Vivek Bhadra ……
    AI Can Write Code. Engineers Build Systems.C++ remains the language of choice for systems programming, and those writing modern C++ with AI are the ones delivering production systems faster than anyone else. Prompting C++ for Systems Engineering shows you how to build correct, efficient and production-ready C++ systems using AI tools at every stage of development, while maintaining the critical …… 閱讀更多內容

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

  • Python Programming for Beginners - Book 4: The Crash Course to Learn the Truth About Lambada, Filter and Map Functions, While Mastering How to Work With Reverse Strings, Dynamic Typing and Objects

    Your Python Best friend, #4

    Martin Evans ……
    系列 第 4 冊 - Your Python Best friend
    Are you ready to learn the most powerful and popular programming language in the world?Code is the language of the future. And the time to learn the ins and outs of coding is now, unless of course you want to be left behind from the biggest revolution that mankind will witness.If for whatever reason, you have been looking to improve your programming skills, Python programming language could be the …… 閱讀更多內容

    NT$229 TWD

  • OBJECT ORIENTED PROGRAMMING

    For BE/B.TECH/BCA/MCA/ M.TECH/Diploma/B.Sc/M.Sc/MA/ BA/Competitive Exams & Knowledge Seekers

    VIKRAMAN N ……
    系列 第 149 冊 - BEMEDIPLOMABSCMSC
    INTRODUCTION TO OBJECT ORIENTED PROGRAMProcedure Oriented Programming (POP)The high level languages, such as BASIC, COBOL, C, FORTRAN are commonly known as Procedure Oriented Programming.Using this approach, the problem is viewed in sequence of things to be done, like reading, processing and displaying or printing. To carry out these tasks the function concepts must be used.This concept basically …… 閱讀更多內容

    NT$441 TWD

  • Kotlin at a Glance

    Saxena Swati ……
    Basic guide to develop an App in Android by using Kotlin Key features Comprehensive coverage of all the concepts of Kotlin Simple language, crystal clear approach, user friendly book Concepts are duly supported by several examples and self-explanatory analogies. Description &quote;Kotlin at a Glance&quote; is a book that gives an in-depth knowledge about Kotlin. This book mainly focused on Kotlin …… 閱讀更多內容

    NT$450 TWD

  • Algoritma Geliştirme ve Veri Yapıları

    Python ve Visual Basic Örnekleriyle

    Bülent Çobanoğlu ……
    Programcılığın ve Bilgisayarla Sorun Çözmenin AnayasasıAnlatılan kavramların PYTHON ve VISUL BASIC dillerindeki örnekleriyle zenginleştirilmiş, tamamen gözden geçirilmiş yeni baskı!Herhangi bir problemin çözümü için izlenecek yolu belirlemek ve programcılık mantığını anlamak için algoritma ve veri yapıları konusunun incelendiği bu kitap; programcılık temel kavramları, karar ve kontrol yapıları, …… 閱讀更多內容

    NT$336 TWD

  • Cracking Kotlin Interview

    Swati Saxena ……
    A book that can help the readers get familiar with Kotlin's most essential features and aspects KEY FEATURESa- Get familiar with the fundamentals of Kotlin language a- Find answers to frequently asked jumbled questions in an interviewa- A guide that is duly supported by several examples and self-explanatory analogies DESCRIPTIONThis book covers all the possible interview and coding questions in …… 閱讀更多內容

    NT$450 TWD

  • Zie Scherp Scherper - 2e editie

    Object georiënteerd programmeren met C#, van beginner naar gevorderde

    Tim Dams ……
    Programmeren is een beetje zoals fietsen. Van zodra je ermee weg bent verleer je het niet. Maar je moet er natuurlijk wel voor op een fiets springen. Erover lezen helpt niet. Dit boek hanteert de 'leren fietsen doe je door het te doen'-filosofie om je zo gekend te maken met de basisbeginselen van programmeren in C#. Ieder hoofdstuk sluit af met een resem aan praktische oefeningen, die je zullen …… 閱讀更多內容

    NT$159 TWD

  • Software Development with UML

    Dr Ken Lunn ……
    This is an introductory book to information modelling with UML, for entry level university students. It assumes no previous knowledge of UML on the part of the reader, and uses a case-based approach to present the material clearly and accessibly. It harmonises the UML notation with a full software development approach, from project conception through to testing, deployment and enhancement. The …… 閱讀更多內容

    NT$2,346 TWD

  • ActionScript 3.0 Cookbook

    Solutions for Flash Platform and Flex Application Developers

    Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs with its Flash-based "Rich Internet Applications". Now, new owner Adobe is taking Flash and its powerful capabilities beyond the Web and making it a full-fledged development environment.Rather than …… 閱讀更多內容

    NT$675 TWD