Skip to main content

カート

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

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

おすすめ

Loading...

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

オブジェクト指向プログラミング の本がお好きな方におすすめです。
1038件の検索結果中124を表示
Skip side bar filters
  • ドメイン駆動設計入門 ボトムアップでわかる!ドメイン駆動設計の基本

    成瀬 允宣 ...
    学習しやすいパターンが満載!ドメイン駆動設計をやさしく学べる入門書!【本書の概要】本書は、『エリック・エヴァンスのドメイン駆動設計』(ISBN978-4-7981-2196-3、翔泳社)、『実践ドメイン駆動設計』(ISBN978-4-7981-3161-0、翔泳社)に感銘を受けた著者が贈る、ドメイン駆動設計の入門書です。【対象読者】『エリック・エヴァンスのドメイン駆動設計』や『実践ドメイン駆動設計』をこれから読もうとしている方、もしくはすでに読んだものの、「もう少しやさしい入門書も読みたい」と感じているエンジニアの方を対象としています。【本書の特徴】ドメイン駆動設計において、実践が難しいものは後回しにして、理解しやすい実装パターンからドメイン駆動設計の世界に飛び込んでもらうことを目的としています。そこで初心者にとって、理解しやすい、そして実践しや... ... もっと見る

    3,960 円

  • Objective-Cの要点

    iOSアプリ開発の基本中の基本

    柴田 文彦 ...
    シリーズ series iOSプログラミングの要点シリーズ(NextPublishing)
    本書は、iOSアプリ開発の根幹となるObjective-C言語について、C言語やJavaなど、他の言語での、ある程度のプログラミング経験があるレベルの人を対象に、Objective-Cの言語としての特徴、Objective-C流のオブジェクト指向の実現方法、それらの実際のプログラミング方法が容易に理解でき、いつでも参照できる座右の書的なミニリファレンスとして使える内容を提供します。 ... もっと見る

    1,430 円

  • 楽しく学ぶJava入門 合本

    大津 真 ...
    シリーズ series NextPublishing
    本書は『楽しく学ぶJava入門 1日目〜7日目』を一冊にまとめた合本です。全体は1日目〜7日目の7つの章から構成されています。各章は4つのセクションからなり、実際のJava入門講座でも使用できるように、ひとつのセクションが約1時間を目安に完了するように構成されています。プログラミングの初心者が、7日目まで読み終えた段階でJava言語の基本がマスターできることを目指しています。1日目では、Java言語の概要と、コマンドラインの使い方やエディタの設定などJavaプログラミングを始めるための予備知識2日目では、変数の取り扱いと、四則演算やMathクラスを使用した計算方法3日目ではクラスからオブジェクトを作成する方法、Stringオブジェクトの操作、例外の取り扱い4日目では、データをまとめて管理する配列、およびコレクションクラスの取り扱い5日目では、処理を繰り返したり、あるいは ... もっと見る

    1,980 円

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

    3,617 円

  • iOS 7 App Development Essentials

    Developing iOS 7 iPhone and iPad App using Xcode 5

    Neil Smyth ...
    Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment. An introduction to the architecture of iOS 7 and programming in Objective-C is provided, followed by an in-depth look at the design of iOS applications and user interfaces.More advanced topics such as file handling, database management, in-app purchases, graphics drawing and ... もっと見る

    1,000 円

  • UML 2.0 Pocket Reference

    UML Syntax and Usage

    Dan Pilone ...
    Globe-trotting travelers have long resorted to handy, pocket-size dictionaries as an aid to communicating across the language barrier. Dan Pilone's UML 2.0 Pocket Reference is just such an aid for on-the-go developers who need to converse in the Unified Modeling Language (UML). Use this book to decipher the many UML diagrams you'll encounter on the path to delivering a modern software system ... もっと見る

    722 円

  • Refactoring to Patterns

    シリーズ series Addison-Wesley Signature Series (Fowler)
    In 1994, Design Patterns changed the landscape of object-oriented development by introducing classic solutions to recurring design problems. In 1999, Refactoring revolutionized design by introducing an effective process for improving code. With the highly anticipated Refactoring to Patterns, Joshua Kerievsky has changed our approach to design by forever uniting patterns with the evolutionary ... もっと見る

    9,709 円

  • Android Studio Development Essentials

    Neil Smyth ...
    The goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated Development Environment (IDE) and the Android 5.0 Software Development Kit (SDK). Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment. An overview of Android Studio is included covering ... もっと見る

    1,334 円

  • Beginning Spring

    Get up to speed quickly with this comprehensive guide to SpringBeginning Spring is the complete beginner's guide to Java's most popular framework. Written with an eye toward real-world enterprises, the book covers all aspects of application development within the Spring Framework. Extensive samples within each chapter allow developers to get up to speed quickly by providing concrete references for ... もっと見る

    4,384 円

  • Continuous Integration

    Improving Software Quality and Reducing Risk

    シリーズ series Addison-Wesley Signature Series
    For any software developer who has spent days in “integration hell,” cobbling together myriad software components, Continuous Integration: Improving Software Quality and Reducing Risk illustrates how to transform integration from a necessary evil into an everyday part of the development process. The key, as the authors show, is to integrate regularly and often using continuous integration (CI) ... もっと見る

    4,906 円

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

    2,895 円

  • Creare Applicazioni per iPhone e iPad con Swift

    La guida pratica per diventare un programmatore iOS di successo

    Hai un'idea che vuoi trasformare in un'applicazione per iPhone e iPad per farla conoscere al mondo intero?Vuoi creare un'app, pubblicarla sull'App Store e fare soldi, ma non sai come fare?In altre parole, vuoi diventare un programmatore di applicazioni per iOS?CON QUESTA GUIDA, ADESSO PUOI !!!"Creare applicazioni per iPhone e iPad con Swift" è la nuova guida pratica che ti permetterà di iniziare a ... もっと見る

    266 円

  • Objective-C 2.0 Essentials - Third Edition

    Neil Smyth ...
    Now updated for the new "Modern Objective-C" features introduced with the iOS 6 SDK, the goal of this book is to teach the skills necessary to program in Objective-C using a style that is easy to follow, rich in examples and accessible to those who have never used Objective-C before. Topics covered include the fundamentals of Objective-C such as variables, looping and flow control. Also included ... もっと見る

    1,334 円

  • iOS 9 App Development Essentials

    Learn to develop iOS 9 Apps using Xcode 7 and Swift 2

    Neil Smyth ...
    iOS 9 App Development Essentials is latest edition of this popular book series and has now been fully updated for the iOS 9 SDK, Xcode 7 and the Swift 2 programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment. An introduction to the architecture of iOS 9 and programming in Swift is provided, followed by an in ... もっと見る

    1,334 円

  • Essential ActionScript 3.0

    ActionScript 3.0 Programming Fundamentals

    Colin Moock ...
    ActionScript 3.0 is a huge upgrade to Flash's programming language. The enhancements to ActionScript's performance, feature set, ease of use, cleanliness, and sophistication are considerable. Essential ActionScript 3.0 focuses on the core language and object-oriented programming, along with the Flash Player API.Essential ActionScript has become the #1 resource for the Flash and ActionScript ... もっと見る

    3,978 円

  • オブジェクト指向でなぜつくるのか 第3版 知っておきたいOOP、設計、アジャイル開発の基礎知識

    平澤 章 ...
    『オブジェクト指向でなぜつくるのか』10年ぶり、待望の改訂第3版!「これからの10年も通用する基本」を、より多くの読者に身につけてもらうために改訂しました。現在のソフトウエア開発技術の主役である、オブジェクト指向の全体像とそこに含まれる各技術を平易な文章で核心をズバリと解説します。生産性のかぎを握るプログラム開発の主要技術をわかりやすく教えるという位置づけは変わりません。そのうえで「今ドキのOOP」として人気言語(Java、Python、Ruby、JavaScrpit)の最新動向を新たに盛り込んでいます。もちろん、すべての文章を細かく見直して現況に沿うよう更新しています。本書の特徴◆オブジェクト指向(OOP)の全体像と特徴がわかる◆OOPのプログラムが動く仕組みが具体的にわかる◆関数型言語の本質とOOPとの関係がわかる◆アジャイル開発手法と実践手法がわかる ... もっと見る

    2,640 円

  • UML 2 and the Unified Process

    Practical Object-Oriented Analysis and Design

    "This book manages to convey the practical use of UML 2 in clear and understandable terms with many examples and guidelines. Even for people not working with the Unified Process, the book is still of great use. UML 2 and the Unified Process, Second Edition is a must-read for every UML 2 beginner and a helpful guide and reference for the experienced practitioner."--Roland Leibundgut, Technical ... もっと見る

    11,012 円

  • Game Programming Patterns

    Robert Nystrom ...
    The biggest challenge facing many game programmers is completing their game. Most game projects fizzle out, overwhelmed by the complexity of their own code. Game Programming Patterns tackles that exact problem. Based on years of experience in shipped AAA titles, this book collects proven patterns to untangle and optimize your game, organized as independent recipes so you can pick just the patterns ... もっと見る

    3,750 円

  • Python: Quick Reference - Cheat Sheet - Print & Laminate

    Digital Print & Laminate

    Kaitlyn Chick ...
    This Quick Reference Sheet is designed for new and experienced programmers alike. If you want a cheat sheet for your laptop, Kindle or smart phone, or if you would simply like to print out and laminate this is the ideal reference chart for you.    ... もっと見る

    196 円

  • Python 入門指南

    由基礎走向完整 GUI 及網頁前端專案的 MVC 開發模式 V5.00

    Kaiching Chang ...
    Python 為熱門的程式語言之一,中英文學習資源都琳瑯滿目,無論是網路上免費的或是書店裡販賣的書籍,讀者可以找到各式各類的教材,目前中、英文學習資源都很豐富,無論是網路上免費的或是書店裡販賣的書籍,入門書籍方面,惟獨缺少直接帶領讀者學習開發軟體的教材,此亦本書的設計理念,希望藉由帶領讀者開發簡單的應用軟體,以此帶給讀者完整的軟體開發觀念。本書分成四大部分,每一部分又分成 8 到 21 個單元◎ 基礎篇◎ 軟體開發篇◎ GUI 篇◎ Brython 篇(書中的「關於本書」有學習路徑圖。)首先是「基礎學習篇」,「基礎學習篇」的學習目標包括認識 Python 、怎麼處理資料、控制結構、模組化、物件導向及程式文件,這部分累計十三個單元,預計帶領讀者學會寫簡單的 Python 小程式,具備寫小程式的能力之後,就進入接下來的「軟體開發篇」。「軟體開發篇」的學習目標為開發、測試、除錯及重構 ... もっと見る

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

  • Kotlin In-depth [Vol-II]

    Sedunov Aleksei ...
    Master the concise and expressive power of a pragmatic multi-paradigm language for JVM, Android and beyond Key Featuresa- Language fundamentalsa- Object-oriented and functional programming with Kotlina- Kotlin standard librarya- Building domain-specific languagesa- Using Kotlin for Web developmenta- Kotlin for Android platforma- Coroutine-based concurrencyDescriptionThe purpose of this book is to ... もっと見る

    1,790 円

  • Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day: Includes New HTML5 Coverage

    Includes New HTML5 Coverage

    シリーズ series Sams Teach Yourself
    Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day, Sixth Edition is the latest edition of the original worldwide bestseller. The entire book has been thoroughly revised and refined to include new detailed coverage of HTML5, the next major revision of the core language of the World Wide Web, HTML. Work on the HTML5 specification is still ongoing, but parts of HTML5 are already ... もっと見る

    3,463 円

  • Flutter

    Guía definitiva

    ¿Aún no conoces Flutter?¿Sabes que puedes desarrollar aplicaciones nativas para iOs y Android sin necesidad de comprar un Mac?Y apuesto a que no sabias que... Flutter es el king de kings del desarrollo de aplicaciones nativas con el mejor tiempo de respuesta y con el diseño de interfaz más sencillo!!.Pega el salto a este mundo con este increíble manual, 70 páginas DONDE SE EXPLICA DE LA 'A' A LA ... もっと見る

    788 円

  • .NET 相依性注入

    使用 Unity

    Michael Tsai ...
    邁向專業開發人員之路...本書內容是關於.NET相依性注入(dependency injection;簡稱DI)的相關議題。透過本書,您將會瞭解:什麼是 DI、它有什麼優點、何時使用 DI、以及可能碰到的陷阱。如何運用 DI 應付容易變動的軟體需求,設計出更彈性、更好維護的程式碼。與 DI 有關的設計模式。DI 於 .NET 應用程式中的實務應用,包括 ASP.NET MVC、ASP.NET Web API等等。如何使用 DI 容器(例如 Unity)來協助開發應用程式。本書的範例皆以 C# 撰寫,讀者無須具備任何 DI 背景知識。然而,這也不是 .NET 程式設計的入門書。為了避免讀者花錢買了不適合自己的書,容我斗膽列舉閱讀本書的基本條件:熟悉 C# 語法,包括擴充方法(extrension methods)、... ... もっと見る

    2,165 円