Skip to main content

カート

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

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

おすすめ

Loading...

アセンブリ言語 電子書籍

アセンブリ言語 の本がお好きな方におすすめです。
89件の検索結果中124を表示
Skip side bar filters
  • 31バイトでつくるアセンブラプログラミング

    アセンブラ短歌の世界

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

    3,300 円

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

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

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

    13,297 円

  • Microcontrollers

    Fundamentals and Applications with PIC

    Microcontrollers exist in a wide variety of models with varying structures and numerous application opportunities. Despite this diversity, it is possible to find consistencies in the architecture of most microcontrollers. Microcontrollers: Fundamentals and Applications with PIC focuses on these common elements to describe the fundamentals of microcontroller design and programming. Using clear, ... もっと見る

    13,297 円

  • HTML5 and CSS3 All-in-One For Dummies

    Andy Harris ...
    A new edition of a bestseller covers the latest advances in web development!HTML5 and CSS3 are essential tools for creating dynamic websites and boast updates and enhanced features that can make your websites even more effective and unique. This friendly, all-in-one guide covers everything you need to know about each of these technologies and their latest versions so that you can use them together ... もっと見る

    4,327 円

  • Writing a C Compiler

    Build a Real Programming Language from Scratch

    Nora Sandler ...
    A fun, hands-on guide to writing your own compiler for a real-world programming language.Compilers are at the heart of everything programmers do, yet even experienced developers find them intimidating. For those eager to truly grasp how compilers work, Writing a C Compiler dispels the mystery. This book guides you through a fun and engaging project where you’ll learn what it takes to compile a ... もっと見る

    7,636 円

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

    2,800 円

  • Learn WebAssembly

    Build web applications with native performance using Wasm and C/C++

    Mike Rourke ...
    In the first definitive guide on WebAssembly, you'll learn how you can wield this new technology to break through the current barriers of web development and build an entirely new class of performant applications . Key FeaturesGenerate WebAssembly modules from C and C++ using Emscripten and interact with these modules in the browserLearn how to use WebAssembly outside of the browser and load ... もっと見る

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

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

  • パーフェクトRust

    古川正寿 ...
    シリーズ series パーフェクト
    (概要)Rustは2015年に1.0がリリースされた比較的新しい言語ですが,メモリの安全性が保障されていながら,C++並みの高速性があるという点でC/C++の代替えとして注目されています。近年、グーグルがAndroid OSの開発言語にマイクロソフトがWindowsの開発にRustを採用したことにより,今後の主流言語の1つとしてRustの可能性を感じているエンジニアも増えてきています。そこで本書籍は仕事で利用するエンジニアに向け,Rustの言語仕様からエラー処理/パッケージ管理/メモリ管理といったRust独特の解説、各種開発方法まで現場で必用となる知識をまとめた「パーフェクト」シリーズの1冊。Rust 1.6対応。(こんな方におすすめ)・他のプログラミング言語経験があり、Rustを始めようとしている方・Rustの基本的な知識や特徴を学習したいと考えている方(目次)Part... ... もっと見る

    4,180 円

  • The Design and Implementation of the RT-Thread Operating System

    Since the release of V0.01 in 2006, to the present V4.0 version, RT-Thread has developed a reputation among developers for its open source strategy. RT-Thread has gained a large following among members of the embedded open source community in China with hundreds of thousands of enthusiasts. RT-Thread is widely used in energy, automotive, medical, consumer electronics, among other applications, ... もっと見る

    11,933 円

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

    8,117 円

  • Assembly Language

    From Basics to Expert Proficiency

    編集 William Smith ...
    "Assembly Language: From Basics to Expert Proficiency" is a comprehensive guide for mastering the intricacies of assembly language programming. This book is meticulously crafted to provide a solid foundation for beginners while progressively introducing advanced topics. Readers will gain a deep understanding of low-level programming concepts, essential assembly instructions, data representation, ... もっと見る

    1,100 円 または Kobo Plus なら無料

  • Assembly Language

    The Ultimate Guide to Programming and Virtual Machines

    Jonathan Rigdon ...
    Assembly language is often considered a bridge between high-level programming languages and machine code. Unlike high-level languages such as Python or C, which use human-readable syntax and abstract away many details of the underlying hardware, assembly language provides a more direct representation of the CPU's operations.Each assembly language instruction corresponds to a specific operation ... もっと見る

    242 円 または Kobo Plus なら無料

  • 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 円 または Kobo Plus なら無料

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

    550 円

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

    550 円

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

    8,352 円

  • TypeScript Programming In Action

    Code Editing For Software Engineers

    Rob Botwright ...
    Introducing TypeScript Programming in Action - Your Ultimate Guide to Mastery! Are you ready to embark on a transformative journey into the world of TypeScript, one of the most powerful tools in the realm of web development? Look no further because we have curated the perfect bundle for you - "TypeScript Programming in Action: Code Editing for Software Engineers." What's Inside the Bundle?Book 1: ... もっと見る

    1,239 円 または Kobo Plus なら無料

  • Let’s code Scratch!

    Hauke Fehr ...
    Von Null auf 100 – mit Scratch wirst du zum Programmierer!Werde ein echter Programmierer und schreibe deine eigenen Spiele und andere Programme: Scratch ist eine Programmiersprache extra für Kinder und Jugendliche, die leicht zu erlernen ist. Du brauchst kein Vorwissen und lernst in tollen Projekten schrittweise alle Funktionen kennen. Setze dein Wissen ein, um Bälle hüpfen, Katzen tanzen oder ... もっと見る

    3,089 円

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

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

    2,640 円

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

    無料

  • Handbuch PIC24/dsPIC-Mikrocontroller

    Praxisbeispiele zur Anwendung der Module und Befehle

    シリーズ series Mikrocontroller Programmierung
    16-Bit-PICs sind die perfekte Lösung, wenn Sie einfache Handhabung und eine große Anwendungsbreite bei Controllern suchen. Die Klasse der 16-Bit-PICs besitzt eine große Fülle von Typen, welche sich in ihrer Ausstattung und auch in einigen Punkten der Funktionalität unterscheiden. Der Schwerpunkt des Buches besteht darin, die gemeinsamen Eigenschaften verständlich zu machen. Alle Typen der 16-Bit ... もっと見る

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