计算机组成与设计
批量上传可能会有误差 图片为准 批量上书均为单本 非全新书不保证没有笔记 A115AZ1
¥
9.2
1.1折
¥
85
八五品
仅1件
作者[美]帕特森(Patterson D.A.) 著
出版社机械工业出版社
出版时间2006-07
版次1
装帧平装
货号A115AZ1
上书时间2023-11-26
商品详情
- 品相描述:八五品
- 商品描述
-
CHAPTERS
1ComputerAbstractionsandTechnology
1.1Introduction
1.2BelowYourProgram
1.3UndertheCovers
1.4RealStuff:ManufacturingPentium4Chips
1.5FallaciesandPitfalls
1.6ConcludingRemarks
1.7HistoricalPerspectiveandFurtherReading
1.8Exercises
COMPUTERSINTHEREALWORLD
2Instructions:LanguageoftheComputer
2.1Introduction
2.2OperationsoftheComputerHardware
2.3OperandsoftheComputerHardware
2.4RepresentingInstructionsintheComputer
2.5LogicalOperations
2.6InstructionsforMakingDecisions
2.7SupportingProceduresinComputerHardware
2.8Communicatingwithpeople
2.9MIPSAddressingfor32-BitImmediatesandAddresses
2.10TranslatingandStartingaProgram
2.11HowCompilersOptimize
2.12HowCompilersWork:AnIntroduction
2.13ACSortExampletoPutItAllTogether
2.14ImplementinganObject-OrientedLanguage
2.15ArraysversusPointers
2.16ReslStuff:IA-32Instructions
2.17FallaciesandPitfalls
2.18ConcludingRemarks
2.19HistoricalPerspectiveandFurtherReading
2.20Exercises
COMPUTERSINTHEREALWORLD
3ArithmeticforComputers
4AssessingandUnderstandingPerformance
5TheProcessor:DatapathandControl
6EnhancingPerformancewithPipelining
7LargeandFast:ExploitingMemoryHierarchy
8Storage,Networks,andOtherPeripherals
9MultiprocessorsandClusters
APPENDICES
AAssemblers,Linkers,andSPIMSimulatorA-2
BTheBasicsofLogicDesignB-2
软件设计者对软件系统运行环境硬件技术是否了解、了解多少会很大程度地影响软件系统的性能,同样,硬件设计者也必须了解他们的设计决策将对软件产生怎样的影响。本书着叟于当前计算机设计中最基本的概念,展示了软硬件间的关系。无论上述的哪一类读者,本书的内容都会使他们对计算机有更深入的认识。
同以往版本一样,本书采用MIPS处理器作为展示计算机硬件技术基本功能的核心。本书逐条指令地列举了完整的MIPS指令集——汇编语言的核心、计算机算术运算、流水线、存储器层次结构以及I/O,并介绍了网络和多处理结构的基本内容。
将CPU性能和程序性能紧密地联系起来是本版的另一个新增内容。作者展示了软硬件部件(如算法、编程语言、编译器、指令集系统结构以及处理器的实现)如何影响程序的性能。另外,本版对软硬件的讨论更加深入,并在光盘中为侧重硬件和侧重软件的读者分别提供了相关资料。
随书光盘的内容非常丰富,不仅包括第9章、附录、本书网站内容、附加习题、术语表、参考文献、索引等,而且还提供了HDL模拟器、MIPS模拟器以及FPGA设计工具等软件。
图书标准信息
-
作者
[美]帕特森(Patterson D.A.) 著
-
出版社
机械工业出版社
-
出版时间
2006-07
-
版次
1
-
ISBN
9787111193395
-
定价
85.00元
-
装帧
平装
-
开本
16开
-
纸张
胶版纸
-
页数
621页
-
丛书
经典原版书库
- 【内容简介】
-
软件设计者对软件系统运行环境硬件技术是否了解、了解多少会很大程度地影响软件系统的性能,同样,硬件设计者也必须了解他们的设计决策将对软件产生怎样的影响。本书着叟于当前计算机设计中最基本的概念,展示了软硬件间的关系。无论上述的哪一类读者,本书的内容都会使他们对计算机有更深入的认识。
同以往版本一样,本书采用MIPS处理器作为展示计算机硬件技术基本功能的核心。本书逐条指令地列举了完整的MIPS指令集——汇编语言的核心、计算机算术运算、流水线、存储器层次结构以及I/O,并介绍了网络和多处理结构的基本内容。
将CPU性能和程序性能紧密地联系起来是本版的另一个新增内容。作者展示了软硬件部件(如算法、编程语言、编译器、指令集系统结构以及处理器的实现)如何影响程序的性能。另外,本版对软硬件的讨论更加深入,并在光盘中为侧重硬件和侧重软件的读者分别提供了相关资料。
随书光盘的内容非常丰富,不仅包括第9章、附录、本书网站内容、附加习题、术语表、参考文献、索引等,而且还提供了HDL模拟器、MIPS模拟器以及FPGA设计工具等软件。
- 【目录】
-
CHAPTERS
1ComputerAbstractionsandTechnology
1.1Introduction
1.2BelowYourProgram
1.3UndertheCovers
1.4RealStuff:ManufacturingPentium4Chips
1.5FallaciesandPitfalls
1.6ConcludingRemarks
1.7HistoricalPerspectiveandFurtherReading
1.8Exercises
COMPUTERSINTHEREALWORLD
2Instructions:LanguageoftheComputer
2.1Introduction
2.2OperationsoftheComputerHardware
2.3OperandsoftheComputerHardware
2.4RepresentingInstructionsintheComputer
2.5LogicalOperations
2.6InstructionsforMakingDecisions
2.7SupportingProceduresinComputerHardware
2.8Communicatingwithpeople
2.9MIPSAddressingfor32-BitImmediatesandAddresses
2.10TranslatingandStartingaProgram
2.11HowCompilersOptimize
2.12HowCompilersWork:AnIntroduction
2.13ACSortExampletoPutItAllTogether
2.14ImplementinganObject-OrientedLanguage
2.15ArraysversusPointers
2.16ReslStuff:IA-32Instructions
2.17FallaciesandPitfalls
2.18ConcludingRemarks
2.19HistoricalPerspectiveandFurtherReading
2.20Exercises
COMPUTERSINTHEREALWORLD
3ArithmeticforComputers
4AssessingandUnderstandingPerformance
5TheProcessor:DatapathandControl
6EnhancingPerformancewithPipelining
7LargeandFast:ExploitingMemoryHierarchy
8Storage,Networks,andOtherPeripherals
9MultiprocessorsandClusters
APPENDICES
AAssemblers,Linkers,andSPIMSimulatorA-2
BTheBasicsofLogicDesignB-2
点击展开
点击收起
— 没有更多了 —
以下为对购买帮助不大的评价