Skip to main content

カート

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

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

おすすめ

Loading...

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

オブジェクト指向プログラミング の本がお好きな方におすすめです。
971件の検索結果中337360を表示
Skip side bar filters
  • Mastering Game Development with PyGame: From Basics to Advanced Techniques

    "Mastering Game Development with PyGame: From Basics to Advanced Techniques" is your comprehensive guide to becoming a skilled game developer using the Python-based PyGame framework. Whether you're a beginner with a passion for game creation or an experienced programmer looking to expand your skills, this book takes you on a journey from the fundamental concepts of game development to advanced ... もっと見る

    1,550 円

  • Python | Schritt für Schritt Programmieren lernen

    Der ultimative Anfänger Guide für einen einfachen & schnellen Einstieg in die Programmierung mit Python

    "Python - Schritt für Schritt" ist das Buch für alle, die die Grundlagen der Programmierung in Python von einem Ingenieur (M.Eng.) erlernen möchten. In diesem Buch können Sie sowohl die theoretischen Grundlagen als auch den praktischen Umgang mit der Programmiersprache Python anhand von zahlreichen Beispielen und tollen DIY-Projekten erlernen.Wenn Sie also auf der Suche nach einem Praxisratgeber ... もっと見る

    1,600 円

  • Java Servlet Programming

    Help for Server Side Java Developers

    Servlets are an exciting and important technology that ties Java to the Web, allowing programmers to write Java programs that create dynamic web content.Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle, showing how to use servlets to maintain state information effortlessly. It also describes how to serve dynamic ... もっと見る

    3,617 円

  • Optimized C++

    Proven Techniques for Heightened Performance

    Kurt Guntheroth ...
    In today’s fast and competitive world, a program’s performance is just as important to customers as the features it provides. This practical guide teaches developers performance-tuning principles that enable optimization in C++. You’ll learn how to make code that already embodies best practices of C++ design run faster and consume fewer resources on any computer—whether it’s a watch, phone, ... もっと見る

    3,890 円

  • Treading on Python: Volume 1

    Foundations of Python

    Matt Harrison ...
    Treading on Python Volume 1 is a book designed to bring developers and others who are anxious to learn Python up to speed quickly. Not only does it teach the basics of syntax, but it condenses years of experience gained from programming, tutoring and teaching. You will learn warts, gotchas, best practices and hints that have been gleaned through the years in days. You will hit the ground running ... もっと見る

    2,269 円

  • Scalaスケーラブルプログラミング 第4版

    シリーズ 本: インプレストップギアシリーズ - impress top gearシリーズ
    [この電子書籍は固定型レイアウトです。リフロー型と異なりビューア機能が制限されます]固定型レイアウトはページを画像化した構造であるため、ページの拡大縮小を除く機能は利用できません。また、モノクロ表示の端末ではカラーページ部分で一部見づらい場合があります。言語設計者によるScalaのバイブル 第4版!バージョン2.13に対応。全35章の包括的チュートリアルScalaは、1行コードから大規模プログラムまで書けるスケーラブルな言語です。オブジェクト指向と関数型をバランスよく融合し、並行処理やパーサー・コンビネーターなどライブラリーも豊富に提供されています。本書では、言語設計者自らが、Scalaの考え方と使い方をステップ・バイ・ステップで解説。取り上げるテーマは、オブジェクト指向、関数型、制御構造、クロージャー、トレイト、パターンマッチ、Futureなど。第4版では、バージョン2 ... もっと見る

    5,060 円

  • Programming Backend with Go

    Julian Braun ...
    This book takes its time to go over every important aspect of backend programming, from the fundamentals to more advanced techniques, so that you can become experts in Go scripting and all the things Go can do. Quickly introducing readers to Go and its ecosystem, the book walks them through installing the language and creating a development environment with Visual Studio Code. Next, it takes a ... もっと見る

    4,600 円

  • C++ Programming Cookbook

    Proven solutions using C++ 20 across functions, file I/O, streams, memory management, STL, concurrency, type manipulation and error debugging

    "C++ Programming Cookbook" stands out as a clear, concise, and powerful technical resource for programmers who want to master C++'s intricacies. C++ programmers face a wide variety of problems, and this carefully written book is a treasure trove of solutions and methods to those software development challenges.Each chapter is organized to help you get a good grasp of the language and everything it ... もっと見る

    5,938 円

  • いろいろ実践!サーバーサイドKotlin

    FORTE ...
    シリーズ series 技術の泉シリーズ
    本書は「実践!サーバーサイドKotlin」シリーズの第三弾として、「ひとつのアプリケーションを完成させるまで」ではなく「これをサーバーサイドKotlinでやるにはどうしたらいいか?」について、すでにKotlinでの開発経験のある方に向けて解説しています。GitHubなどによるシングルサインオンやTwitterAPIの利用など、より実際のバックエンド開発に役立つ情報を深堀りしています。【目次】第1章 SpringBootのバージョンアップ第2章 JPAによるテーブルJOINを試す第3章 ファイルアップロード第4章 GitHubなどによるシングルサインオン(OAuth2.0)第5章 TwitterAPIの利用第6章 JPAでのcascade属性について ... もっと見る

    1,980 円

  • Object-Oriented C++ You Can Build On

    Build a Task Manager by Applying Object-Oriented C++ and STL

    Felix Ibarra ...
    modern C++ programming and object-oriented C++. Are you ready to master modern C++ and build real, working programs? Object-Oriented C++ You Can Build On is the hands-on guide that takes you from beginner to pro by teaching classes, inheritance, and memory handling through clear, worked examples. This book focuses on practical skills you can apply immediately, whether you're starting out or ... もっと見る

    750 円

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

    2,390 円

  • The Book of F#

    Breaking Free with Managed Functional Programming

    Dave Fancher ...
    F# brings the power of functional-first programming to the .NET Framework, a platform for developing software in the Microsoft Windows ecosystem. If you're a traditional .NET developer used to C# and Visual Basic, discovering F# will be a revelation that will change how you code, and how you think about coding.In The Book of F#, Microsoft MVP Dave Fancher shares his expertise and teaches you how ... もっと見る

    5,030 円

  • Ruby by Example

    Concepts and Code

    Kevin C. Baird ...
    There may be no better way to learn how to program than by dissecting real, representative examples written in your language of choice. Ruby by Example analyzes a series of Ruby scripts, examining how the code works, explaining the concepts it illustrates, and showing how to modify it to suit your needs. Baird's examples demonstrate key features of the language (such as inheritance, encapsulation, ... もっと見る

    3,347 円

  • Java 7 Pocket

    Luigi Comi ...
    シリーズ 本: 4 - Programmare con Java
    Java è il linguaggio di programmazione che più ha rivoluzionato il mondo dell’informatica e della tecnologia nel suo insieme. Dal 1995, anno del suo debutto ufficiale, a oggi, risulta impiegato nei più svariati dispositivi elettronici: computer, smartphone, televisori, navigatori satellitari.Studiare Java permette non solo di imparare un moderno linguaggio di programmazione ma anche, una volta ... もっと見る

    850 円

  • La programmazione orientata agli oggetti

    ULTIMA EDIZIONE: APRILE 2024Devi entrare in contatto con la programmazione ad oggetti?Hai sentito parlare di questo paradigma di programmazione, ma non sai da dove cominciare?Hai provato in passato a capirci qualcosa senza successo?Se ti trovi in una delle precedenti condizioni, allora questo libro potrebbe essere un ottimo investimento!Questo libro è scritto esplicitamente per... ... もっと見る

    800 円

  • Data Clustering in C++

    An Object-Oriented Approach

    Guojun Gan ...
    Data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite distinct. Thousands of theoretical papers and a number of books on data clustering have been published over the past 50 years. However, few books exist to teach people how to implement ... もっと見る

    16,595 円

  • Comprehensive Ruby Programming

    From beginner to confident programmer

    Jordan Hudgens ...
    This book will provide you with all of the tools you need to be a professional Ruby developer. Starting with the core principles, such as syntax and best practices, and up to advanced topics like metaprogramming and big data analysis.Key FeaturesProvides the core skills required to become a Ruby programmerCovers how to use the most popular Ruby Gem librariesIncludes details on regular ... もっと見る

    3,961 円

  • Mastering Visual Studio Code: Navigating the Future of Development

    "Mastering Visual Studio Code: Navigating the Future of Development" is an essential guide for developers seeking to harness the full potential of Visual Studio Code, the popular code editor from Microsoft. This comprehensive book offers an in-depth exploration of the features, extensions, and customization options that make Visual Studio Code a powerful tool for modern software development ... もっと見る

    1,500 円

  • Head First Object-Oriented Analysis and Design

    A Brain Friendly Guide to OOA&D

    "Head First Object Oriented Analysis and Design is a refreshing look at subject of OOAD. What sets this book apart is its focus on learning. The authors have made the content of OOAD accessible, usable for the practitioner."Ivar Jacobson, Ivar Jacobson Consulting"I just finished reading HF OOA&D and I loved it! The thing I liked most about this book was its focus on why we do OOA&D-to write great ... もっと見る

    3,617 円

  • 「実践ドメイン駆動設計」から学ぶDDDの実装入門

    書籍「実践ドメイン駆動設計」と併せて読んですぐ使える! 普段の開発においてDDDで実装を始める方法を、分かりやすく解説CodeZineの人気連載を書籍化。エリック・エヴァンスのドメイン駆動設計(DDD)の考え方を、実際に導入するためには、それぞれの開発現場に合わせて、さらに具体的に噛み砕く必要があります。そこで本書は、このDDDの考え方を実践に落とし込んだ書籍「実践ドメイン駆動設計」の構成に沿って、現代の開発現場において重要な部分にフォーカスし、DDD実装のノウハウを解説しました。図版を多く用い、DDD初心者にも分かりやすく解説しています。「DDDという言葉を知っているものの、全容を理解できていない」「DDDを自分たちの現場に導入したいが、何から始めたらよいか分からない」といった悩みを抱えた開発者は必見の入門書です。【対象読者】・ドメイン駆動設計に関心を持っている開発者 ... もっと見る

    2,750 円

  • Object Management

    編集 Roger Tagg, June Mabon ...
    シリーズ series Routledge Revivals
    First published in 1992, this volume explores the use of object oriented methods which is forecast to grow rapidly, with their flexibility and facility to overcome some of the inadequacies of relational databases. This timely book reviews their potential in the data management context.It examines the impact of object oriented techniques on the practice of data management including data analysis, ... もっと見る

    9,083 円

  • Programming C# 12

    Build Cloud, Web, and Desktop Applications

    Ian Griffiths ...
    C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you'll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 12.0 and .NET 8 fundamentals and techniques for building cloud, web, and desktop applications.Designed for experienced programmers, this book provides many code ... もっと見る

    6,151 円

  • Orientação a Objetos e SOLID para Ninjas

    Projetando classes flexíveis

    Mauricio Aniche ...
    Todo profissional que trabalha com desenvolvimento deve conhecer os conceitos básicos de Orientação a Objetos. Esse paradigma, além de fundamental, é utilizado em todo o mercado de software ao redor do mundo. Mas nós sabemos que, na prática, o que vemos espalhado por aí são pilhas de códigos procedurais disfarçados. Neste livro, Maurício Aniche discute como a implementação e o foco no projeto de ... もっと見る

    1,500 円

  • The Ultimate Guide To Microsoft Excel Vba For Beginners And Seniors

    Mike Cage ...
    Short of changing the tires on your car, Microsoft Excel can do pretty much anything. And the possibilities are even more endless when you learn to program with Excel Visual Basic for Applications (VBA). Regardless of your familiarity with Excel VBA,Pretty soon, you'll be doing things you didn't think were possible in Excel, from automating processes to writing your own worksheet functions. You'll ... もっと見る

    750 円