Skip to main content

カート

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

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

おすすめ

Loading...

C 電子書籍

C の本がお好きな方におすすめです。
449件の検索結果中124を表示
Skip side bar filters
  • スッキリわかるC言語入門 第3版

    シリーズ 本: スッキリワカルシリーズ - スッキリわかるシリーズ
    [この電子書籍は固定型レイアウトです。リフロー型と異なりビューア機能が制限されます]固定型レイアウトはページを画像化した構造であるため、ページの拡大縮小を除く機能は利用できません。また、モノクロ表示の端末ではカラーページ部分で一部見づらい場合があります。シリーズ累計90万部突破! C23に対応した定番入門書コツ・仕組み・落とし穴をしっかりおさえるからポインタも自在に扱えるプログラマーになれる!本書が初心者でもつまずかずに、プログラミングを深く理解・習得できる3つのコンセプトはこちら。【1】現代に最適化したC言語学習「伝統的なCの制約」にこだわることなく、より学びやすく、将来的には別の言語学習にもつながるよう「近代的なC言語」を解説のベースとしています。この第3版では、これから普及する最新規格C23を解説のベースに据え、ITに関わるさまざまなものがブラックボックス化された今の学び手にとって ... もっと見る

    2,970 円

  • Objective-Cの要点

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

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

    715 円

  • Linux Kernel Development

    Robert Love ...
    シリーズ series Developer's Library
    Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding.The book details the major subsystems and features of the Linux kernel, including ... もっと見る

    6,954 円

  • CUDA C プロフェッショナル プログラミング

    シリーズ 本: インプレス トップ ギア - impress top gear
    ディープラーニングや機械学習などAIの処理高速化に最適!CUDA C プログラミングを本格的に学ぶ。グローバルメモリ、シェアードメモリ、ストリームなどを徹底活用。CUDA Cプログラミングを本格的に理解して、プログラムの高速化を図るための技術解説書。本書では、CUDAプログラミングモデルから始め、カーネルレベルやグリッドレベルの並列化手法を解説。グローバルメモリ、シェアードメモリ、ストリームなどを徹底活用する方法を紹介します。さらに、GPUスループットの計測、CUDAアプリケーションへの効率的な移植、マルチGPUプログラミングについても説明。◎本書は『Professional CUDA C Programming』の翻訳書です。【本書の構成】第1章 CUDAによるヘテロジニアス並列コンピューティング第2章 CUDAプログラミングモデル第3章 CUDAの実行モデル第4章 ... もっと見る

    5,500 円

  • Raspberry Pi System Programming for Beginner

    Agus Kurniawan ...
    This book helps how to learn system programming on Raspberry Pi using C language and core system libraries. Several code samples are provided for ease of understanding about system programming.**TOC**Preparing Development Environment1.1 Raspberry Pi1.2 Compiler and Development Tools1.3 Hello WorldFile I/O2.1 Opening and Closing File2.1.1 open() and close()2.1.2 creat()2.1.3 Creating a New File<... ... もっと見る

    670 円

  • Best of Make: Volume 2

    65 Projects and Skill Builders from the Pages of Make:

    After ten years, Make: has become one of most celebrated magazines to hit the newsstands, and certainly one of the hottest reads. If you're just catching on to the Maker Movement and wonder what you've missed, this book contains the best projects and articles from the magazine. Find out what keeps Makers coming back to Make: with this assortment of DIY projects and articles selected by Make:'s ... もっと見る

    906 円

  • Understanding and Using C Pointers

    Core Techniques for Memory Management

    Richard M Reese ...
    Improve your programming through a solid understanding of C pointers and memory management. With this practical book, you’ll learn how pointers provide the mechanism to dynamically manipulate memory, enhance support for data structures, and enable access to hardware. Author Richard Reese shows you how to use pointers with arrays, strings, structures, and functions, using memory models throughout ... もっと見る

    2,174 円

  • The Apache Modules Book

    Application Development with Apache

    Nick Kew ...
    "Do you learn best by example and experimentation? This book is ideal. Have your favorite editor and compiler ready–you'll encounter example code you'll want to try right away. You've picked the right book–this is sure to become the de facto standard guide to writing Apache modules." –Rich Bowen, coauthor, Apache Administrators Handbook, Apache Cookbook, and The Definitive Guide to Apache mod ... もっと見る

    4,906 円

  • Software Engineering Best Practices

    Lessons from Successful Projects in the Top Companies

    Capers Jones ...
    Proven techniques for software engineering successThis in-depth volume examines software engineering topics that are not covered elsewhere: the question of why software engineering has developed more than 2,500 programming languages; problems with traditional definitions of software quality; and problems with common metrics, "lines of code," and "cost per defect" that violate standard economic ... もっと見る

    13,332 円

  • Secure Programming Cookbook for C and C++

    Recipes for Cryptography, Authentication, Input Validation & More

    Password sniffing, spoofing, buffer overflows, and denial of service: these are only a few of the attacks on today's computer systems and networks. At the root of this epidemic is poorly written, poorly tested, and insecure code that puts everyone at risk. Clearly, today's developers need help figuring out how to write code that attackers won't be able to exploit. But writing such code is ... もっと見る

    5,430 円

  • C# Programming for beginners

    The Complete Crash Course to Mastering C# on your own

    MEGANE NOEL ...
    The ultimate comprehensible guide dedicated to those interested in learning more about the field of data science, what it has to offer, and how to avoid any common beginner mistakes in the hopes of mastering it in the near future.Do you want to learn about data science?Interested in mastering it as one of your self-taught skills?Have you been planning to study it to become a remarkable computer ... もっと見る

    844 円

  • \0asm o1 - Rust and WebAssembly

    Rust and WebAssembly

    Sendil Kumar ...
    シリーズ series WebAssembly
    The book is written in a cookbook style. Each recipe focuses on a concept in the WebAssembly world.Part 1 focuses on the basics of WebAssembly, WebAssembly Text Format, onboarding and using various tools like WABT, Binaryen.Chapter 1 gives a brief introduction to LLVM. What it is and how to use it.Chapter 2 introduces you into the `emscripten` world. Emscripten is a toolchain that helps to convert ... もっと見る

    5,207 円

  • 950 C Language Interview Questions and Answers

    Knowledge for Free...Get that job, you aspire for!Want to switch to that high paying job? Or are you already been preparing hard to give interview the next weekend?Do you know how many people get rejected in interviews by preparing only concepts but not focusing on actually which questions will be asked in the interview?Don't be that person this time.This is the most comprehensive C Language ... もっと見る

    399 円

  • Yeni Başlayanlar İçin C# ile Algoritmalara ve Programcılığa Giriş

    C# ile Programlamayı Öğrenmek Hiç Bu Kadar Kolay Olmamıştı!Günümüzde en yaygın kullanılan programlama dillerinden biri olan C#’ı öğrenmek ve C# dilinde program yazmak isteyen herkes için kaynak olacak bir kitap. Çok sade, basit ve anlaşılır bir dille yazılmış olan bu kitap sayesinde C# programlama dilini çok çabuk kavrayacak ve kitaptaki örnek kodlarla öğrendiklerinizi pekiştirme ve uygulama ... もっと見る

    1,184 円

  • The C, UNIX, UNIX/Linux Commands, and Reuse Series

    Ronald J. Leach ...
    This volume contains four complete books: the second editions of Using C in Software Design, Advanced Topics in UNIX, and Software Reuse: Methods, Models, Costs, and the first edition of The 101 Most Important Linux and UNIX Commands.The author, Ronald J. Leach, is Professor and Chair Emeritus from Howard University and is the author of the recently published Introduction to Software Engineering, ... もっと見る

    2,400 円

  • Creating your own UserControls with C#: Yes you can!!!

    A practical approach to creating clean, useful UserControls.  This book contains 5 useful projects that teach major concepts that cover most UserControl requirements.  Put these essential concepts to work for you and create more than you ever thought possible.  Complete code, project download link and instruction included in this book.  Have Fun!!! Learn!!! ... もっと見る

    360 円

  • Fundamentals of C Programming Language

    Handbook of C

    GAURAV SHARMA ...
     The first Edition of the book “Fundamentals of C programming language” covers primary knowledge of C programming language. The book is organized into sixchapters. Chapter 1: It contains History, Structure of C Program, Compilation Process, Data types, S... ... もっと見る

    832 円

  • C Programming Language

    Being a Coder / Software Engineer

    Lesson by lesson learn how C Works and the basic programming. After lessons try yourself and write code.If you can't write the code, you can find the corrections after the practice page.Software is future… The book has exercises and quizzes. ... もっと見る

    590 円

  • DATA STRUCTURES

    USING C

    B GEETHA KATTI ...
    Understanding the importance and uses of data structures is paramount for individuals involved in the world of technology. These structures serve as the foundation for efficient information management, problem-solving, and system optimization. By leveraging well-designed data structures, developers can unlock the full potential of their applications, ensuring optimal performance and effective data ... もっと見る

    267 円

  • Becoming Functional

    Steps for Transforming Into a Functional Programmer

    If you have an imperative (and probably object-oriented) programming background, this hands-on book will guide you through the alien world of functional programming. Author Joshua Backfield begins slowly by showing you how to apply the most useful implementation concepts before taking you further into functional-style concepts and practices.In each chapter, you’ll learn a functional concept and ... もっと見る

    1,813 円

  • Environmental Monitoring with Arduino

    Building Simple Devices to Collect Data About the World Around Us

    After the devastating tsunami in 2011, DYIers in Japan built their own devices to detect radiation levels, then posted their finding on the Internet. Right now, thousands of people worldwide are tracking environmental conditions with monitoring devices they’ve built themselves. You can do it too!This inspiring guide shows you how to use Arduino to create gadgets for measuring noise, weather, ... もっと見る

    567 円

  • C Brain Teasers

    Exercise Your Mind

    Dan Gookin ...
    You thought you knew C, but can you solve 25 puzzles in this popular programming language? Noted C programmer and author Dan Gookin provides a series of pointed questions, puzzles, and problems to keep your C programming skills sharp. Each one will provide insight into various aspects of handling strings, numeric operations, and other activities, giving you techniques to take the best advantage of ... もっと見る

    2,622 円

  • C言語プログラムはなぜ動くのか(日経BP Next ICT選書)

    安藤 正芳 ...
    C言語の基本を内部から理解できます!C言語は、プログラミングの入門言語として根強い人気があります。それは、C言語が多くのプログラミング言語の文法の基礎になっているためだけではなく、CPUやメモリーなどのハードウエアと言語の関係も学べるからです。本書では、どのようにコンピュータがプログラミング言語を解釈して実行しているのかをわかりやすく解説します。※本電子書籍は、日経ソフトウエアの特集「なぜC言語プログラムは動くのか」(2014年1月号)を基に作成しました。本書掲載の情報は、執筆時点のものです。 ... もっと見る

    550 円

  • 画像処理・機械学習プログラミング OpenCV 3対応

    **※この商品は固定レイアウト型の電子書籍です。※この商品はタブレットなど大きいディスプレイを備えた端末で読むことに適しています。また、文字列のハイライトや検索、辞書の参照、引用などの機能が使用できません。※お使いの端末で無料サンプルをお試しいただいた上でのご購入をお願いいたします。※本書内容はカラーで制作されているため、カラー表示可能な端末での閲覧を推奨いたします。**コンピュータに「視覚」を与えるプログラミングを解説。画像処理に必要となるOpenCVのプログラミングについてC/C++ベースの開発環境で解説。OpenCV 3系の導入・画像処理から顔の検出、機械学習まで。基礎と活用例を効率よく学べます。 ... もっと見る

    3,608 円