logo
分类于: 设计 云计算&大数据

简介

Write Great Code: Volume 1: Understanding the Machine

Write Great Code: Volume 1: Understanding the Machine 0.0分

资源最后更新于 2020-09-04 14:47:25

作者:Randall Hyde

出版社:No Starch Press

出版日期:2004-01

ISBN:9781593270032

文件格式: pdf

标签: 计算机 programming 编程 计算机科学 Programming 程序设计 阿男推荐 经典

简介· · · · · ·

If you've asked someone the secret to writing efficient, well-written software, the answer that you've probably gotten is "learn assembly language programming." By learning assembly language programming, you learn how the machine really operates and that knowledge will help you write better high-level language code. A dirty little secret assembly language programmers rarely adm...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

Chapter 1: What You Need to Know to Write Great Code
Chapter 2: Numeric Representation
Chapter 3: Binary Arithmetic and Bit Operations
Chapter 4: Floating Point Representation
Chapter 5: Character Representation
Chapter 6: Memory Organization and Access
Chapter 7: Composite Data Types and Memory Objects
Chapter 8: Boolean Logic and Digital Design
Chapter 9: CPU Architecture
Chapter 10: Instruction Set Architecture
Chapter 11: Memory Architecture and Organization
Chapter 12: Input and Output (I/O)
Thinking Low-Level, Writing High-Level
Appendix A: ASCII Character Set