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 円

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

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

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

  • Assembly Language:Simple, Short, And Straightforward Way Of Learning Assembly Programming

    This book is intended for beginners who would like to learn the basics of Assembly Programming. This book uses Simple words, Short sentences and Straightforward paragraphs. The triple S way to learn Assembly Programming. The topics covered in this book includes a brief introduction to assembly, common arithmetic instructions, character and string input and display routines, flow controls including ... もっと見る

    550 円

  • X86 Assembly Language and C Fundamentals

    Joseph Cavanagh ...
    The predominant language used in embedded microprocessors, assembly language lets you write programs that are typically faster and more compact than programs written in a high-level language and provide greater control over the program applications. Focusing on the languages used in X86 microprocessors, X86 Assembly Language and C Fundamentals expl ... もっと見る

    37,860 円

  • ノンプログラマーのための Visual Studio Code実践活用ガイド

    【ライティングやMarkdown記法、HTML/CSS編集、GitHub連携まで、VS Codeの活用法が満載!】Microsoftが無償公開しているコードエディター「Visual Studio Code(VS Code)」は、豊富な拡張機能によるカスタマイズ性の高さからプログラマーに人気がありますが、最近ではWebライターやWebデザイナー/Webコーダーなどのノンプログラマーにも利用者が増えています。本書は、主にWeb制作に携わる非プログラマーの職種の方を対象に、Visual Studio Codeの基本操作と環境設定から、ドキュメント作成/編集の技、Markdown記法による構造化文書作成の技、HTML&CSS作成/編集の技、GitHubと連携したバージョン管理/コラボレーションの技までを幅広く紹介。ウェブ業界定番の高機能エディター「VS Code ... もっと見る

    2,860 円

  • x86 Software Reverse-Engineering, Cracking, and Counter-Measures

    シリーズ series Tech Today
    A crystal-clear and practical blueprint to software disassemblyx86 Software Reverse-Engineering, Cracking, and Counter-Measures is centered around the world of disassembling software. It will start with the basics of the x86 assembly language, and progress to how that knowledge empowers you to reverse-engineer and circumvent software protections. No knowledge of assembly, reverse engineering, or ... もっと見る

    7,962 円

  • Arduino Cookbook

    Ricette per iniziare espandere e migliorare i tuoi progetti

    Titolo: Arduino Cookbook: Ricette per Iniziare, Espandere e Migliorare i Tuoi Progetti, 3a edizione Autore: Massimiliano Versino Descrizione Scopri il potere dell'elettronica e della programmazione con Arduino Cookbook, una guida completa pensata per tutti coloro che desiderano entrare nel mondo dell'IoT e della prototipazione. Questa terza edizione è arricchita con nuove ricette, aggiornamenti e ... もっと見る

    1,834 円

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

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

  • RISC-Vから学ぶC言語

    ポインタ理解のためのアセンブリ入門

    レ点 ...
    シリーズ series 技術の泉シリーズ
    本書は、C言語の核となる概念であるポインタを、RISC-Vアセンブリを通じて学ぶことに特化しています。C言語で書かれたポインタのコードをアセンブリ言語に変換し、その過程でポインタの動作と処理を詳細に解説します。さらに、コンピュータアーキテクチャの基礎知識やアセンブリコードの読み解き方も紹介し、読者が実際にコンパイルやシミュレーションを行うことで、ポインタの理解を促進するとともに低レベルの技術への入門を支援します。RISC-Vアーキテクチャに関心のある方にも役立つ内容です。本書は、C言語におけるポインタの理解を深めたい方や、低レベル技術への入門を目指す方に最適です。【目次】第1章 前提知識第2章 C言語からアセンブリ言語に変換第3章 アセンブリでポインタを理解する ... もっと見る

    1,980 円

  • Write Great Code, Volume 1, 2nd Edition

    Understanding the Machine

    Randall Hyde ...
    Understanding the Machine, the first volume in the landmark Write Great Code series by Randall Hyde, explains the underlying mechanics of how a computer works.This, the first volume in Randall Hyde's Write Great Code series, dives into machine organization without the extra overhead of learning assembly language programming. Written for high-level language programmers, Understanding the Machine ... もっと見る

    5,378 円

  • Montagem Audiovisual: Reflexões e Experiências

    O presente livro é resultado das comunicações apresentadas no Seminário Temático do XXIV e XXV Encontros na Socine. O primeiro deles realizado remotamente aos auspícios da ESPM RJ (Escola Superior de Propaganga e Marketing) em 2021 e o segundo, presencial, na USP (Universidade de São Paulo) em 2022. A publicação reúne 14 artigos com os mais diversos temas e métodos de abordagem que demonstram a ... もっと見る

    無料

  • The Art of ARM Assembly, Volume 1

    64-Bit ARM Machine Organization and Programming

    Randall Hyde ...
    Modern Instructions for 64-Bit ARM CPUsBuilding on Randall Hyde’s iconic series, The Art of ARM Assembly delves into programming 64-bit ARM CPUs—the powerhouses behind iPhones, Macs, Chromebooks, servers, and embedded systems.Following a fast-paced introduction to the art of programming in assembly and the GNU Assembler (Gas) specifically, you’ll explore memory organization, data representation, ... もっと見る

    9,691 円

  • Python for Beginners

    A Step-by-Step Guide to Master the Basics of Python with Easy Projects

    Lena Neill ...
    Do you want to learn how to code effectively in no time?Are you looking for a versatile programming language that can meet all your requirements?Look no more – this book has everything you need to get started!Python is a popular computer programming language that has been around since the early 1990s. It is designed to be simple and accessible, making it ideal for beginners who want to learn how ... もっと見る

    1,681 円

  • JavaScript

    Brian Evenson ...
    Start your journey towards becoming a JavaScript developer with the help of more than 100 fun exercises and projects.Key FeaturesWrite eloquent JavaScript and employ fundamental and advanced features to create your own web appsInteract with the browser with HTML and JavaScript, and add dynamic images, shapes, and text with HTML5 CanvasBuild a password checker, paint web app, hangman game, and many ... もっと見る

    400 円

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

  • The IDA Pro Book, 2nd Edition

    Chris Eagle ...
    No source code? No problem. With IDA Pro, the interactive disassembler, you live in a source code-optional world. IDA can automatically analyze the millions of opcodes that make up an executable and present you with a disassembly. But at that point, your work is just beginning. With The IDA Pro Book, you'll learn how to turn that mountain of mnemonics into something you can actually use.Hailed by ... もっと見る

    8,613 円