深入理解计算机系统:Computer Systems: A Programmer's Perspective

深入理解计算机系统:Computer Systems: A Programmer's Perspective
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美] (Bryant,R.E.) , [美] (Bryant,R.E.)
2006-07
版次: 1
ISBN: 9787121025808
定价: 89.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 978页
字数: 1417千字
114人买过
  •   本书主要介绍了计算机系统的基本概念,包括最底层的内存中的数据表示、流水线指令的构成、虚拟存储器、编译系统、动态加载库,以及用户应用等。书中提供了大量实际操作,可以帮助读者更好地理解程序执行的方式,改进程序的执行效率。此书以程序员的视角全面讲解了计算机系统,深入浅出地介绍了处理器、编译器、操作系统和网络环境,是这一领域的权威之作。
      本书适合作为计算机及相关专业的本科生教材,同时也适用于编程人员参考阅读。 Randal E.Brant:1981年在麻省理工学院获计算机科学博士学位,现任美国卡内基·梅隆大学计算机学院院长,是ACM和IEEE的双会士,多次获得这两个协会颁发的大奖。Bryant教授从事计算机系统方面的教学工作已超过20年,结合计算机体系结构课程多年的教学经验,他开始把关注点 1
    ATourofComputerSystems
    1.1InformationisBits+Context
    1.2ProgramsAreTranslatedbyOtherProgramsintoDifferentForms
    1.3ItPaystoUnderstandHowCompilationSystemsWork
    1.4ProcessorsReadandInterpretInstructionsStoredinMemory
    1.4.1HardwareOrganizationofaSystem
    1.4.2RunningthehelloProgram
    1.5CachesMatter
    1.6StorageDevicesFormaHierarchy
    1.7TheOperatingSystemManagestheHardware
    1.7.1Ptocesses
    1.7.2Threads
    1.7.3VirtualMemory
    1.7.4Files
    1.88SystemsCommunicateWithOtherSystemsUsingNetworks
    1.9TheNextStep
    1.10Summary
    BibliographicsNotes
    PartIProgramStructureandExecution
    RepresentingandManipulatingInformation

    2
    2.1InformationStorage
    2.1.1HexadecimalNotation
    2.1.2Words
    2.1.3DataSizes
    2.1.4AddressingandByteOrdering
    2.1.5RepresentingStrings
    2.1.6RepresentingCode
    2.1.7BooleanAlgebrasandRings
    2.1.8Bit-LevelOperationsinC
    2.1.9LogicalOperationsinC
    2.1.10ShiftOperationsinC
    2.2IntegerRepresentations
    2.2.1IntegralDataTypes
    2.2.2UnsignedandTwo's-ComplementEncodings
    2.2.3ConversionsBetweenSignedandUnsigned
    2.2.4Signedvs.Unsignedin
    2.25ExpandingtheBitRepresentationofaNumber
    2.2.6TruncatingNumbers
    2.2.7AdviceonSignedvs.Unsigned
    2.3IntegerArithmetic
    2.3.1UnsignedAddition
    2.3.2Two'sComplementAddition
    2.3.3Two's-ComplementNegation
    2.3.4UnsignedMultiplication
    2.3.5Two's-ComplementMultiplication
    2.3.6MultiplyingbyPowersofTwo
    2.3.7DividingbyPowersof'Two
    2.4FloatingPoint
    2.41FractionalBinaryNumbers
    2.4.2IEEEFloating-PointRepresentation
    2.4.3ExampleNumbers
    2.4.4Rounding
    2.4.5Floating-PointOperations
    2.4.6FloatingPointinC
    2.5Summary
    BibliographicNotes
    HomeworkProblems
    SolutiontoPracticeProblems

    3
    Machine-LevelRepresentationofPrograms
    3.1AHistoricalPerspective
    3.2ProgramEncodings
    3.2.1Machine-LevelCode
    3.2.2CodeExamples
    3.2.3ANoteonFormatting
    3.3DataFormats
    3.4AccessingInformation
    3.4.1OperandSpecifiers
    3.4.2DataMovementInstructions
    ……
    4ProcessorArchitecture
    5OptimizingProgramPerformance
    6TheMemoryHierarchy
    PartⅡRunningProgramsonaSystem
    7Linking
    8ExceptionalControlFlow
    9MeasuringProgramExecutionTime
    10VirtualMemory
    PartⅢInteractionandCommunicationBetweenPrograms
    11System-LevelI/O
    12NetworkProgramming
    13ConcurrentProgramming
    AHCLDescriptionsofProcessorControlLogic
    BErrorHandling
    Bibliography
    Index
  • 内容简介:
      本书主要介绍了计算机系统的基本概念,包括最底层的内存中的数据表示、流水线指令的构成、虚拟存储器、编译系统、动态加载库,以及用户应用等。书中提供了大量实际操作,可以帮助读者更好地理解程序执行的方式,改进程序的执行效率。此书以程序员的视角全面讲解了计算机系统,深入浅出地介绍了处理器、编译器、操作系统和网络环境,是这一领域的权威之作。
      本书适合作为计算机及相关专业的本科生教材,同时也适用于编程人员参考阅读。
  • 作者简介:
    Randal E.Brant:1981年在麻省理工学院获计算机科学博士学位,现任美国卡内基·梅隆大学计算机学院院长,是ACM和IEEE的双会士,多次获得这两个协会颁发的大奖。Bryant教授从事计算机系统方面的教学工作已超过20年,结合计算机体系结构课程多年的教学经验,他开始把关注点
  • 目录:
    1
    ATourofComputerSystems
    1.1InformationisBits+Context
    1.2ProgramsAreTranslatedbyOtherProgramsintoDifferentForms
    1.3ItPaystoUnderstandHowCompilationSystemsWork
    1.4ProcessorsReadandInterpretInstructionsStoredinMemory
    1.4.1HardwareOrganizationofaSystem
    1.4.2RunningthehelloProgram
    1.5CachesMatter
    1.6StorageDevicesFormaHierarchy
    1.7TheOperatingSystemManagestheHardware
    1.7.1Ptocesses
    1.7.2Threads
    1.7.3VirtualMemory
    1.7.4Files
    1.88SystemsCommunicateWithOtherSystemsUsingNetworks
    1.9TheNextStep
    1.10Summary
    BibliographicsNotes
    PartIProgramStructureandExecution
    RepresentingandManipulatingInformation

    2
    2.1InformationStorage
    2.1.1HexadecimalNotation
    2.1.2Words
    2.1.3DataSizes
    2.1.4AddressingandByteOrdering
    2.1.5RepresentingStrings
    2.1.6RepresentingCode
    2.1.7BooleanAlgebrasandRings
    2.1.8Bit-LevelOperationsinC
    2.1.9LogicalOperationsinC
    2.1.10ShiftOperationsinC
    2.2IntegerRepresentations
    2.2.1IntegralDataTypes
    2.2.2UnsignedandTwo's-ComplementEncodings
    2.2.3ConversionsBetweenSignedandUnsigned
    2.2.4Signedvs.Unsignedin
    2.25ExpandingtheBitRepresentationofaNumber
    2.2.6TruncatingNumbers
    2.2.7AdviceonSignedvs.Unsigned
    2.3IntegerArithmetic
    2.3.1UnsignedAddition
    2.3.2Two'sComplementAddition
    2.3.3Two's-ComplementNegation
    2.3.4UnsignedMultiplication
    2.3.5Two's-ComplementMultiplication
    2.3.6MultiplyingbyPowersofTwo
    2.3.7DividingbyPowersof'Two
    2.4FloatingPoint
    2.41FractionalBinaryNumbers
    2.4.2IEEEFloating-PointRepresentation
    2.4.3ExampleNumbers
    2.4.4Rounding
    2.4.5Floating-PointOperations
    2.4.6FloatingPointinC
    2.5Summary
    BibliographicNotes
    HomeworkProblems
    SolutiontoPracticeProblems

    3
    Machine-LevelRepresentationofPrograms
    3.1AHistoricalPerspective
    3.2ProgramEncodings
    3.2.1Machine-LevelCode
    3.2.2CodeExamples
    3.2.3ANoteonFormatting
    3.3DataFormats
    3.4AccessingInformation
    3.4.1OperandSpecifiers
    3.4.2DataMovementInstructions
    ……
    4ProcessorArchitecture
    5OptimizingProgramPerformance
    6TheMemoryHierarchy
    PartⅡRunningProgramsonaSystem
    7Linking
    8ExceptionalControlFlow
    9MeasuringProgramExecutionTime
    10VirtualMemory
    PartⅢInteractionandCommunicationBetweenPrograms
    11System-LevelI/O
    12NetworkProgramming
    13ConcurrentProgramming
    AHCLDescriptionsofProcessorControlLogic
    BErrorHandling
    Bibliography
    Index
查看详情
相关图书 / 更多
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入理解移动互联网
吴功宜 吴英 编著
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入实施“四个育人”,彰显本科人才培养特色——云南大学本科教育改革与创新优秀论文集
主编唐旭光
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入浅出C语言程序设计(第3版·微课版)
李俊·c;强振平;荣剑;张晴晖;赵毅力;钟丽辉
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入浅出C#(视频教学版)
赵云
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入实践Kotlin元编程
霍丙乾 著
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入北方的小路(布克奖震撼杰作。人生在世,行走于地狱屋顶,凝望花朵。余华力荐“了不起的小说”!)
[澳]理查德·弗兰纳根 著;新经典 出品
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入学习习近平关于科技创新的重要论述
科学技术部编写组 著
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入浅出IoT:完整项目通关实战
[英]吉姆·贝内特(Jim Bennett) 著;柴火创客空间 译;[美]珍·福克斯(Jen Fox);[美]珍·卢珀(Jen Looper)
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入浅出SSD:固态存储核心技术、原理与实战 第2版
SSDFans 胡波 石亮 岑彪
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入地心 少儿科普 新华正版
英国尤斯伯恩出版公司
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入理解FFmpeg
刘歧 赵军 杜金房 赵文杰 宋韶颍
深入理解计算机系统:Computer Systems: A Programmer's Perspective
深入人心:数字产品设计的底层逻辑
林婕
您可能感兴趣 / 更多
深入理解计算机系统:Computer Systems: A Programmer's Perspective
孩子,把你的手给我1:怎么说孩子才爱听,怎么教孩子才肯学?帮助每一位3-12岁孩子的父母结束与孩子的所有冲突!
[美]海姆·G.吉诺特
深入理解计算机系统:Computer Systems: A Programmer's Perspective
怎样做成大事
[美]丹·加德纳(Dan Gardner) 著;贾拥民 译;湛庐文化 出品;[丹麦]傅以斌(Bent Flyvbjerg)
深入理解计算机系统:Computer Systems: A Programmer's Perspective
1200年希腊罗马神话
[美]伊迪丝·汉密尔顿
深入理解计算机系统:Computer Systems: A Programmer's Perspective
爱情心理学(新编本)
[美]罗伯特·J. 斯腾伯格 (美)凯琳·斯腾伯格 倪爱萍 译
深入理解计算机系统:Computer Systems: A Programmer's Perspective
黄金圈法则
[美]西蒙·斯涅克 著;磨铁文化 出品
深入理解计算机系统:Computer Systems: A Programmer's Perspective
汤姆·索亚历险记 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]马克 吐温
深入理解计算机系统:Computer Systems: A Programmer's Perspective
富兰克林自传 名家全译本 改变无数人命运的励志传奇 埃隆马斯克反复推荐 赠富兰克林签名照及精美插图
[美]本杰明·富兰克林 著;李自修 译
深入理解计算机系统:Computer Systems: A Programmer's Perspective
意大利文艺复兴新艺术史
[美]迈克尔·韦恩·科尔 著;[美]斯蒂芬·J·坎贝尔;邵亦杨
深入理解计算机系统:Computer Systems: A Programmer's Perspective
汤姆素亚历险记:中小学生课外阅读快乐读书吧 儿童文学无障碍有声伴读世界名著童话故事
[美]马克·吐温
深入理解计算机系统:Computer Systems: A Programmer's Perspective
老人与海 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]海明威
深入理解计算机系统:Computer Systems: A Programmer's Perspective
养育的觉醒:全面激发孩子自驱力,教你如何心平气和做妈妈
[美]凯文·莱曼 著;唐晓璐 译;斯坦威 出品
深入理解计算机系统:Computer Systems: A Programmer's Perspective
国际大奖图画书系列 共11册(小老鼠的恐惧的大书,大灰狼,红豆与菲比,别烦我,下雪了 ,穿靴子的猫 ,先有蛋,绿 ,特别快递,如果你想看鲸鱼 ,一个部落的孩子 ) 麦克米伦世纪
[美]莱恩·史密斯 (英)埃米莉·格雷维特 (美)劳拉·瓦卡罗·等/文 (英)埃米莉·格雷维特 等/图 彭懿 杨玲玲 阿甲 孙慧阳 白薇 译