Skip to main content

カート

VIP 特典をお楽しみいただけます!

購入できない書籍
お買い物かごをご確認ください。購入不可の商品を削除できます。削除されなかった購入不可の商品は、購入手続き時に削除されます。

おすすめ

Loading...

オブジェクト指向プログラミング 電子書籍

オブジェクト指向プログラミング の本がお好きな方におすすめです。
974件の検索結果中601624を表示
Skip side bar filters
  • Elements of Deep Learning for Computer Vision

    Explore Deep Neural Network Architectures, PyTorch, Object Detection Algorithms, and Computer Vision Applications for Python Coders (English Edition)

    Bharat Sikka ...
    Elements of Deep Learning for Computer Vision gives a thorough understanding of deep learning and provides highly accurate computer vision solutions while using libraries like PyTorch.This book introduces you to Deep Learning and explains all the concepts required to understand the basic working, development, and tuning of a neural network using Pytorch. The book then addresses the field of ... もっと見る

    2,787 円

  • PHP Mastery: Crafting Dynamic Web Solutions

    "PHP Mastery: Crafting Dynamic Web Solutions" is an authoritative guide that delves into the intricate world of PHP, a dominant server-side scripting language pivotal in web development. This comprehensive resource is tailored for both novice and experienced programmers looking to deepen their understanding of PHP and its powerful capabilities in creating dynamic, robust web applications.Starting ... もっと見る

    1,500 円

  • 140 Tips For Clean Code

    Petri K. Silén ...
    140 Tips for Clean Code is a practical, experience-driven guide for developers who want to write better software every day, not someday. Distilled from three decades of hands-on software development across multiple programming languages, this book delivers hard-won insights into what actually makes code clean, maintainable, and resilient in real-world systems. It is written for practitioners who ... もっと見る

    1,499 円

  • A Student Guide to Object-Oriented Development

    A Student Guide to Object-Oriented Development is an introductory text that follows the software development process, from requirements capture to implementation, using an object-oriented approach. The book uses object-oriented techniques to present a practical viewpoint on developing software, providing the reader with a basic understanding of object-oriented concepts by developing the subject in ... もっと見る

    6,300 円

  • Eclipse IDE Pocket Guide

    Using the Full-Featured IDE

    Ed Burnette ...
    Eclipse is the world's most popular IDE for Java development. And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide to the features that are used over and over again in Java programming. You need answers to basic questions such as: Where was that menu? What does that command do again? And how can I set my ... もっと見る

    722 円

  • Python Coding Simplified: Accessible Steps to Learn and Become a Programmer in Python

    Python Coding Simplified: Accessible Steps to Learn and Become a Programmer in Python is about simplifying the coding intricacies that impede people from learning Python. Assuming no prior knowledge of coding, the book takes a practical , simplified approach, making the fancy Python concepts accessible.The book orients the user to the fundamentals of programming and the behaviour of Python. The ... もっと見る

    2,150 円

  • 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 ... もっと見る

    4,391 円

  • Async Rust

    Unleashing the Power of Fearless Concurrency

    Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony. This practical book shows you how asynchronous Rust can help you solve problems that require multitasking. You'll learn how to apply async programming to solve problems with an async approach. You will also dive deeper into async runtimes, implementing your own ways in ... もっと見る

    4,611 円

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

    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 ... もっと見る

    1,663 円

  • Hands-On Network Programming with Modern C++

    Daniel Mercer ...
    Build Real-World Network Applications with Modern C++Most networking books teach APIs. This book teaches engineering.If you want to build scalable servers, secure clients, REST APIs, real-time communication systems, or distributed applications in modern C++, this practical guide will take you from networking fundamentals to production-grade systems used in professional environments.Rather than ... もっと見る

    1,150 円

  • Swift

    Swift Essentials: From Core Concepts to Building Real-World iOS Apps

    Master Swift programming from setup to advanced app development. Learn syntax, functions, control flow, error handling, and concurrency to build real-world iOS applications with Swift.Key FeaturesStep-by-step guidance on setting up and using the Swift development environment.Practical examples of programming concepts, including functions, optionals, and closures.Advanced techniques for concurrency ... もっと見る

    5,855 円

  • Sistemas Orientados a Objetos

    teoria e prática com UML e Java

    Livro Sistemas Orientados a Objetos: teoria e prática com UML e Java Este é um guia prático e direto para iniciantes aprenderem rapidamente como solucionar problemas com modelagem orientada a objetos e programação em Java. Ao longo do livro, problemas de complexidade crescente têm suas soluções expressas em diagramas UML e no código Java correspondente, com comentários sobre as principais ... もっと見る

    1,400 円

  • Python 簡易手冊

    Kaiching Chang ...
    本書為整理 Python 官網文件,並提供可實際執行程式範例的參考手冊,換言之,大幅簡化 Python 官網文件的繁冗敘述,希望讓 Python 初學者能掌握內容,故名之為簡易手冊。共分七十二個單元,涵蓋 Python 3.12 的基本內容,每個單元結尾都附上 Python 官網文件的連結,最終目標是讓讀者回頭去閱讀官網文件的說明。張凱慶2024/06/19 ... もっと見る

    575 円

  • Mastering LibGDX Game Development

    Leverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial title

    Patrick Hoey ...
    Leverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial titleKey FeaturesBook DescriptionLeverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial title About This Book Learn game architecture and design patterns with concrete examples using proper software engineering principles Save time and money ... もっと見る

    4,994 円

  • Ultimate C# for High-Performance Applications

    Jeff McNamara ...
    Master parallelism and async to create enterprise-grade, high-performance apps.Key Features● Unlock advanced multithreading, async, and parallelism in C#.● Master tools to debug, profile, and crush performance issues.● Build real-world, production-ready apps that scale effortlessly.Book DescriptionHigh-performance software is no longer optional-today's applications must be fast, scalable, and... ... もっと見る

    3,706 円

  • Tapworthy

    Designing Great iPhone Apps

    Josh Clark ...
    So you've got an idea for an iPhone app -- along with everyone else on the planet. Set your app apart with elegant design, efficient usability, and a healthy dose of personality. This accessible, well-written guide shows you how to design exceptional user experiences for the iPhone and iPod Touch through practical principles and a rich collection of visual examples.Whether you're a designer, ... もっと見る

    2,895 円

  • Ant: The Definitive Guide

    Complete Build Management for Java

    Steve Holzner ...
    Soon after its launch, Ant succeeded in taking the Java world by storm, becoming the most widely used tool for building applications in Java environments. Like most popular technologies, Ant quickly went through a series of early revision cycles. With each new version, more functionality was added, and more complexity was introduced. Ant evolved from a simple-to-learn build tool into a full ... もっと見る

    3,256 円

  • Object-Oriented Programming for Beginners: Learn OOP Concepts with Real-World Examples

    Transition from disorganized scripting to building robust, scalable software architectures.Many self-taught developers and computer science students encounter a significant plateau in their programming development. While you may possess a strong grasp of variables and loops, constructing complex applications often results in code that is difficult to maintain and prone to errors. Resolving a ... もっと見る

    899 円

  • Object-Oriented JavaScript - Second Edition

    You will first be introduced to object-oriented programming, then to the basics of objects in JavaScript. This book takes a do-it-yourself approach when it comes to writing code, because the best way to really learn a programming language is by writing code. You are encouraged to type code into Firebug's console, see how it works and then tweak it and play around with it. There are practice ... もっと見る

    4,602 円

  • Swift Programming Language

    Aykut Taşdelen ...
    シリーズ series Software Development
    This book focuses on the syntax of Swift. iOS programming is not covered. ... もっと見る

    175 円

  • PHP, MySQL, & JavaScript All-In-One For Dummies

    Richard Blum ...
    Learn the essentials of creating web apps with some of the most popular programming languagesPHP, MySQL, & JavaScript All-in-One For Dummies bundles the essentials of coding in some of the most in-demand web development languages. You'll learn to create your own data-driven web applications and interactive web content. The three powerful languages covered in this book form the backbone of top ... もっと見る

    4,336 円

  • Laravel

    An Easy to Follow Guide

    Welcome to your journey into the world of Laravel, a journey that will take you from thefoundational principles of web development to the advanced techniques used byprofessionals to build robust, scalable applications. Laravel, known for its elegance,simplicity, and readability, has emerged as one of the most popular PHP frameworks,empowering developers to craft their ideas into reality ... もっと見る

    1,920 円

  • Python Mini Manual

    Embark on a journey to master Python with this comprehensive guide that covers everything from the basics to advanced concepts. Whether you're new to programming or looking to enhance your skills, this book offers a blend of focused discussions, real-world examples, and practice exercises to help you become proficient in Python.Begin by exploring an overview of Python and its evolution, along with ... もっと見る

    450 円

  • ANSI C Programming

    Learn real-world C programming as per the latest ANSI standard Key features Learn real-world C programming as per the latest ANSI standard All programs work on DOS, Windows as well as Linux Detailed explanation of difficult concepts like &quote;Pointers&quote; and &quote;Bitwise operators&quote; End of chapter exercises drawn from different universities Written by best-selling author of Let Us ... もっと見る

    2,390 円