计算机系统设计原理

计算机系统设计原理
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美] , [美]
2009-10
版次: 1
ISBN: 9787302212003
定价: 59.00
装帧: 平装
开本: 16开
纸张: 胶版纸
页数: 526页
正文语种: 简体中文,英语
原版书名: Principles of Computer System Design: An Introduction
75人买过
  •   《计算机系统设计原理(影印版)》由计算机系统设计的权威专家、美国麻省理工学院Saltzer和Kaashoek教授编写。《计算机系统设计原理(影印版)》是第一本阐述计算机系统设计中的基本原理和抽象的教材,是麻省理工开放式课程计划(MITOpenCourseware)中“计算机系统工程”课程的主教材。计算机系统的基本原理横跨于操作系统、网络、数据库、分布式系统、程序设计语言、软件工程以及计算机体系结构等方面。通过详细分析每个基本原理的案例,《计算机系统设计原理(影印版)》演示了如何应用这些原理和抽象来解决实际的计算机系统设计问题。《计算机系统设计原理(影印版)》的重点是计算机系统的设计,因此,《计算机系统设计原理(影印版)》阐述了那些在实践中已证明是成功的抽象概念,如命令、远程过程调用、客户/服务器组织结构、文件系统、事务处理、修复复制、读/写一致性,以及认证与保密消息等概念。这些抽象概念使得计算机系统设计者可以用功能日益强大的模块来构建计算机系统,保护计算机系统避免从意外的编程错误到恶意入侵在内的各种故障。《计算机系统设计原理(影印版)》描述了如何实现这些抽象概念,演示了如何把它们应用于不同的系统,为读者日后的设计工作打下基础。   JeromeH.SaltzerreceivedthedegreeofSc.D.inthefieldofElectricaIEngineeringin1966fromtheMassachusettsInstituteofTechnology.Since1966hehasbeenafacultymemberinM.I.I.sDepartmentofElectricaIEngineeringandComputerScience,wherehehelpedtoformulatetheoriginalundergraduatecurriculuminComputerScience.AttheM.I.TComputerScienceandArtificiaIIntelligenceLaboratoryhedesignedoneoftheearliestwidely-usedword..processingsystems;heparticipatedinthedevelopmentoftheMulticssystem,forwhichhedesignedthekerneIthreadpackageandwithstudentsandcolleaguesdevelopedthesecuritymechanismsandwhatwouldtodaybeknownasamicrokernel;togetherwithDavidClarkandDavidReed.hearticulatedtheend-to-endargument.akeyorganizingprincipleoftheInternet;andhewasalsoinvolvedinthedesignofatoken.passingringIocaIareanetwork.thenetworkingofpersonalcomputers,theKerberossingleloginauthenticationsystem.anddigitallibrarysystems.ProfessorSaltzerwasTechnicaIDirectorofM.I.TProjectAthena.asystemforundergraduateeducationandanearlyexampleofasystemoforganizationnowcalled"cloudcomputing".Throughouthiswork.hehashadaparticularinterestintheimpactofcomputersystemsonprivacyandtherisksofdependingonfragiletechnology.ProfessorSaltzerisamemberoftheNationaIAcademyofEngineering.aFellowoftheIEEEandtheAAAS,amemberoftheAssociationforComputingMachinery.theACMCommitteeonComputersandPublicPolicy.theCatalogRaisonneScholarsAssociation,aformermemberoftheComputerScienceandTelecommunicatiOnsBoardoftheNationalResearchCouncil.andaformermemberoftheMayorsTelecommunicationsAdvisoryBoardfortheCityofNewton.Massachusetts.
      M.FransKaashoekreceivedhisPh.D.in1992fromtheVriieUniversiteitinAmsterdam.TheNetherlands.fOrhisworkongroupcommunicationintheAmoebadistributedoperatingsystem,underthesupervisionofA.S.Tanenbaum.Since1993hehasbeenafacuitymemberinM.I.TsDepartmentofElectricaIEnqineeringandComputerScience.whereheandProfessorSaltzerco-developedthecoreundergraduatesubjectonfhedesignofcomputersystems.ProfessorKaashoekisamemberoftheComputerScienceandArtificialIntelligenceLaboratory.wherehisprincipalfieldofinterestisdesigningandbuildingcomputersystems.Heco.1eadstheparalleIanddistributedoperatingsystemsgroup.Hispastresearchincollaborationwithcolleaquesandstudentsincludestheexokerneloperatingsystem,theClickmodularrouter,theRONoverlay.theself.certifyingfilesystem,theChorddistributedhashtable,andtheAsbestossecureoperatingsystem.HealsoparticipatedinstartingtwosuccessfulITcompanies.ProfessorKaashoekisamemberoftheNationaIAcademyofEngineeringandtherecipientofseveralawards.includingtheinauguralACMSIGOPSMarkWeiserawardfordemonstratingcreativityandinnovationinoperatingsystemsresearch. PARTⅠ
    ListofSidebars
    Preface
    WheretofindPartⅡandotherOn-lineMaterials
    Acknowledgments
    CHAPTER1Systems
    Overview
    1.1SystemsandComplexity
    1.1.1CommonProblemsofSystemsinManyFields
    1.1.2Systems,Components,Interfaces,andEnvironments
    1.1.3Complexity
    1.2SourcesofComplexity
    1.2.1CascadingandInteractingRequirements
    1.2.2MaintainingHighUtilization
    1.3CopingwithComplexityⅠ
    1.3.1Modularity
    1.3.2Abstraction
    1.3.3Layering
    1.3.4Hierarchy
    1.3.5PuttingitBackTogether:NamesmakeConnections
    1.4ComputerSystemsaretheSamebutDifferent
    1.4.1ComputerSystemshavenoNearbyBoundsonComposition
    1.4.2d(technology)/dtisUnprecedented
    1.5CopingwithComplexityⅡ
    1.5.1WhyModularity,Abstraction,Layering,andHierarchyarentEnough
    1.5.2Iteration
    1.5.3KeepitSimple
    WhattheRestofthisBookisAbout
    Exercises

    CHAPTER2ElementsofComputerSystemOrganization
    Overview
    2.1TheThreeFundamentalAbstractions
    2.1.1Memory2.1.2Interpreters
    2.1.3CommunicationLinks
    2.2NaminginComputerSystems
    2.2.1TheNamingModel
    2.2.2DefaultandExplicitContextReferences
    2.2.3PathNames,NamingNetworks,andRecursiveNameResolution
    2.2.4MultipleLookup:SearchingthroughLayeredContexts
    2.2.5ComparingNames
    2.2.6NameDiscovery
    2.3OrganizingComputerSystemswithNamesandLayers
    2.3.1AHardwareLayer:TheBus
    2.3.2ASoftwareLayer:TheFileAbstraction
    2.4LookingBackandAhead
    2.5CaseStudy:UNIXFileSystemLayeringandNaming
    2.5.1ApplicationProgrammingInterfacefortheUNIXFile-System
    2.5.2TheBlockLayer
    2.5.3TheFileLayer
    2.5.4TheInodeNumberLayer
    2.5.5TheFileNameLayer
    2.5.6ThePathNameLayer
    2.5.7Links
    2.5.8Renaming
    2.5.9TheAbsolutePathNameLayer
    2.5.10TheSymbolicLinkLayer
    2.5.11ImplementingtheFileSystemAPI
    2.5.12TheShellandImpliedContexts,SearchPaths,andNameDiscovery
    2.5.13SuggestionsforFurtherReading
    Exercises

    CHAPTER3TheDesignofNamingSchemes
    Overview
    3.1ConsiderationsintheDesignofNamingSchemes
    3.1.1ModularSharing
    3.1.2MetadataandNameOverloading
    3.1.3Addresses:NamesthatLocateObjects
    3.1.4GeneratingUniqueNames
    3.1.5IntendedAudienceandUser-FriendlyNames
    3.1.6RelativeLifetimesofNames,Values,andBindings
    3.1.7LookingBackandAhead:NamesareaBasicSystemComponent
    3.9CaseStudy:TheUniformResourceLocator(URL)
    3.2.1SurfingasaReferentialExperience;NameDiscovery
    3.2.2InterpretationoftheURL
    3.2.3URLCaseSensitivity
    3.2.4WrongContextReferencesforaPartialURL
    3.2.5OverloadingofNamesinURLs
    3.3WarStories:PathologiesintheUseofNames
    3.3.1ANameCollisionEliminatesSmilingFaces
    3.3.2FragileNamesfromOverloading,andaMarketSolution...
    3.3.3MoreFragileNamesfromOverloading,withMarketDisruption
    3.3.4Case-SensitivityinUser-FriendlyNames
    3.3.5RunningOutofTelephoneNumbers
    Exercises

    CHAPTER4EnforcingModularitywithClientsandServices
    Overview
    4.1Client/ServiceOrganization
    4.1.1FromSoftModularitytoEnforcedModularity
    4.1.2Client/ServiceOrganization
    4.1.3MultipleClientsandServices
    4.1.4TrustedIntermediaries
    4.1.5ASimpleExampleService
    4.2CommunicationBetweenClientandService
    4.2.1RemoteProcedureCall(RPC)
    4.2.2RPCsarenotIdenticaltoProcedureCalls
    4.2.3CommunicatingthroughanIntermediary
    4.3SummaryandTheRoadAhead
    4.4CaseStudy:TheInteruetDomainNameSystem(DNS)
    4.4.1NameResolutioninDNS
    4.4.2HierarchicalNameManagement
    4.4.3OtherFeaturesofDNS
    4.4.4NameDiscoveryinDNS
    4.4.5TrustworthinessofDNSResponses
    4.5CaseStudy:TheNetworkFileSystem(NFS)
    4.5.1NamingRemoteFilesandDirectories
    4.5.2TheNFSRemoteProcedureCalls
    4.5.3ExtendingtheunixFileSystemtoSupportNFS
    4.5.4Coherence
    4.5.5NFSVersion3andBeyond
    Exercises

    CHAPTER5EnforcingModularitywithVirtualization
    Overview
    5.1Client/ServerOrganizationwithinaComputerUsingVirtualization
    5.1.1AbstractionsforVirtualizingComputers
    5.1.2EmulationandVirtualMachines
    5.1.3Roadmap:Step-by-StepVirtualization
    5.2VirtualLinksUsingSEND,RECEIVE,andaBoundedBuffer
    5.2.1AnInterfaceforSENDandRECEIVEwithBoundedBuffers
    5.2.2SequenceCoordinationwithaBoundedBuffer
    5.2.3RaceConditions
    5.2.4LocksandBefore-or-AfterActions
    5.2.5Deadlock
    5.2.6ImplementingACQUIREandRELEASE
    5.2.7ImplementingaBefore-or-AfterActionUsingtheOne-WriterPrinciple
    5.2.8CoordinationbetweenSynchronousIslandswithAsynchronousConnections
    5.3EnforcingModularityinMemory
    5.3.1EnforcingModularitywithDomains
    5.3.2ControlledSharingUsingSeveralDomains
    5.3.3MoreEnforcedModularitywithKernelandUserMode
    5.3.4GatesandChangingModes
    5.3.5EnforcingModularityforBoundedBuffers
    5.3.6TheKernel
    5.4VirtualizingMemory
    5.4.1VirtualizingAddresses
    5.4.2TranslatingAddressesUsingaPageMap
    5.4.3VirtualAddressSpaces
    5.4.4HardwareversusSoftwareandtheTranslationLook-AsideBuffer
    5.4.5Segments(AdvancedTopic)
    5.5VirtualizingProcessorsUsingThreads
    5.5.1SharingaProcessorAmongMultipleThreads
    5.5.2ImplementingYIELD
    5.5.3CreatingandTerminatingThreads
    5.5.4EnforcingModularitywithThreads:PreemptiveScheduling
    5.5.5EnforcingModularitywithThreadsandAddressSpaces
    5.5.6LayeringThreads
    ……
    PARTⅡON-LINE
    SuggestionsforFurtherReading
    ProblemSets
    Glossary
    CompleteIndextoPartsⅠandⅡ
  • 内容简介:
      《计算机系统设计原理(影印版)》由计算机系统设计的权威专家、美国麻省理工学院Saltzer和Kaashoek教授编写。《计算机系统设计原理(影印版)》是第一本阐述计算机系统设计中的基本原理和抽象的教材,是麻省理工开放式课程计划(MITOpenCourseware)中“计算机系统工程”课程的主教材。计算机系统的基本原理横跨于操作系统、网络、数据库、分布式系统、程序设计语言、软件工程以及计算机体系结构等方面。通过详细分析每个基本原理的案例,《计算机系统设计原理(影印版)》演示了如何应用这些原理和抽象来解决实际的计算机系统设计问题。《计算机系统设计原理(影印版)》的重点是计算机系统的设计,因此,《计算机系统设计原理(影印版)》阐述了那些在实践中已证明是成功的抽象概念,如命令、远程过程调用、客户/服务器组织结构、文件系统、事务处理、修复复制、读/写一致性,以及认证与保密消息等概念。这些抽象概念使得计算机系统设计者可以用功能日益强大的模块来构建计算机系统,保护计算机系统避免从意外的编程错误到恶意入侵在内的各种故障。《计算机系统设计原理(影印版)》描述了如何实现这些抽象概念,演示了如何把它们应用于不同的系统,为读者日后的设计工作打下基础。
  • 作者简介:
      JeromeH.SaltzerreceivedthedegreeofSc.D.inthefieldofElectricaIEngineeringin1966fromtheMassachusettsInstituteofTechnology.Since1966hehasbeenafacultymemberinM.I.I.sDepartmentofElectricaIEngineeringandComputerScience,wherehehelpedtoformulatetheoriginalundergraduatecurriculuminComputerScience.AttheM.I.TComputerScienceandArtificiaIIntelligenceLaboratoryhedesignedoneoftheearliestwidely-usedword..processingsystems;heparticipatedinthedevelopmentoftheMulticssystem,forwhichhedesignedthekerneIthreadpackageandwithstudentsandcolleaguesdevelopedthesecuritymechanismsandwhatwouldtodaybeknownasamicrokernel;togetherwithDavidClarkandDavidReed.hearticulatedtheend-to-endargument.akeyorganizingprincipleoftheInternet;andhewasalsoinvolvedinthedesignofatoken.passingringIocaIareanetwork.thenetworkingofpersonalcomputers,theKerberossingleloginauthenticationsystem.anddigitallibrarysystems.ProfessorSaltzerwasTechnicaIDirectorofM.I.TProjectAthena.asystemforundergraduateeducationandanearlyexampleofasystemoforganizationnowcalled"cloudcomputing".Throughouthiswork.hehashadaparticularinterestintheimpactofcomputersystemsonprivacyandtherisksofdependingonfragiletechnology.ProfessorSaltzerisamemberoftheNationaIAcademyofEngineering.aFellowoftheIEEEandtheAAAS,amemberoftheAssociationforComputingMachinery.theACMCommitteeonComputersandPublicPolicy.theCatalogRaisonneScholarsAssociation,aformermemberoftheComputerScienceandTelecommunicatiOnsBoardoftheNationalResearchCouncil.andaformermemberoftheMayorsTelecommunicationsAdvisoryBoardfortheCityofNewton.Massachusetts.
      M.FransKaashoekreceivedhisPh.D.in1992fromtheVriieUniversiteitinAmsterdam.TheNetherlands.fOrhisworkongroupcommunicationintheAmoebadistributedoperatingsystem,underthesupervisionofA.S.Tanenbaum.Since1993hehasbeenafacuitymemberinM.I.TsDepartmentofElectricaIEnqineeringandComputerScience.whereheandProfessorSaltzerco-developedthecoreundergraduatesubjectonfhedesignofcomputersystems.ProfessorKaashoekisamemberoftheComputerScienceandArtificialIntelligenceLaboratory.wherehisprincipalfieldofinterestisdesigningandbuildingcomputersystems.Heco.1eadstheparalleIanddistributedoperatingsystemsgroup.Hispastresearchincollaborationwithcolleaquesandstudentsincludestheexokerneloperatingsystem,theClickmodularrouter,theRONoverlay.theself.certifyingfilesystem,theChorddistributedhashtable,andtheAsbestossecureoperatingsystem.HealsoparticipatedinstartingtwosuccessfulITcompanies.ProfessorKaashoekisamemberoftheNationaIAcademyofEngineeringandtherecipientofseveralawards.includingtheinauguralACMSIGOPSMarkWeiserawardfordemonstratingcreativityandinnovationinoperatingsystemsresearch.
  • 目录:
    PARTⅠ
    ListofSidebars
    Preface
    WheretofindPartⅡandotherOn-lineMaterials
    Acknowledgments
    CHAPTER1Systems
    Overview
    1.1SystemsandComplexity
    1.1.1CommonProblemsofSystemsinManyFields
    1.1.2Systems,Components,Interfaces,andEnvironments
    1.1.3Complexity
    1.2SourcesofComplexity
    1.2.1CascadingandInteractingRequirements
    1.2.2MaintainingHighUtilization
    1.3CopingwithComplexityⅠ
    1.3.1Modularity
    1.3.2Abstraction
    1.3.3Layering
    1.3.4Hierarchy
    1.3.5PuttingitBackTogether:NamesmakeConnections
    1.4ComputerSystemsaretheSamebutDifferent
    1.4.1ComputerSystemshavenoNearbyBoundsonComposition
    1.4.2d(technology)/dtisUnprecedented
    1.5CopingwithComplexityⅡ
    1.5.1WhyModularity,Abstraction,Layering,andHierarchyarentEnough
    1.5.2Iteration
    1.5.3KeepitSimple
    WhattheRestofthisBookisAbout
    Exercises

    CHAPTER2ElementsofComputerSystemOrganization
    Overview
    2.1TheThreeFundamentalAbstractions
    2.1.1Memory2.1.2Interpreters
    2.1.3CommunicationLinks
    2.2NaminginComputerSystems
    2.2.1TheNamingModel
    2.2.2DefaultandExplicitContextReferences
    2.2.3PathNames,NamingNetworks,andRecursiveNameResolution
    2.2.4MultipleLookup:SearchingthroughLayeredContexts
    2.2.5ComparingNames
    2.2.6NameDiscovery
    2.3OrganizingComputerSystemswithNamesandLayers
    2.3.1AHardwareLayer:TheBus
    2.3.2ASoftwareLayer:TheFileAbstraction
    2.4LookingBackandAhead
    2.5CaseStudy:UNIXFileSystemLayeringandNaming
    2.5.1ApplicationProgrammingInterfacefortheUNIXFile-System
    2.5.2TheBlockLayer
    2.5.3TheFileLayer
    2.5.4TheInodeNumberLayer
    2.5.5TheFileNameLayer
    2.5.6ThePathNameLayer
    2.5.7Links
    2.5.8Renaming
    2.5.9TheAbsolutePathNameLayer
    2.5.10TheSymbolicLinkLayer
    2.5.11ImplementingtheFileSystemAPI
    2.5.12TheShellandImpliedContexts,SearchPaths,andNameDiscovery
    2.5.13SuggestionsforFurtherReading
    Exercises

    CHAPTER3TheDesignofNamingSchemes
    Overview
    3.1ConsiderationsintheDesignofNamingSchemes
    3.1.1ModularSharing
    3.1.2MetadataandNameOverloading
    3.1.3Addresses:NamesthatLocateObjects
    3.1.4GeneratingUniqueNames
    3.1.5IntendedAudienceandUser-FriendlyNames
    3.1.6RelativeLifetimesofNames,Values,andBindings
    3.1.7LookingBackandAhead:NamesareaBasicSystemComponent
    3.9CaseStudy:TheUniformResourceLocator(URL)
    3.2.1SurfingasaReferentialExperience;NameDiscovery
    3.2.2InterpretationoftheURL
    3.2.3URLCaseSensitivity
    3.2.4WrongContextReferencesforaPartialURL
    3.2.5OverloadingofNamesinURLs
    3.3WarStories:PathologiesintheUseofNames
    3.3.1ANameCollisionEliminatesSmilingFaces
    3.3.2FragileNamesfromOverloading,andaMarketSolution...
    3.3.3MoreFragileNamesfromOverloading,withMarketDisruption
    3.3.4Case-SensitivityinUser-FriendlyNames
    3.3.5RunningOutofTelephoneNumbers
    Exercises

    CHAPTER4EnforcingModularitywithClientsandServices
    Overview
    4.1Client/ServiceOrganization
    4.1.1FromSoftModularitytoEnforcedModularity
    4.1.2Client/ServiceOrganization
    4.1.3MultipleClientsandServices
    4.1.4TrustedIntermediaries
    4.1.5ASimpleExampleService
    4.2CommunicationBetweenClientandService
    4.2.1RemoteProcedureCall(RPC)
    4.2.2RPCsarenotIdenticaltoProcedureCalls
    4.2.3CommunicatingthroughanIntermediary
    4.3SummaryandTheRoadAhead
    4.4CaseStudy:TheInteruetDomainNameSystem(DNS)
    4.4.1NameResolutioninDNS
    4.4.2HierarchicalNameManagement
    4.4.3OtherFeaturesofDNS
    4.4.4NameDiscoveryinDNS
    4.4.5TrustworthinessofDNSResponses
    4.5CaseStudy:TheNetworkFileSystem(NFS)
    4.5.1NamingRemoteFilesandDirectories
    4.5.2TheNFSRemoteProcedureCalls
    4.5.3ExtendingtheunixFileSystemtoSupportNFS
    4.5.4Coherence
    4.5.5NFSVersion3andBeyond
    Exercises

    CHAPTER5EnforcingModularitywithVirtualization
    Overview
    5.1Client/ServerOrganizationwithinaComputerUsingVirtualization
    5.1.1AbstractionsforVirtualizingComputers
    5.1.2EmulationandVirtualMachines
    5.1.3Roadmap:Step-by-StepVirtualization
    5.2VirtualLinksUsingSEND,RECEIVE,andaBoundedBuffer
    5.2.1AnInterfaceforSENDandRECEIVEwithBoundedBuffers
    5.2.2SequenceCoordinationwithaBoundedBuffer
    5.2.3RaceConditions
    5.2.4LocksandBefore-or-AfterActions
    5.2.5Deadlock
    5.2.6ImplementingACQUIREandRELEASE
    5.2.7ImplementingaBefore-or-AfterActionUsingtheOne-WriterPrinciple
    5.2.8CoordinationbetweenSynchronousIslandswithAsynchronousConnections
    5.3EnforcingModularityinMemory
    5.3.1EnforcingModularitywithDomains
    5.3.2ControlledSharingUsingSeveralDomains
    5.3.3MoreEnforcedModularitywithKernelandUserMode
    5.3.4GatesandChangingModes
    5.3.5EnforcingModularityforBoundedBuffers
    5.3.6TheKernel
    5.4VirtualizingMemory
    5.4.1VirtualizingAddresses
    5.4.2TranslatingAddressesUsingaPageMap
    5.4.3VirtualAddressSpaces
    5.4.4HardwareversusSoftwareandtheTranslationLook-AsideBuffer
    5.4.5Segments(AdvancedTopic)
    5.5VirtualizingProcessorsUsingThreads
    5.5.1SharingaProcessorAmongMultipleThreads
    5.5.2ImplementingYIELD
    5.5.3CreatingandTerminatingThreads
    5.5.4EnforcingModularitywithThreads:PreemptiveScheduling
    5.5.5EnforcingModularitywithThreadsandAddressSpaces
    5.5.6LayeringThreads
    ……
    PARTⅡON-LINE
    SuggestionsforFurtherReading
    ProblemSets
    Glossary
    CompleteIndextoPartsⅠandⅡ
查看详情
相关图书 / 更多
计算机系统设计原理
计算机基础与实训教程
顾玲芳 编
计算机系统设计原理
计算机网络攻击与防护
刘念;陈雪松;谈洪磊
计算机系统设计原理
计算机组成原理与汇编语言
田民格、秦彩杰、林观俊、田佳琪
计算机系统设计原理
计算机网络技术(第5版)
徐立新 吕书波
计算机系统设计原理
计算天文
冯毅
计算机系统设计原理
计算思维培养与无人机创意编程
范谊 陈宇 张锦东
计算机系统设计原理
计算机组成原理与系统结构(第3版)
冯建文 章复嘉 赵建勇 包健 编著
计算机系统设计原理
计算小状元 小学数学 2年级上册 bs版 小学数学单元测试 新华
作者
计算机系统设计原理
计算机应用基础
苗苗
计算机系统设计原理
计算机系统原理(2023年版) 全国高等教育自学考试指导委员会
全国高等教育自学考试指导委员会
计算机系统设计原理
计算机辅助翻译教程()
赵秋荣
计算机系统设计原理
计算机三维建模方法
易健宏 编著;李凤仙
您可能感兴趣 / 更多
计算机系统设计原理
孩子,把你的手给我1:怎么说孩子才爱听,怎么教孩子才肯学?帮助每一位3-12岁孩子的父母结束与孩子的所有冲突!
[美]海姆·G.吉诺特
计算机系统设计原理
怎样做成大事
[美]丹·加德纳(Dan Gardner) 著;贾拥民 译;湛庐文化 出品;[丹麦]傅以斌(Bent Flyvbjerg)
计算机系统设计原理
1200年希腊罗马神话
[美]伊迪丝·汉密尔顿
计算机系统设计原理
爱情心理学(新编本)
[美]罗伯特·J. 斯腾伯格 (美)凯琳·斯腾伯格 倪爱萍 译
计算机系统设计原理
黄金圈法则
[美]西蒙·斯涅克 著;磨铁文化 出品
计算机系统设计原理
汤姆·索亚历险记 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]马克 吐温
计算机系统设计原理
富兰克林自传 名家全译本 改变无数人命运的励志传奇 埃隆马斯克反复推荐 赠富兰克林签名照及精美插图
[美]本杰明·富兰克林 著;李自修 译
计算机系统设计原理
意大利文艺复兴新艺术史
[美]迈克尔·韦恩·科尔 著;[美]斯蒂芬·J·坎贝尔;邵亦杨
计算机系统设计原理
汤姆素亚历险记:中小学生课外阅读快乐读书吧 儿童文学无障碍有声伴读世界名著童话故事
[美]马克·吐温
计算机系统设计原理
老人与海 彩图注音版 一二三四年级5-6-7-8-9岁小学生课外阅读经典 儿童文学无障碍有声伴读世界名著童话故事
[美]海明威
计算机系统设计原理
养育的觉醒:全面激发孩子自驱力,教你如何心平气和做妈妈
[美]凯文·莱曼 著;唐晓璐 译;斯坦威 出品
计算机系统设计原理
国际大奖图画书系列 共11册(小老鼠的恐惧的大书,大灰狼,红豆与菲比,别烦我,下雪了 ,穿靴子的猫 ,先有蛋,绿 ,特别快递,如果你想看鲸鱼 ,一个部落的孩子 ) 麦克米伦世纪
[美]莱恩·史密斯 (英)埃米莉·格雷维特 (美)劳拉·瓦卡罗·等/文 (英)埃米莉·格雷维特 等/图 彭懿 杨玲玲 阿甲 孙慧阳 白薇 译