• 国外著名高等院校信息科学与技术优秀教材:计算机科学概论(第10版)(英文版)
图书条目标准图
21年品牌 40万+商家 超1.5亿件商品

国外著名高等院校信息科学与技术优秀教材:计算机科学概论(第10版)(英文版)

15 2.5折 59 九品

仅1件

北京东城
认证卖家担保交易快速发货售后保障

作者布鲁克希尔(J.Glenn Brookshear) 著

出版社人民邮电出版社

出版时间2009-09

版次1

装帧平装

货号A11

上书时间2024-11-02

图书-天下的书店

已实名 已认证 进店 收藏店铺

   商品详情   

品相描述:九品
图书标准信息
  • 作者 布鲁克希尔(J.Glenn Brookshear) 著
  • 出版社 人民邮电出版社
  • 出版时间 2009-09
  • 版次 1
  • ISBN 9787115211163
  • 定价 59.00元
  • 装帧 平装
  • 开本 16开
  • 纸张 胶版纸
  • 页数 666页
  • 正文语种 英语
【内容简介】
  《计算机科学概论(第10版)(英文版)》是计算机科学导论课程的一本经典教材,全书对计算机科学做了精彩的百科全书式的全面阐述,全景式地展现了计算机科学的发展历程、现状及其新的技术发展趋势。《计算机科学概论(第10版)(英文版)》首先介绍的是信息编码及计算机体系结构的基本原理(第1章和第2章);进而是操作系统(第3章)和计算机网络(第4章)的内容,接着探讨了算法、程序设计语言及软件开发(第5章~第7章),然后探索了数据结构和数据库(第8章和第9章)方面的问题,第10章通过图形讲述计算机技术的主要应用,第11章涉及人工智能,第12章阐述了计算机抽象理论。
  《计算机科学概论(第10版)(英文版)》在内容编排上遵循由具体到抽象推进这样一种很利于教学的顺序,每一个主题自然而然地引导出下一个主题。此外,书中还有大量的图、表和实例,增强了读者对知识的了解与把握。
  《计算机科学概论(第10版)(英文版)》既适合作为高等院校计算机以及相关专业本科生教材,也可以供有意在计算机方面发展的非计算机专业读者作为入门参考。
【作者简介】
  J.GlennBrooksherar,是世界知名的计算机科学教育家。他在1975年获得新墨西哥州立大学博士学位后,创立了Marquette大学的计算机科学学位项目,并在该校任教至今。他的主要研究方向是计算理论。除了本书之外,他还著有TheoryofComputation:Forma/Languages,Automata,andComplexity。
【目录】
Chapter0Introduction1
0.1TheRoleofAlgorithms2
0.2TheOriginsofComputingMachines5
0.3TheScienceofAlgorithms10
0.4Abstraction11
0.5AnOutlineofOurStudy12
0.6SocialRepercussions14

Chapter1DataStorage19
1.1BitsandTheirStorage20
1.2MainMemory27
1.3MassStorage30
1.4RepresentingInformationasBitPatterns38
*1.5TheBinarySystem45
*1.6StoringIntegers50
*1.7StoringFractions58
*1.8DataCompression62
*1.9CommunicationErrors68

Chapter2DataManipulation81
2.1ComputerArchitecture82
2.2MachineLanguage85
2.3ProgramExecution92
*2.4Arithmetic/LogicInstructions100
*2.5CommunicatingwithOtherDevices105
*2.6OtherArchitectures110

Chapter3OperatingSystems121
3.1TheHistoryofOperatingSystems122
3.2OperatingSystemArchitecture126
3.3CoordinatingtheMachinesActivities134
*3.4HandlingCompetitionAmongProcesses138
3.5Security143

Chapter4NetworkingandtheInternet151
4.1NetworkFundamentals152
4.2TheInternet162
4.3TheWorldWideWeb171
*4.4InternetProtocols181
4.5Security188

Chapter5Algorithms203
5.1TheConceptofanAlgorithm204
5.2AlgorithmRepresentation207
5.3AlgorithmDiscovery215
5.4IterativeStructures222
5.5RecursiveStructures233
5.6EfficiencyandCorrectness242

Chapter6ProgrammingLanguages261
6.1HistoricalPerspective262
6.2TraditionalProgrammingConcepts271
6.3ProceduralUnits284
6.4LanguageImplementation292
6.5Object-OrientedProgramming301
*6.6ProgrammingConcurrentActivities309
*6.7DeclarativeProgramming311

Chapter7SoftwareEngineering325
7.1TheSoftwareEngineeringDiscipline326
7.2TheSoftwareLifeCycle329
7.3SoftwareEngineeringMethodologies334
7.4Modularity336
7.5ToolsoftheTrade345
7.6QualityAssurance353
7.7Documentation357
7.8TheHuman-MachineInterface359
7.9SoftwareOwnershipandLiability362

Chapter8DataAbstractions371
8.1BasicDataStructure372
8.2RelatedConcepts376
8.3ImplementingDataStructures378
8.4AShortCaseStudy395
8.5CustomizedDataTypes401
*8.6ClassesandObjects404
*8.7PointersinMachineLanguage406

Chapter9DatabaseSystems417
9.1DatabaseFundamentals418
9.2TheRelationalModel423
*9.3Object-OrientedDatabases436
*9.4MaintainingDatabaseIntegrity439
*9.5TraditionalFileStructures443
9.6DataMining452
9.7SocialImpactofDatabaseTechnology454

Chapter10ComputerGraphics463
10.1TheScopeofComputerGraphics464
10.2Overviewof3DGraphics466
10.3Modeling469
10.4Rendering478
*10.5DealingwithGlobalLighting490
10.6Animation493

Chapter11ArtificialIntelligence503
11.1IntelligenceandMachines504
11.2Perception509
11.3Reasoning515
11.4AdditionalAreasofResearch528
11.5ArtificialNeuralNetworks533
11.6Robotics542
11.7ConsideringtheConsequences545

Chapter12TheoryofComputation555
12.1FunctionsandTheirComputation556
12.2TuringMachines558
12.3UniversalProgrammingLanguages563
12.4ANoncomputableFunction569
12.5ComplexityofProblems575
*12.6Public-KeyCryptography585

Appendixes595
AASCII597
BCircuitstoManipulateTwosComplementRepresentations598
CASimpleMachineLanguage601
DHigh-LevelProgrammingLanguages604
ETheEquivalenceofIterativeandRecursiveStructures607
FAnswerstoQuestions&Exercises609

Index655
点击展开 点击收起

—  没有更多了  —

以下为对购买帮助不大的评价

此功能需要访问孔网APP才能使用
暂时不用
打开孔网APP