Skip to main content

カート

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

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

おすすめ

Loading...

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

オブジェクト指向プログラミング の本がお好きな方におすすめです。
1038件の検索結果中7396を表示
Skip side bar filters
  • Swift Development with Cocoa

    Developing for the Mac and iOS App Stores

    Ready to build apps for iPhone, iPad, and Mac now that Swift has landed? If you’re an experienced programmer who’s never touched Apple developer tools, this hands-on book shows you how to use the Swift language to make incredible iOS and OS X apps, using Cocoa and Cocoa Touch.Learn how to use Swift in a wide range of real-world situations, with Cocoa features such as Event Kit and Core Animation. ... もっと見る

    3,080 円

  • Better, Faster, Lighter Java

    Sometimes the simplest answer is the best. Many Enterprise Java developers, accustomed to dealing with Java's spiraling complexity, have fallen into the habit of choosing overly complicated solutions to problems when simpler options are available. Building server applications with "heavyweight" Java-based architectures, such as WebLogic, JBoss, and WebSphere, can be costly and cumbersome. When you ... もっと見る

    2,534 円

  • Real World Web Services

    Integrating EBay, Google, Amazon, FedEx and more

    Will Iverson ...
    The core idea behind Real World Web Services is simple: after years of hype, what are the major players really doing with web services? Standard bodies may wrangle and platform vendors may preach, but at the end of the day what are the technologies that are actually in use, and how can developers incorporate them into their own applications? Those are the answers Real World Web Services delivers. ... もっと見る

    2,174 円

  • Killer Game Programming in Java

    Java Gaming & Graphics Programming

    Andrew Davison ...
    Although the number of commercial Java games is still small compared to those written in C or C++, the market is expanding rapidly. Recent updates to Java make it faster and easier to create powerful gaming applications-particularly Java 3D-is fueling an explosive growth in Java games. Java games like Puzzle Pirates, Chrome, Star Wars Galaxies, Runescape, Alien Flux, Kingdom of Wars, Law and Order ... もっと見る

    3,256 円

  • Advanced Use Case Modeling: Software Systems

    Software Systems

    "This book isn't just another introduction to use cases. The authors have used their wealth of experience to produce an excellent and insightful collection of detailed examples, explanations, and advice on how to work with use cases." –Maria Ericsson The toughest challenge in building a software system that meets the needs of your audience lies in clearly understanding the problems that the ... もっと見る

    4,497 円

  • Elemental Design Patterns

    Jason Smith ...
    シリーズ series Addison-Wesley Professional Computing Series
    2012 Jolt Award Finalist!Even experienced software professionals find it difficult to apply patterns in ways that deliver substantial value to their organizations. In Elemental Design Patterns, Jason McC. Smith addresses this problem head-on, helping developers harness the true power of patterns, map them to real software implementations more cleanly and directly, and achieve far better results. ... もっと見る

    3,845 円

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

    7,679 円

  • C++ Programming Language

    Younish Pathan ...
    C++ Programming is an object-oriented programming language, generally compiled and transitional middle-level programming language was developed by Bjarne Stroustrup in 1979. In simple words, C++ programming is a classy, well-organized and a general purpose programming language based on C programming. Generally operating systems, applications, browsers, games and system drivers use C++ programming ... もっと見る

    300 円

  • Introduction to JavaScript Arrays and Objects

    A Beginner’s Guide to Storing, Organizing, and Accessing Data in JavaScript

    Dargslan ...
    シリーズ 本: 7 - Dargslan - JavaScript - Beginner Level
    Master JavaScript's Most Essential Data Structures: The Definitive Guide to Arrays and ObjectsUnlock the full potential of JavaScript programming with "Introduction to JavaScript Arrays and Objects" – the comprehensive guide designed to transform beginners into confident developers who can expertly handle data in modern web applications.Arrays and objects are the backbone of JavaScript programming ... もっと見る

    2,364 円 または Kobo Plus なら無料

  • 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,528 円

  • La programmation orientée objet

    Cours et exercices en UML2, Python, PHP, C#,C++ et Java (y compris Android)

    Hugues Bersini ...
    シリーズ series Noire
    Le manuel indispensable à tout étudiant en informatique (IUT, écoles spécialisées, écoles d'ingénieurs)Cette septième édition de l'ouvrage L'orienté objet décortique l'ensemble des mécanismes de la programmation objet (classes et objets, interactions entre classes, envois de messages, encapsulation, héritage, polymorphisme, interface, multithreading, sauvegarde des objets, programmation distribuée ... もっと見る

    3,520 円

  • Advanced C++ Programming Cookbook

    Become an expert C++ programmer by mastering concepts like templates, concurrency, and type deduction

    Dr. Rian Quinn ...
    A recipe-based guide to refining your C++ programming skills with the help of coding best practices, advanced programming concepts, and the latest features of C++17 and C++20Key FeaturesLearn how to develop and design your own librariesFind solutions to your app development problems and implement them in a highly reusable manner, following library development best practicesExplore advanced C++ ... もっと見る

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

  • Hands-On Functional Programming with TypeScript

    Explore functional and reactive programming to create robust and testable TypeScript applications

    Remo H. Jansen ...
    Discover the power of functional programming, lazy evaluation, monads, concurrency, and immutability to create succinct and expressive implementationsKey FeaturesGet a solid understanding of how to apply functional programming concepts in TypeScriptExplore TypeScript runtime features such as event loop, closures, and PrototypesGain deeper knowledge on the pros and cons of TypeScriptBook ... もっと見る

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

  • Modern Python Standard Library Cookbook

    Over 100 recipes to fully leverage the features of the standard library in Python

    Build optimized applications in Python by smartly implementing the standard libraryKey FeaturesStrategic recipes for effective application development in PythonTechniques to create GUIs and implement security through cryptographyBest practices for developing readily scalable, production-ready applicationsBook DescriptionThe Python 3 Standard Library is a vast array of modules that you can use for ... もっと見る

    4,994 円 または Kobo Plus なら無料

  • Hands-On Functional Programming in Rust

    Build modular and reactive applications with functional programming techniques in Rust 2018

    Andrew Johnson ...
    Explore the support Rust offers for creating functional applications in Rust. Learn about various design patterns, implementing concurrency, metaprogramming, and so on in the processKey FeaturesLearn generics, organization, and design patterns in functional programmingModularize your applications and make them highly reusable and testable using functional design patternsGet familiar with complex ... もっと見る

    4,391 円 または Kobo Plus なら無料

  • Learning C++ Functional Programming

    Explore functional C++ with concepts like currying, metaprogramming and more

    Wisnu Anggoro ...
    Apply Functional Programming techniques to C++ to build highly modular, testable, and reusable code Key Features\[\*\] Modularize your applications and make them highly reusable and testable\[\*\] Get familiar with complex concepts such as metaprogramming, concurrency, and immutability\[\*\] A highly practical guide to building functional code in C++ filled with lots of examples and real-world use ... もっと見る

    4,994 円 または Kobo Plus なら無料

  • Swift 3 Object-Oriented Programming

    Implement object-oriented programming paradigms with Swift 3.0 and mix them with modern functional programming techniques to build powerful real-world applications

    Implement object-oriented programming paradigms with Swift 3.0 and mix them with modern functional programming techniques to build powerful real-world applicationsKey Features\[\*\] Leverage the most efficient object-oriented design patterns in your Swift applications\[\*\] Write robust, safer, and better code using the blueprints that generate objects\[\*\] Build a platform with object-oriented ... もっと見る

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

  • Learning Java by Building Android Games

    Learn Java and Android from scratch by building six exciting games

    John Horton ...
    Get ready for a fun-filled experience of learning Java by developing games for the Android platformKey FeaturesLearn Java, Android, and object-oriented programming from scratchBuild games including Sub Hunter, Retro Pong, Bullet Hell, Classic Snake, and a 2D Scrolling ShooterCreate and design your own games, such as an open-world platform gameBook DescriptionAndroid is one of the most popular ... もっと見る

    4,391 円 または Kobo Plus なら無料

  • Java Programming for Beginners

    Learn the fundamentals of programming with Java

    Java Programming for Beginners is an introduction to Java programming, taking you through the Java syntax and the fundamentals of object-oriented programming.Key FeaturesLearn the basics of Java programming in a step-by-step mannerSimple, yet thorough steps that beginners can followTeaches you transferable skills, such as flow control and object-oriented programmingBook DescriptionJava is an ... もっと見る

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

  • C# 7 and .NET Core: Modern Cross-Platform Development

    Create powerful cross-platform applications using C# 7, .NET Core, and Visual Studio 2017 or Visual Studio Code

    Mark J. Price ...
    Modern Cross-Platform Development Key Features\[\*\] Build modern, cross-platform applications with .NET Core\[\*\] Get up to speed with C\#, and up to date with all the latest features of C\# 7\[\*\] Start creating professional web applications with ASP.NET CoreBook DescriptionIf you want to build powerful cross-platform applications with C\# 7 and .NET Core, then this book is for you. First, we ... もっと見る

    4,994 円 または Kobo Plus なら無料

  • 科学技術計算のためのPython入門――開発基礎,必須ライブラリ,高速化

    中久喜健司 ...
    科学技術計算向けの,Pythonの実践的な入門書。理工系の学部や研究室等でもPython採用実績が増えてきています。本書では,実験やシミュレーション等で役立つPythonによる開発の基本を徹底解説。冒頭でロケットシミュレータの作成場面を想定し,コーディングの基礎からデバッグやテストまで,いつ,何をするか,具体的なフローを平易に紹介します。押さえておきたいライブラリであるNumpy/SciPy/Matplotlib/pandas等もコンパクトな例と共に紹介。広く初学者の方々へ,言語の基本から実践テクニックまで一挙にわかる1冊です。 ... もっと見る

    3,520 円

  • C++ Pratique

    Le C++ est un langage puissant et polyvalent, héritier du C, qui allie performance et fonctionnalités avancées comme la programmation orientée objet et la gestion fine des ressources.Ce livre propose une approche claire et progressive : des bases essentielles (variables, classes, héritage, polymorphisme, mémoire, fichiers, bibliothèques standards) aux pratiques concrètes, avec exemples et ... もっと見る

    5,600 円

  • R Object-oriented Programming

    Kelly Black ...
    This book is designed for people with some experience in basic programming practices. It is also assumed that they have some basic experience using R and are familiar using the command line in an R environment. Our primary goal is to raise a beginner to a more advanced level to make him/her more comfortable creating programs and extending R to solve common problems. ... もっと見る

    4,056 円 または Kobo Plus なら無料

  • Elasticsearch Server - Third Edition

    Leverage Elasticsearch to create a robust, fast, and flexible search solution with ease

    Leverage Elasticsearch to create a robust, fast, and flexible search solution with easeKey Features\[\*\] Boost the searching capabilities of your system through synonyms, multilingual data handling, nested objects and parent-child documents\[\*\] Deep dive into the world of data aggregation and data analysis with ElasticSearch\[\*\] Explore a wide range of ElasticSearch modules that define the ... もっと見る

    5,510 円 または Kobo Plus なら無料