Skip to main content

カート

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

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

おすすめ

Loading...

アセンブリ言語 電子書籍

アセンブリ言語 の本がお好きな方におすすめです。
77件の検索結果中124を表示
Skip side bar filters
  • 実践 Svelte入門

    シリーズ series エンジニア選書
    【Svelte/SvelteKitによるUI&Webアプリ開発がわかる!】「Svelte(スベルト)」は、ユーザーインターフェイスを構築するためのJavaScriptフレームワークのひとつです。Svelteには、ユーザインターフェイスで重要な役割を担う「状態管理」を特別な記法や関数を使うことなく記述できる、作成したコンポーネントをランタイムなしで実行可能な形に変換する(コンパイル)といった特徴があります。本書では、近年注目を集めているSvelteの基本について解説するとともに、SvelteをベースとしたWebフレームワーク「SvelteKit」によるWebアプリケーション開発についてもしっかり解説します。■こんな方におすすめ■・Svelteによるユーザインターフェイス開発に興味がある人・SvelteKitによるWebアプリケーション開発に興味がある人■目次■<stro... ... もっと見る

    3,740 円

  • 0と1のコンピュータ世界 バイナリで遊ぼう!

    **※この商品は固定レイアウト型の電子書籍です。※この商品はタブレットなど大きいディスプレイを備えた端末で読むことに適しています。また、文字列のハイライトや検索、辞書の参照、引用などの機能が使用できません。**[バイナリを読むことは楽しい!]0と1のコンピュータ世界 バイナリを遊びながら楽しく学ぼう!本書はコンピュータの基本:バイナリ世界に親しむまったく新しいタイプの入門書です。数字に関する初歩的なトレーニングを積んだあとはバイナリかるた・アセンブラクロスワード・アセンブラ短歌などコンピュータ世界を楽しむ競技にチャレンジします。バイナリは0か1かという単なる数値の羅列ですが、不思議な魅力があります。それがデータとしての意味を持ったとき、さまざまな刺激を我々に与えてくれます。またバイナリを読むことは楽しいものですが、そこに遊びを加えて人との繋がりができるならば ... もっと見る

    3,135 円

  • アセンブリ言語スタートブック

    高田美樹 ...
    【ご注意:本書は固定レイアウト型の電子書籍です。ビューア機能が制限されたり、環境により表示が異なる場合があります】本書は,情報処理技術者試験で使われている「CASL II」を題材に,アセンブリ言語のプログラミングの初歩を「豊富なイラスト」とサンプルプログラムを用いて初心者にもわかりやすく解説します。また,実際に使われているアセンブリ言語でのプログラミングについても実例を用いて解説します。CASL IIが動作する仮想コンピュータ「COMET II」の仕様もていねいに図解していますので,コンピュータ工学の最初の教科書としてもお読みいただけます。※本書は,2009年4月に発売された書籍の電子版です。 ... もっと見る

    3,168 円

  • GDB Pocket Reference

    Debugging Quickly & Painlessly with GDB

    Arnold Robbins ...
    Many Linux and Unix developers are familiar with the GNU debugger (GBD), the invaluable open source tool for testing, fixing, and retesting software. And since GDB can be ported to Windows, Microsoft developers and others who use this platform can also take advantage of this amazing free software that allows you to see exactly what's going on inside of a program as it's executing. This new pocket ... もっと見る

    722 円

  • Android Development For Intermediate To Advanced Programmers: Tutorial Guide : Android Programming Guide Made Easy Series

    Richard Cole ...
    Following up on "Android Programming Made Easy For Beginners: Tutorial Book For Android Designers * New 2013" the author published "Android Development For Intermediate To Advanced Programmers: Tutorial Guide" as the next step in the learning process for android programming.The need was seen for this book as more and more technological advancements are being made and more and more devices are ... もっと見る

    500 円

  • 31バイトでつくるアセンブラプログラミング

    アセンブラ短歌の世界

    ※この商品は固定レイアウト型の電子書籍です。※この商品はタブレットなど大きいディスプレイを備えた端末で読むことに適しています。また、文字列のハイライトや検索、辞書の参照、引用などの機能が使用できません。「5・7・5・7・7 」三十一(みそひと)バイトの機械語コードでなにができるか?'遊び'と'ルール'の下で行うプログラミング「アセンブラ短歌」を完全解説。機械語コードはアーキテクチャによってさまざまですが、可変長の命令を持つものならば命令の並びに5・7・5・7・7 各バイトに区切りを持たせることが可能です。あえてそのような制約のもとでプログラムを書いてみようというのが「アセンブラ短歌」です。どのような動作のプログラムになるのかもあわせて紹介していきます。自然言語における「短歌」も制約を持たせた「言葉遊び」として生まれました。こうして書かれた文章には「味わい」や「感動」があります ... もっと見る

    3,300 円

  • Professional Embedded ARM Development

    A practical Wrox guide to ARM programming for mobile devicesWith more than 90 percent of mobile phones sold in recent years using ARM-based processors, developers are eager to master this embedded technology. If you know the basics of C programming, this guide will ease you into the world of embedded ARM technology. With clear explanations of the systems common to all ARM processors and step-by ... もっと見る

    6,636 円

  • LLVM Cookbook

    Over 80 engaging recipes that will help you build a compiler frontend, optimizer, and code generator using LLVM

    Key FeaturesBook DescriptionThe book is for compiler programmers who are familiar with concepts of compilers and want to indulge in understanding, exploring, and using LLVM infrastructure in a meaningful way in their work. This book is also for programmers who are not directly involved in compiler projects but are often involved in development phases where they write thousands of lines of code. ... もっと見る

    4,391 円

  • The Absolute Beginner's Guide to Binary, Hex, Bits, and Bytes! How to Master Your Computer's Love Language

    Greg Perry ...
    If you truly want to know more about computers, you owe it to yourself to learn your computer's love language!Perhaps no other topic is ignored in the computer world today than the computer's real and internal language - that is the language of bits and bytes. With visual programming systems and advanced languages putting huge buffers between users, programmers, and the computer itself, all ... もっと見る

    450 円

  • IBM 1401 Programming Systems

    Exploring 1960s Mainframe Programming and IBM 1401 Technology

    Anonymous ...
    "IBM 1401 Programming Systems" is a seminal work that delves into the intricacies of programming for the IBM 1401, an early computer that revolutionized data processing in the 1960s. Written in a clear and instructional style, the text expertly balances technical precision with accessibility, making complex concepts understandable to both novice programmers and seasoned professionals. Its content ... もっと見る

    300 円

  • 実践Julia入門

    後藤俊介 ...
    (概要)2018年に正式安定版ver.1.0がリリースされて以降、数値計算分野などで注目を集めている言語・Juliaの本格的な入門書です。本書では言語仕様や基本機能の解説に重きを置きながら、実践的な実用例まで解説します。本書は「入門編」「基本編」「実践編」の3部からなります。「入門編」では、開発環境のセットアップからはじめ、基本的な文法を解説します。「基本編」ではより詳細な解説に踏み入り、Julia特有の仕様や概念、固有の機能などを理解してもらいます。そして「実践編」では数値計算、データ解析、機械学習を取り上げ、より具体的・実用的な実践に発展します。はじめてJuliaを使うという人から、今まで以上に深く知りたいという人まで、Juliaの魅力が詰まった一冊です。(こんな方におすすめ)・Juliaに興味がある人・Juliaをもっと使いこなしたい人(目次)<stro... ... もっと見る

    3,960 円

  • Computer Architecture

    Software Aspects, Coding, and Hardware

    John Y. Hsu ...
    With the new developments in computer architecture, fairly recent publications can quickly become outdated. Computer Architecture: Software Aspects, Coding, and Hardware takes a modern approach. This comprehensive, practical text provides that critical understanding of a central processor by clearly detailing fundamentals, and cutting edge design features. With its balanced software/hardware ... もっと見る

    12,450 円

  • Computer Arithmetic in Practice

    Exercises and Programming

    Sławomir Gryś ...
    Computer Arithmetic in Practice: Exercises and Programming is a simple, brief introductory volume for undergraduate and graduate students at university courses interested in understanding the foundation of computers. It is focused on numeric data formats and capabilities of computers to perform basic arithmetic operations. It discusses mainly such topics as:Basic concepts of computer ... もっと見る

    7,739 円

  • Assembly Language Coding in Color

    ARM and NEON

    Robert Dunne ...
    Learning to program in assembly language is an excellent hands-on introduction to computer architecture. However, assembly language has a bad reputation of being difficult to learn. Through the use of complete program examples, flow diagrams, and color codes, Assembly Language Coding in Color helps students and computer enthusiasts start on a solid path to understanding computer architecture.This ... もっと見る

    1,429 円

  • Microcontroller Programming

    An Introduction

    Syed R. Rizvi ...
    Microcontroller Programming: An Introduction is a comprehensive one-stop resource that covers the concepts, principles, solution development, and associated techniques involved in microcontroller-based systems. Focusing on the elements and features of the popular and powerful Motorola 68HC11 microcontroller IC as a representative example, this book ... もっと見る

    31,970 円

  • ESP32 Arduino Programming Handbook

    Microcontroller Programming Series

    Sarful Hassan ...
    シリーズ series Microcontroller Programming Series
    ESP32 Arduino Programming Handbook is a clear, beginner-friendly guide created to help you learn ESP32 programming with confidence and ease. This book is written in a supportive and encouraging tone, making complex topics feel simple and approachable, even if you are completely new to ESP32 or embedded systems.You will start with the basics and move forward step by step, without feeling rushed or ... もっと見る

    800 円

  • はじめてつくるWebアプリケーション 〜Ruby on Railsでプログラミングへの第一歩を踏み出そう

    【楽しいイラストと丁寧な解説で、きほんの「き」からすらすらわかる!】10年以上にわたってプログラミングを教えてきた著者陣が、Ruby on RailsでWebアプリケーションを作る方法について、イラストを交えながらわかりやすく解説。開発環境のインストールはもちろん、Webアプリケーションの仕組みやRuby on Railsの基礎知識などをやさしく解説しているので、はじめてプログラミングをする方でも安心して読み進められます。読者がつまずきそうなエラーの解決方法もとことんフォローしました。楽しいサンプルプログラムでRubyも学ぶことができます。これからWebアプリケーションを作ってみたい方、以前にプログラミングの学習を試みたが挫折してしまった方にもお勧めの1冊です。WindowsとmacOS両対応です。(こんな方におすすめ)・はじめてプログラミングを学ぶ方・これからRuby on ... もっと見る

    2,860 円

  • Mastering ESP32 Wi-Fi features

    Microcontroller Programming Series

    Sarful Hassan ...
    シリーズ series Microcontroller Programming Series
    Mastering ESP32 Wi-Fi Features is a practical, beginner-friendly guide designed to help you understand and confidently use Wi-Fi capabilities in the ESP32. Instead of only showing how to connect to a network, this book explains how Wi-Fi actually works inside the ESP32 and how to control it for real-world IoT applications.You will start with the basics of Wi-Fi technology and gradually move into ... もっと見る

    1,000 円

  • WebAssembly

    Imparare a scrivere e compilare applicazioni web con prestazioni elevate

    Gerard Gallant ...
    WebAssembly (Wasm o semplicemente WA) è uno standard web del W3C che permette di creare applicazioni con prestazioni e velocità incredibili. Per raggiungere questo risultato utilizza un formato binario ottenuto dalla compilazione di un formato testuale. Il codice binario può essere così eseguito quasi alla stessa velocità del codice in linguaggio macchina. WebAssembly può essere integrato con ... もっと見る

    5,800 円

  • エンジニアのためのマネジメント入門

    佐藤大典 ...
    (概要)エンジニアのためのマネジメント入門書です。エンジニアのキャリアパスの1つに「マネジメント」があります。エンジニアリング領域の知見を生かして、複数のチームメンバーをマネジメントする。エンジニアリングマネージャーとも呼ばれる、この仕事は、エンジニアにとっては多くの場合未知の領域です。エンジニアリングとマネジメントでは求められるスキルも異なり、仕事の進め方も大きく異なるからです。マネジメントを成功させるには、マネジメントの知識を学び、エンジニアからマネージャーへの「転職」ともいえる大きな変化を乗り越える必要があります。本書ではマネジメントの基礎知識や実践的なトピックを扱い、エンジニアがマネージャーとして働くための第一歩を解説します。(こんな方におすすめ)・ マネジメントに興味のあるエンジニア・昇進して、マネジメントの必要性が出てきたエンジニア・新人エンジニアリングマネージャー・マ... ... もっと見る

    2,640 円

  • Java Programming

    Brian Evenson ...
    Java is a multi-platform, object-oriented, and network-centric language that can be used as a platform in itself. It is a fast, secure, reliable programming language for coding everything from mobile apps and enterprise software to big data applications and server-side technologies.It contains all the essential Java programming subjects - classes, threads, objects, collection, and language ... もっと見る

    400 円

  • The Ghidra Book

    The Definitive Guide

    A guide to using the Ghidra software reverse engineering tool suite.The result of more than a decade of research and development within the NSA, the Ghidra platform was developed to address some of the agency's most challenging reverse-engineering problems. With the open-source release of this formerly restricted tool suite, one of the world's most capable disassemblers and intuitive decompilers ... もっと見る

    6,460 円

  • Computer Architecture with Python and ARM

    Learn how computers work, program your own, and explore assembly language on Raspberry Pi

    Alan Clements ...
    Learn computer architecture with Python and ARM, simulating assembly program execution and designing a computer simulator Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesBuild a computer simulator with Python: Learn computer architecture by designing and constructing a simulatorPython for architecture: Use Python to simulate and execute assembly language instructionsARM ... もっと見る

    3,616 円

  • Ultimate WebAssembly for High-Performance Apps

    Build Next-Generation High-Performance Web, Cloud, and Edge Applications with WebAssembly, WASI, Rust, C/C++, and JavaScript (English Edition)

    Unleash near-native performance for modern web and cloud applicationsKey Features● Build high-performance apps using WebAssembly across web, server, and edge.● Master Rust, C/C++, Node.js, and WASI for real-world Wasm workflows.● Deploy secure, scalable WebAssembly solutions for cloud, IoT, and AI systems.Book DescriptionWebAssembly is transforming how high-performance applications are b... ... もっと見る

    3,817 円