欢迎来到天天文库
浏览记录
ID:39713436
大小:5.08 MB
页数:782页
时间:2019-07-09
《Computer-Systems-A-Programmer's-Perspective 》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、ContentsPrefacei1Introduction11.1InformationisBitsinContext.................................21.2ProgramsareTranslatedbyOtherProgramsintoDifferentForms...............31.3ItPaystoUnderstandHowCompilationSystemsWork....................41.4ProcessorsReadandInterpretInstruct
2、ionsStoredinMemory.................51.4.1HardwareOrganizationofaSystem..........................51.4.2RunningthehelloProgram.............................81.5CachesMatter..........................................91.6StorageDevicesFormaHierarchy...........................
3、....101.7TheOperatingSystemManagestheHardware.........................111.7.1Processes........................................131.7.2Threads.........................................141.7.3VirtualMemory.....................................141.7.4Files....................
4、.......................151.8SystemsCommunicateWithOtherSystemsUsingNetworks.................161.9Summary............................................18IProgramStructureandExecution192RepresentingandManipulatingInformation212.1InformationStorage...........................
5、............222.1.1HexadecimalNotation.................................232.1.2Words..........................................2534CONTENTS2.1.3DataSizes........................................252.1.4AddressingandByteOrdering.............................262.1.5Representin
6、gStrings..................................332.1.6RepresentingCode...................................332.1.7BooleanAlgebrasandRings..............................342.1.8Bit-LevelOperationsinC...............................372.1.9LogicalOperationsinC.......................
7、.........392.1.10ShiftOperationsinC..................................402.2IntegerRepresentations.....................................412.2.1IntegralDataTypes...................................412.2.2UnsignedandTwo'sComplementEncodings.....................412.2.3Conversi
8、onsBetweenSignedandUnsigned......................452.2.4Signedvs.UnsignedinC................................47
此文档下载收益归作者所有