Skip to main content

カート

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

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

おすすめ

Loading...

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

オブジェクト指向プログラミング の本がお好きな方におすすめです。
1039件の検索結果中601624を表示
Skip side bar filters
  • Let’s Craft Code!

    Wie du deine Minecraft-Welt mit Plugins erweiterst

    Max Schlosser ...
    Mit Minecraft-Plugins ganz einfach Programmieren lernen!Baue dein eigenes Minecraft! Der Enderdrache ist besiegt, die Base steht auf festen Beinen, aber irgendwie willst du mehr aus deinem Server machen? Plugins sind der Schlüssel zu einer ganz neuen Minecraft-Welt. In diesem Buch lernst du, wie du deine eigenen Plugins mit Java entwickelst – von neuen Crafting-Rezepten über das Design epischer ... もっと見る

    4,641 円

  • Programming

    Principles and Practice Using C++

    An Introduction to Programming by the Inventor of C++Programming: Principles and Practice Using C++, Third Edition, will help anyone who is willing to work hard learn the fundamental principles of programming and develop the practical skills needed for programming in the real world. Previous editions have been used successfully by many thousands of students. This revised and updated editionAssumes ... もっと見る

    11,157 円

  • Unity C#プログラミング教本【Unity 6対応】

    詳細な文法解説と豊富な例題で学ぶ

    多田 憲孝 ...
    シリーズ series OnDeck Books
    本書の特色(1) C#の詳しい文法解説: 本書は、他のUnity関連書籍に比べ、C#の文法解説に力点を置いた書です。命令型の基本構文、オブジェクト指向構文、ジェネリック・LINQ・非同期処理などの高度な機能まで丁寧に解説してあります。また、文法解説の箇所には、その情報元となるMicrosoft社のC#ドキュメントのURLを脚注に示し、容易にオリジナルのドキュメントを確認することができ、さらに深く学習できるように配慮しています。(2) 豊富な例題プログラムの提示: C#の命令文に関する汎用的な書式を示し、その具体的な適用方法を示した例題プログラムを数多く(約260例)用意してあります。また、誤った文例とその際に生じるエラー内容についても記述しています。(3) Unity固有のプログラミング技法の解説: Unityには一般的なC#とは異なる点も一部あります。Unity固有の数学関数Mathf ... もっと見る

    2,530 円

  • PROGRAMACIÓN EN JAVA. Construye aplicaciones robustas y plataforma

    Programación en Java: Construye aplicaciones robustas y multiplataforma es una guía exhaustiva diseñada para acompañar al lector desde la configuración del entorno de desarrollo y el kit de herramientas de Java hasta la creación de aplicaciones robustas y profesionales.Este manual ofrece un camino claro y práctico para dominar el lenguaje, explorando la lógica de programación mediante pseudocódigo ... もっと見る

    3,102 円 または Kobo Plus なら無料

  • Kotlin from Fundamentals to Advanced Application Design

    A source-grounded, architecture-aware guide with practical examples, tests, case studies, diagrams, and mini-projects

    e3 ...
    シリーズ 本: 1 - Kotlin
    Kotlin: From Fundamentals to Advanced Application Design is a comprehensive, practice-oriented guide for developers who want to build a strong command of Kotlin and apply it confidently in real-world software projects. Beginning with installation, tooling, language syntax, types, functions, and control flow, the book develops each topic progressively through clear explanations, carefully ... もっと見る

    6,382 円

  • Go Programming Cookbook, Second Edition

    Ian Taylor ...
    With Go 1.25, you get a runtime that reads the CPU quota of its own container, a standard library that closes long-standing gaps in filesystem safety and JSON handling, and a testing package that makes concurrent behaviour deterministic. And this second edition puts all of it to excellent use.This book is all about building one system, rather than a bunch of snippets in a folder. This means you ... もっと見る

    4,800 円

  • .NET 10 非同期・並行プログラミング

    Async/Await、マルチスレッド、並列処理

    Michael Tsai ...
    .NET アプリケーションを作っていて、UI が固まる、Web サイトの反応が遅い、バックグラウンド ジョブのスループットが伸びない、といった問題に悩んだことはないでしょうか。あるいは、async/await、Task.Run、ConfigureAwait(false)、キャンセル、例外処理の扱いで迷ったことはないでしょうか。本書は、まさにそうした問題に向き合うために書かれました。本書は、基礎概念から実際のアプリケーションまでを扱いながら、.NET 10 の非同期プログラミングを体系的に学ぶための実践的な技術書です。スレッド、Task、async/await、キャンセルとタイムアウト、同期プリミティブ、並列処理、非同期データ ストリーム、非同期リソース管理を順に取り上げます。さらに、TaskCompletionSource、ValueTask、ExecutionContext ... もっと見る

    1,873 円 または Kobo Plus なら無料

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

    8,404 円

  • Enterprise Patterns and MDA

    Building Better Software with Archetype Patterns and UML

    Enterprise Patterns and MDA teaches you how to customize any archetype pattern–such as Customer, Product, and Order–to reflect the idiosyncrasies of your own business environment. Because all the patterns work harmoniously together and have clearly documented relationships to each other, you’ll come away with a host of reusable solutions to common problems in business-software design.This book ... もっと見る

    4,272 円

  • Scroll Views in iOS 11

    Learn how to scroll content in iOS 11 with Swift 4

    J.D Gauchat ...
    Learn how to incorporate Scroll Views into your iOS applications. After reading this guide, you will know how to create and configure a Scroll View, how to zoom in and out its content, how to divide it into pages, and how to define the user interface inside a Scroll View to allow the user to scroll it.Table of ContentsSCROLL VIEWSScroll ViewsScrollingZoomingPagesScrolling the InterfaceQUICK ... もっと見る

    486 円 または Kobo Plus なら無料

  • SwiftUI for Masterminds 2nd Edition 2022

    How to take advantage of Swift 5.5 and SwiftUI 3 to create insanely great apps for iPhones, iPads, and Macs

    J.D Gauchat ...
    SwiftUI for Masterminds is a complete course on how to create professional applications for iPhones, iPads and Mac computers. After reading this book, you will know how to program in Swift, how to design user interfaces with SwiftUI, and how to work with the most powerful frameworks available for app development. ... もっと見る

    1,618 円 または Kobo Plus なら無料

  • iOS Apps for Masterminds, 2nd Edition

    How to take advantage of Swift 3 to create insanely great apps for iPhones and iPads

    J.D Gauchat ...
    Get ahead of everyone else and learn the latest technologies introduced by Apple. This is the first book to teach you how to work with Swift 3, Xcode 8, iOS 10 and the new APIs.iOS Apps for Masterminds leads the reader step by step to master the complex subjects required to create applications for iPhones and iPads. After reading this book, you will know how to program in Swift, how to design user ... もっと見る

    1,244 円 または Kobo Plus なら無料

  • 続ドリル形式で楽しく学ぶ Processing-Python

    シリーズ series Future Coders(NextPublishing)
    本書は2018年インプレスR&Dより発売された書籍『ドリル形式で楽しく学ぶ Processing-Python』の続巻で、著者が教えるプログラミング教室で実際に教材として使用しているものをもとに追加編集したものです。ページ数の関係で前回収録できなかったサンプルに加え、物理エンジンを使ったサンプルや3D を使ったサンプルなどを収録しました。Processingは初心者向けの、簡単にビジュアル表現ができるプログラミングツール(開発環境)です。もともとJavaベースで開発されましたが、Pythonにも対応しています。【目次】第1問|簡単ペイント第2問|間違い探し第3問|神経衰弱第4問|パルクール第5問|ルーレット第6問|アナログ時計第7問| Fisica 導入第8問| Fisica で画像を描画第9問|カーレース第10問| Paint Drops第11問|ビリヤード第12問|パチンコ<b... ... もっと見る

    2,530 円

  • 入門!実践!サーバーサイドKotlin

    FORTE ...
    シリーズ series 技術の泉シリーズ
    本書はサーバーサイドKotlinでWebアプリをひとつ作ることを目標にしたチュートリアル書です。KotlinやサーバーサイドKotlinの紹介、WindowsとMac両方に対応した開発環境の作成とHello World!による入門、実際に簡単なWebアプリを作る実践へとにステップアップし、簡単な掲示板アプリを作成します。【目次】第1章 Kotlinとは1.1 歴史1.2 特徴1.3 Kotlinが利用できる開発1.4 その他の特徴第2章 入門!サーバーサイドKotlin2.1 開発環境について2.2 Webフレームワーク2.3 ビルドシステム2.4 Spring BootでHello World!2.5 Spring Bootでデータベース操作2.6 Spring Bootでテストを書こう2.7 依存関係で追加したフレームワークについて2.8 この章のまとめ<br /... ... もっと見る

    1,980 円

  • Processingではじめるゲームプログラミング

    シリーズ series OnDeck Books
    本書は、ゲームを作りながらプログラミングについて学び、プログラミングを学びながらゲームを作ります。つまり、「プログラミング」と「ゲーム制作」を分けずに同時に学んでいきます。制作するゲームは、ルーレット、スロットマシン、三目並べ、ナンバープレイス、マインスイーパ、オセロといったパズルゲームとブロック崩しです。どのゲームもシンプルでありながらそれぞれに奥深さがあり、楽しみながら作り、プレイし、学習を進められるのではないかと思います。この本でゲーム制作に使うのがProcessingです。Processingはマサチューセッツ工科大学(MIT)で開発されたプログラミング言語であり、同時に統合開発環境でもあります。統合開発環境とは、ソフトウェア開発に必要なものがまとまって利用できる環境のことです。Processingは、Javaという世界的に広く利用されているプログラミング言語をもとに視覚的な表現をしやすく作られているため ... もっと見る

    1,980 円

  • Object-Oriented Python

    Master OOP by Building Games and GUIs

    Irv Kalb ...
    Power up your Python with object-oriented programming and learn how to write powerful, efficient, and re-usable code.Object-Oriented Python is an intuitive and thorough guide to mastering object-oriented programming from the ground up. You’ll cover the basics of building classes and creating objects, and put theory into practice using the pygame package with clear examples that help visualize the ... もっと見る

    4,772 円

  • Scratch Games Programming for Kids & Students

    A Step-by-Step Guide and Design Programs for Creating Thoughtful Animations, Puzzles, and Games with Scratch 3.0

    Kenny A. Falade ...
    Programming With Scratch 3.0 Just Got Easier. Your Child Cannot Afford Not to Have His or Hers Now!By definition, Scratch is simply a visual programming language, backed up with the provision of a rich studying window to people of diverse ages. It allows you to create projects that are interactive and rich in media, like story animations, book reporting, scientific projects, simulations, and games ... もっと見る

    667 円 または Kobo Plus なら無料

  • Graphic Guide to Java With Visual Studio Code and Processing 4

    Graphic Guide to Programming

    Antony Lees ...
    シリーズ series Graphic Guide to Programming
    Unleash Your Coding Creativity: Learn Java Through Stunning VisualsBreak free from boilerplate and dive into the world of visual programming! This book is your gateway to mastering Java through the dynamic, hands-on power of Processing.With Processing's intuitive language, you'll be sketching shapes, animating scenes, and building interactive experiences—all while learning the fundamentals of Java ... もっと見る

    2,000 円

  • Programming Language Fundamentals

    A Metalanguage Approach in Elm

    Martin Erwig ...
    PROGRAMMING LANGUAGE FUNDAMENTALSUnderstand the key principles of programming languagesProgramming languages are the tools needed to let algorithms run on electronic computers. As they form the linguistic interface between humans and machines, the understanding of programming languages is essential for being able to control machine behavior. Programming Language Fundamentals offers a precise, ... もっと見る

    13,475 円

  • Understanding Macromedia Flash 8 ActionScript 2

    Basic techniques for creatives

    Andrew Rapo ...
    Andrew Rapo and Alex Michael explain all the important programming concepts from a designer's point of view, making them completely accessible to non-programmers. Completely revised and rewritten this second edition will help you develop professional ActionScript 2 applications, and communicate knowledgably about current, Object Oriented ActionScript 2 techniques. Divided into four sections to ... もっと見る

    7,670 円

  • Introduction to Programming and Problem-Solving Using Scala

    シリーズ series Chapman & Hall/CRC Textbooks in Computing
    Praise for the first edition:"The well-written, comprehensive book…[is] aiming to become a de facto reference for the language and its features and capabilities. The pace is appropriate for beginners; programming concepts are introduced progressively through a range of examples and then used as tools for building applications in various domains, including sophisticated data structures and ... もっと見る

    18,752 円

  • The Principles of Object-Oriented JavaScript

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

    2,721 円

  • JAVA 9.0 To 13.0 New Features

    JogA Mandar ...
    Comprehensive guide to study the version updates from JDK9.0 to JDK13.0Key features Learn the journey of Java from its initial days till date. Learn how to implement modular programming in java9. Study the updates in different versions of Java from version 9.0 to 13.0. Understand the need and working of reactive programming. Learn to migrate the pre-existing Java code to new versions. Learn how to ... もっと見る

    1,790 円

  • DARK PYTHON

    Apprenez à créer vos propres outils de Hacking

    B.Anass ...
    VOUS NE DEVIENDREZ JAMAIS HACKER SI VOUS NE SAVEZ PAS CODER !.La programmation vous offre la flexibilité, la souplesse, et le raisonnement pour que vous puissiez s’adapter aux différentes situations dans lesquelles les outils proposés par d’autres programmeurs sur le web ne répondent pas a vos besoins, vous serrez obligé de créer l’outil adéquat par vous-même, et c’est là que vous devez mettre vos ... もっと見る

    1,067 円