Skip to main content

カート

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

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

おすすめ

Loading...

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

オブジェクト指向プログラミング の本がお好きな方におすすめです。
974件の検索結果中889912を表示
Skip side bar filters
  • Programming Web Services with SOAP

    Building Distributed Applications

    The web services architecture provides a new way to think about and implement application-to-application integration and interoperability that makes the development platform irrelevant. Two applications, regardless of operating system, programming language, or any other technical implementation detail, communicate using XML messages over open Internet protocols such as HTTP or SMTP. The Simple ... もっと見る

    2,534 円

  • JavaServer Faces

    Building Web-based User Interfaces

    Hans Bergsten ...
    JavaServer Faces, or JSF, brings a component-based model to web application development that's similar to the model that's been used in standalone GUI applications for years. The technology builds on the experience gained from Java Servlets, JavaServer Pages, and numerous commercial and open source web application frameworks that simplify the development process.In JavaServer Faces, developers ... もっと見る

    3,617 円

  • Java in a Nutshell

    A Desktop Quick Reference

    This updated edition of the Nutshell guide not only helps experienced Java programmers get the most out of versions through Java 17, it also serves as a learning path for new developers. Chock-full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, this thoroughly revised book includes new material on recent enhancements to the Java ... もっと見る

    4,611 円

  • Sistemas Orientados a Objetos

    Conceitos e Práticas

    Esta obra tem como objetivo apresentar o paradigma da orientação a objetos, partindo do cenário de surgimento do paradigma até o aprofundarmos em cada um dos seus pilares. Ao longo de 12 capítulos, abordaremos cada um dos pilares da orientação a objetos no campo conceitual, com modelos representados a partir da UML e implementações práticas utilizando a linguagem Java para que não fique nenhuma ... もっと見る

    2,400 円

  • Unity+Airtest 自動テストの手引き

    住田 直樹 ...
    シリーズ series 技術の泉シリーズ
    本書では、Airtestという自動化ツールについてUnityにフォーカスした使い方を解説しています。Airtestの概要やIDEなどツールの使用方法、フレームワークの機能について説明しています。シナリオベースでどういう実装をするかのサンプル集も巻末に収録しました。Airtestというツールの名前をはじめて聞いた方、Unityでの開発で自動テストをやったことがないという方でも、最終的には自動テストの実装および実行手順がイメージできるまでが本書のゴールとなります。本書ではたびたび「自動テスト」という言葉が登場しますが、これはUnity製アプリケーションにおけるUIテストの自動化を指します。いわゆるスクリプトに対する自動的なバリデーションであったり、Unity Test Frameworkなどを活用した単体テストについては本書では触れていませんのでご注意ください。【目次】第1章 ... もっと見る

    1,980 円

  • iPhone iOS 6 Development Essentials

    Neil Smyth ...
    The aim of iPhone iOS 6 Development Essentials is to teach you the skills necessary to build your own applications for the iPhone. Beginning with the basics, this book provides an overview of the architecture of iOS 6. Introductions to Xcode and programming in Objective-C are provided followed by an in-depth look at the design of iPhone applications and user interfaces. More advanced topics such ... もっと見る

    999 円

  • C# Programming in easy steps

    Mike McGrath ...
    シリーズ series In Easy Steps
    C# Programming in easy steps will teach you to code applications, and demonstrates every aspect of the C# language you will need to produce professional programming results. Its examples provide clear syntax-highlighted code showing C# language basics including variables, arrays, logic, looping, methods, and classes.C# Programming in easy steps begins by explaining how to install the free Visual ... もっと見る

    2,343 円

  • Head First Java

    What will you learn from this book?Head First Java is a complete learning experience in Java and object-oriented programming. With this book, you'll learn the Java language with a unique method that goes beyond how-to manuals and helps you become a great programmer. Through puzzles, mysteries, and soul-searching interviews with famous Java objects, you'll quickly get up to speed on Java's ... もっと見る

    3,890 円

  • Game Development Unleashed: Harnessing ChatGPT's Power for Game Creation

    "Game Development Unleashed: Harnessing ChatGPT's Power for Game Creation" is a groundbreaking guide for aspiring game developers and designers seeking to leverage the incredible capabilities of ChatGPT to take their projects to the next level. Dive into the world of AI-driven game development and explore how ChatGPT can revolutionize your creative process.In this comprehensive book, you'll embark ... もっと見る

    1,550 円

  • Expert C++

    Become a proficient programmer by learning coding best practices with C++17 and C++20's latest features

    Design and architect real-world scalable C++ applications by exploring advanced techniques in low-level programming, object-oriented programming (OOP), the Standard Template Library (STL), metaprogramming, and concurrencyKey FeaturesDesign professional-grade, maintainable apps by learning advanced concepts such as functional programming, templates, and networkingApply design patterns and best ... もっと見る

    3,961 円

  • ちょうぜつソフトウェア設計入門――PHPで理解するオブジェクト指向の活用

    (概要)人気のSoftwareDesign誌での連載とAdvenカレンダー2年分の原稿を描き直し再構成。正面からオブジェクト指向考え方の基礎から、UML記法、アジャイル開発など、モダンなソフトウェア開発のなかで、開発の現場で問題となるテーマを取り上げる。とくにデザインパターン、アンチパターンをテーマごとにイラスト解説し、現在主流になりつつある考え方まではばひろく解説していく。可愛らしいイラストによって楽しく学習することができます。(こんな方におすすめ)・プログラマー、情報科学科の学生(目次)第1章 クリーンアーキテクチャ  1-1 ソフトウェアとアーキテクチャ  1-2 アーキテクチャは動作に貢献しない  1-3 汚い設計はなぜ生産性を落とすか  1-4 凝集度  1-5 依存の向きと安定度<br ... ... もっと見る

    3,080 円

  • Managing State in Flutter Pragmatically

    Discover how to adopt the best state management approach for scaling your Flutter app

    Waleed Arshad ...
    Explore popular state management techniques in Flutter and implement them in real-world applications Key Features • Get to grips with popular approaches for managing your Flutter application state • Think declaratively in order to decide on the most fitting approach for different applications • Learn to implement state management solutions by building a popular use case in the form of a shopping ... もっと見る

    4,008 円

  • Java 17 Programación Avanzada

    Java está presente a nuestro alrededor, se utiliza en servidores, en aplicaciones de escritorio, en dispositivos multimedia, en teléfonos móviles e incluso en juegos como el popular Minecraft. De ahí que haya estado presente en la cotidianidad de tus padres, está en la nuestra y estará presente en la de tus hijos. Este libro va dirigido a todas las personas que con conocimientos de programación ... もっと見る

    1,408 円

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

    20,263 円

  • Object-Oriented Thought Process, The

    Matt Weisfeld ...
    シリーズ series Developer's Library
    Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, Visual Basic .NET, Ruby, Objective-C, and Swift. Objects also form the basis for many web technologies such as JavaScript, Python, and PHP.It is of vital importance to learn the fundamental concepts of object orientation before starting to use object-oriented development environments. OOP ... もっと見る

    5,642 円

  • Design Patterns Explained: A New Perspective on Object-Oriented Design

    A New Perspective on Object-Oriented Design

    "One of the great things about the book is the way the authors explain concepts very simply using analogies rather than programming examples–this has been very inspiring for a product I'm working on: an audio-only introduction to OOP and software development."–Bruce Eckel"...I would expect that readers with a basic understanding of object-oriented programming and design would find this book useful ... もっと見る

    8,611 円

  • Manual de Programación en Pascal para Principiantes

    John Nunez ...
    **Manual de Programación en Pascal para Principiantes** **Autor:** John Nunez**Aprende a programar desde cero con Pascal, el lenguaje ideal para principiantes** Si quieres iniciarte en el mundo de la programación con un lenguaje claro, estructurado y fácil de aprender, este manual es para ti. *Manual de Programación en Pascal para Principiantes* te guiará paso a paso en la comprensión de los ... もっと見る

    1,950 円

  • 入門!実践! Kotlin Compose Multiplatformでデスクトップアプリ開発!

    FORTE ...
    シリーズ series 技術の泉シリーズ
    本書は、Compose Multiplatformを活用してデスクトップアプリケーションを開発するプロセスを分かりやすく解説しています。Kotlinを用いた技術書では、これまでサーバーサイドに焦点が当てられることが多かったのですが、本書では新たなアプローチとしてデスクトップアプリケーション開発に特化しています。スマートフォン向け開発の情報が豊富な一方で、デスクトップ向けの情報は少ないという現状に着目しました。本書は、Kotlinに関心を持ち実際の開発に挑戦したい方、デスクトップアプリケーション制作に興味がある方、WindowsとMacの両方で動作するアプリケーションを開発したい方、そしてCompose Multiplatformに興味がある方に最適な一冊です。各章では、具体的な開発手順やノウハウが丁寧に紹介されており、読者自身がアプリケーションを開発する際の実用的なガイドとなるでしょう ... もっと見る

    1,980 円

  • Java 17

    Java está presente a nuestro alrededor, se utiliza en servidores, en aplicaciones de escritorio, en dispositivos multimedia, en teléfonos móviles e incluso en juegos como el popular Minecraft. De ahí que haya estado presente en la cotidianidad de tus padres, está en la nuestra y estará presente en la de tus hijos. Este libro va dirigido a todas las personas que, con o sin conocimientos previos, ... もっと見る

    1,408 円

  • Mastering C: A Comprehensive Guide to Proficiency in The C Programming Language

    Mastering C: A Comprehensive Guide to Proficiency in The C Programming Language is an indispensable resource for both novice and experienced programmers seeking to achieve mastery in the C programming language. Written by a team of seasoned experts, this book offers a deep and comprehensive exploration of C, equipping readers with the knowledge and skills needed to become proficient C programmers ... もっと見る

    2,250 円

  • SFML Essentials: Getting Started with Game Development

    SFML Fundamentals

    シリーズ series SFML Fundamentals
    "SFML Essentials: Getting Started with Game Development" is your gateway to the exciting world of game development using the Simple and Fast Multimedia Library (SFML) in C++. Whether you're a novice programmer or an experienced developer looking to explore game development, this book offers a comprehensive introduction to SFML, a cross-platform open-source framework renowned for its simplicity and ... もっと見る

    1,500 円

  • ABAP IV Orientación a bjetos. Una visión global

    シリーズ series Informatica
    Este libro aborda de forma sencilla los conceptos fundamentales de la programación orientada a objetos, apoyándose en el lenguaje ABAP IV de programación SAP. Mediante una descripción amena y de fácil lectura, el autor nos presenta una visión global de la programación orientada a objetos, utilizando multitud de ejemplos ABAP probados y totalmente funcionales, que ilustran los conceptos a medida ... もっと見る

    1,300 円

  • Kickstart C# Programming Fundamentals

    Master C# The Right Way from First Principles to Real Projects.Book DescriptionThe Skills That Power Modern Software Start with C#Everyone who codes professionally today started exactly where you are right now - staring at a blank screen wondering where to begin. Kickstart C# Programming Fundamentals is the book that changes that. It takes you from your very first line of C# code t... ... もっと見る

    3,706 円