计算机组织与结构——性能设计(第九版)(英文版) pdf 夸克云 tct umd 下载 2025 azw3 kindle

计算机组织与结构——性能设计(第九版)(英文版)电子书下载地址
- 文件名
- [epub 下载] 计算机组织与结构——性能设计(第九版)(英文版) epub格式电子书
- [azw3 下载] 计算机组织与结构——性能设计(第九版)(英文版) azw3格式电子书
- [pdf 下载] 计算机组织与结构——性能设计(第九版)(英文版) pdf格式电子书
- [txt 下载] 计算机组织与结构——性能设计(第九版)(英文版) txt格式电子书
- [mobi 下载] 计算机组织与结构——性能设计(第九版)(英文版) mobi格式电子书
- [word 下载] 计算机组织与结构——性能设计(第九版)(英文版) word格式电子书
- [kindle 下载] 计算机组织与结构——性能设计(第九版)(英文版) kindle格式电子书
内容简介:
作者以Intel x86系列通用处理器和ARM系列嵌入式处理器作为主要考察实例贯穿全书,将当代计算机系统性能设计问题和计算机组织与结构的基本概念及原理紧密联系起来。通过介绍计算机的发展与演变引入性能评价和性能设计的概念,然后以自顶而下的方式逐层展开介绍计算机系统、存储器体系结构、I/O及互连、计算机算术、指令集体系结构的设计及其实现技术,最后还介绍了处理器的各种并行组织技术。全书力求追踪新技术步伐,添加了高速点到点互连技术、PCIe互连结构、固态驱动器与闪存、当今主机技术等新技术的讨论。
书籍目录:
Contents
Chapter 0 Reader’s and Instructor’s Guide
0.1 Outline of the Book
0.2 A Roadmap for Readers and Instructors
0.3 Why Study Computer Organization and Architecture?
0.4 Internet and Web Resources
Part One Overview
Chapter 1 Introduction
1.1 Organization and Architecture
1.2 Structure and Function
1.3 Key Terms and Review Questi***
Chapter 2 Computer Evolution and Performance
2.1 A Brief History of Computers
2.2 Designing for Performance
2.3 Multicore, MICs, and GPGPUs
2.4 The Evolution of the Intel x86 Architecture
2.5 Embedded Systems and the Arm
2.6 Performance Assessment
2.7 Recommended Reading
2.8 Key Terms, Review Questi***, and Problems
Part Two?The Computer System
Chapter 3 A Top-Level View of Computer Function and Interconnection
3.1 Computer Components
3.2 Computer Function
3.3 Interconnection Structures
3.4 Bus Interconnection
3.5 Point-to-Point Interconnect
3.6 PCI Express
3.7 Recommended Reading
3.8 Key Terms, Review Questi***, and Problems
Chapter 4 Cache Memory
4.1 Computer Memory System Overview
4.2 Cache Memory Principles
4.3 Elements of Cache Design
4.4 Pentium 4 Cache Organization
4.5 Arm Cache Organization
4.6 Recommended Reading
4.7 Key Terms, Review Questi***, and Problems
Appendix 4A Performance Characteristics of Two-Level Memories
Chapter 5 Internal Memory
5.1 Semiconductor Main Memory
5.2 Error Correction
5.3 Advanced Dram Organization
5.4 Recommended Reading
5.5 Key Terms, Review Questi***, and Problems
Chapter 6 External Memory
6.1 Magnetic Disk
6.2 Raid
6.3 Solid State Drives
6.4 Optical Memory
6.5 Magnetic Tape
6.6 Recommended Reading
6.7 Key Terms, Review Questi***, and Problems
Chapter 7 Input/Output
7.1 External Devices
7.2 I/O Modules
7.3 Programmed I/O
7.4 Interrupt-Driven I/O
7.5 Direct Memory Access
7.6 I/O Channels and Processors
7.7 The External Interface: Thunderbolt and Infiniband
7.8 IBM zEnterprise 196 I/O Structure
7.9 Recommended Reading
7.10 Key Terms, Review Questi***, and Problems
Chapter 8 Operating System Support
8.1 Operating System Overview
8.2 Scheduling
8.3 Memory Management
8.4 Pentium Memory Management
8.5 ARM Memory Management
8.6 Recommended Reading
8.7 Key Terms, Review Questi***, and Problems
Part three Arithmetic and Logic
Chapter 9 Number Systems
9.1 The Decimal System
9.2 Positional Number Systems
9.3 The Binary System
9.4 Converting Between Binary and Decimal
9.5 Hexadecimal Notation
9.6 Recommended Reading
9.7 Key Terms and Problems
Chapter 10 Computer Arithmetic
10.1 The Arithmetic and Logic Unit
10.2 Integer Representation
10.3 Integer Arithmetic
10.4 Floating-Point Representation
10.5 Floating-Point Arithmetic
10.6 Recommended Reading
10.7 Key Terms, Review Questi***, and Problems
Chapter 11 Digital Logic
11.1 Boolean Algebra
11.2 Gates
11.3 Combinational Circuits
11.4 Sequential Circuits
11.5 Programmable Logic Devices
11.6 Recommended Reading
11.7 Key Terms and Problems
Part Four The Central Processing Unit
Chapter 12 Instruction Sets: Characteristics and Functi***
12.1 Machine Instruction Characteristics
12.2 Types of Operands
12.3 Intel x86 and Arm Data Types
12.4 Types of Operati***
12.5 Intel x86 and ARM Operation Types
12.6 Recommended Reading
12.7 Key Terms, Review Questi***, and Problems
Appendix 12A Little-, Big-, and Bi-Endian
Chapter 13 Instruction Sets: Addressing Modes and Formats
13.1 Addressing Modes
13.2 x86 and ARM Addressing Modes
13.3 Instruction Formats
13.4 x86 and ARM Instruction Formats
13.5 Assembly Language
13.6 Recommended Reading
13.7 Key Terms, Review Questi***, and Problems
Chapter 14 Processor Structure and Function
14.1 Processor Organization
14.2 Register Organization
14.3 Instruction Cycle
14.4 Instruction Pipelining
14.5 The x86 Processor Family
14.6 The Arm Processor
14.7 Recommended Reading
14.8 Key Terms, Review Questi***, and Problems
Chapter 15 Reduced Instruction Set Computers
15.1 Instruction Execution Characteristics
15.2 The Use of a Large Register File
15.3 Compiler-Based Register Optimization
15.4 Reduced Instruction Set Architecture
15.5 RISC Pipelining
15.6 MIPS R4000
15.7 Sparc
15.8 RISC Versus CISC Controversy
15.9 Recommended Reading
15.10 Key Terms, Review Questi***, and Problems
Chapter 16 Instruction-Level Parallelism and Superscalar Processors
16.1 Overview
16.2 Design Issues
16.3 Pentium 4
16.4 Arm Cortex-A8
16.5 Recommended Reading
16.6 Key Terms, Review Questi***, and Problems
Part Five Parallel Organization
Chapter 17 Parallel Processing
17.1 Multiple Processor Organizati***
17.2 Symmetric Multiprocessors
17.3 Cache Coherence and the MESI Protocol
17.4 Multithreading and Chip Multiprocessors
17.5 Clusters
17.6 Nonuniform Memory Access
17.7 Vector Computation
17.8 Recommended Reading
17.9 Key Terms, Review Questi***, and Problems
Chapter 18 Multicore Computers
18.1 Hardware Performance Issues
18.2 Software Performance Issues
18.3 Multicore Organization
18.4 Intel x86 Multicore Organization
18.5 ARM11 MPCore
18.6 Ibm zEnterprise 196 Mainframe
18.7 Recommended Reading
18.8 Key Terms, Review Questi***, and Problems
Appendix A Projects for Teaching Computer Organization and Architecture
Appendix B Assembly Language and Related Topics
Glossary
References
Index
Online Chapters1
Part Six The Control Unit 19-1
Chapter 19 Control Unit Operation 19-1
19.1 Micro-operati*** 19-3
19.2 Control of the Processor 19-13
19.3 Hardwired Implementation 19-30
19.4 Recommended Reading 19-35
19.5 Key Terms, Review Questi***, and Problems 19-35
Chapter 20 Microprogrammed Control 20-1
20.1 Basic Concepts 20-3
20.2 Microinstruction Sequencing 20-16
20.3 Microinstruction Execution 20-26
20.4 TI 8800 20-45
20.5 Recommended Reading 20-59
20.6 Key Terms, Review Questi***, and Problems 20-60
作者介绍:
William Stallings在计算机安全、计算机网络和计算机系统结构的技术开发的广泛领域作出了独特的贡献。他撰写了多部著作,并在许多ACM和IEEE出版物上发表文章,包括IEEE和ACM的计算评论会议。 他先后11次获得年度*佳计算机科学教科书奖和学术作者协会奖。
William Stallings在计算机安全、计算机网络和计算机系统结构的技术开发的广泛领域作出了独特的贡献。他撰写了多部著作,并在许多ACM和IEEE出版物上发表文章,包括IEEE和ACM的计算评论会议。 他先后11次获得年度*佳计算机科学教科书奖和学术作者协会奖。
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
在线阅读地址:计算机组织与结构——性能设计(第九版)(英文版)在线阅读
在线听书地址:计算机组织与结构——性能设计(第九版)(英文版)在线收听
在线购买地址:计算机组织与结构——性能设计(第九版)(英文版)在线购买
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
书籍介绍
作者以Intel x86系列通用处理器和ARM系列嵌入式处理器作为主要考察实例贯穿全书,将当代计算机系统性能设计问题和计算机组织与结构的基本概念及原理紧密联系起来。通过介绍计算机的发展与演变引入性能评价和性能设计的概念,然后以自顶而下的方式逐层展开介绍计算机系统、存储器体系结构、I/O及互连、计算机算术、指令集体系结构的设计及其实现技术,最后还介绍了处理器的各种并行组织技术。全书力求追踪新技术步伐,添加了高速点到点互连技术、PCIe互连结构、固态驱动器与闪存、当今主机技术等新技术的讨论。
网站评分
书籍多样性:4分
书籍信息完全性:5分
网站更新速度:3分
使用便利性:6分
书籍清晰度:5分
书籍格式兼容性:5分
是否包含广告:4分
加载速度:4分
安全性:3分
稳定性:8分
搜索功能:9分
下载便捷性:7分
下载点评
- 下载速度快(269+)
- 体验差(61+)
- 推荐购买(385+)
- 无漏页(675+)
- 章节完整(322+)
- 种类多(667+)
- 快捷(168+)
- 体验还行(430+)
- 中评(517+)
- txt(70+)
- 五星好评(59+)
- 赞(660+)
下载评价
- 网友 习***蓉:
品相完美
- 网友 晏***媛:
够人性化!
- 网友 益***琴:
好书都要花钱,如果要学习,建议买实体书;如果只是娱乐,看看这个网站,对你来说,是很好的选择。
- 网友 师***怀:
好是好,要是能免费下就好了
- 网友 师***怡:
说的好不如用的好,真心很好。越来越完美
- 网友 田***珊:
可以就是有些书搜不到
- 网友 辛***玮:
页面不错 整体风格喜欢
- 网友 屠***好:
还行吧。
- 网友 权***颜:
下载地址、格式选择、下载方式都还挺多的
- 网友 曾***玉:
直接选择epub/azw3/mobi就可以了,然后导入微信读书,体验百分百!!!
- 网友 戈***玉:
特别棒
- 网友 步***青:
。。。。。好
- 网友 敖***菡:
是个好网站,很便捷
- 网友 隗***杉:
挺好的,还好看!支持!快下载吧!
- 网友 谢***灵:
推荐,啥格式都有
喜欢"计算机组织与结构——性能设计(第九版)(英文版)"的人也看了
大唐狄公案(套装1-6册)/高罗佩 著 东方推理殿堂级世纪小说! 一个极真实、残酷、神秘莫测的推理盛堂! pdf 夸克云 tct umd 下载 2025 azw3 kindle
聚烯烃共混物及材料基础和工业应用 聚烯烃 复合材料 共混 pdf 夸克云 tct umd 下载 2025 azw3 kindle
成长型集团管控实操全解【可开电子发票】 pdf 夸克云 tct umd 下载 2025 azw3 kindle
顽皮小熊纸板书系列 pdf 夸克云 tct umd 下载 2025 azw3 kindle
C#.NET 编程培训教程 pdf 夸克云 tct umd 下载 2025 azw3 kindle
现代性医学(第二版) pdf 夸克云 tct umd 下载 2025 azw3 kindle
触摸历史(精)/日知文丛 pdf 夸克云 tct umd 下载 2025 azw3 kindle
富人离婚的36个计策【达额立减】 pdf 夸克云 tct umd 下载 2025 azw3 kindle
世界文学名著宝库:野性的呼唤(青少版) pdf 夸克云 tct umd 下载 2025 azw3 kindle
9787511343956 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 青少年乒乓球入门教程 全彩图解视频学习版 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 亚原子粒子的发现 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 计算天天练4年级(人教版)上 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 新经典双语阅读.纳尼亚传奇:黎明踏浪号 The Voyage of the Dawn Treader pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 教育理论综合知识 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 绘声绘色的唐诗儿歌(套装共4册) pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 驱魔人·第一季·你是谁 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 2020新版【文字故事书】共6本第四辑 我的世界史蒂夫冒险系列第19-24册末地城之旅激发想象创造力少儿童8-14岁游戏故事图书籍 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 电力电缆安装运行技术问答 pdf 夸克云 tct umd 下载 2025 azw3 kindle
- 北京市高层***建筑太阳能热水系统应用 pdf 夸克云 tct umd 下载 2025 azw3 kindle
书籍真实打分
故事情节:4分
人物塑造:9分
主题深度:3分
文字风格:3分
语言运用:8分
文笔流畅:6分
思想传递:5分
知识深度:3分
知识广度:5分
实用性:5分
章节划分:4分
结构布局:7分
新颖与独特:4分
情感共鸣:5分
引人入胜:3分
现实相关:4分
沉浸感:9分
事实准确性:4分
文化贡献:5分