《计算机科学概论 第9版》PDF下载

  • 购买积分:17 如何计算积分?
  • 作  者:(美)J.GLENN BROOKSHEAR著
  • 出 版 社:人民邮电出版社
  • 出版年份:2007
  • ISBN:7115164924
  • 页数:599 页
图书介绍:本书是计算机科学概论课程的一本经典教材,是作者多年教学经验的结晶,是国际上众多名校的指定教材。本书涉及计算机科学的方方面面,介绍了计算机硬件、软件、数据组织和计算理论等四个方面的内容,包括编码及计算机体系结构的基本原理、操作系统、计算机网络、算法、程序设计语言、数据结构和数据库、人工智能以及计算理论等。本书在内容编排上,在力求保持学科广度的同时,还兼顾主题的深度,并把握了最新的技术趋势。书中配有大量的图、表和示例以增强读者对知识的掌握,并提供了丰富的习题以加强学生的参与性——在本版里包含1000多个问题,用于复习、扩展讨论过的内容,或者提示以后会涉及的有关主题。

Chapter 0 Introduction 1

0.1 The Role of Algorithms 2

0.2 The Origins of Computing Machines 4

0.3 The Science of Algorithms 9

0.4 Abstraction 10

0.5 An Outline of Our Study 11

0.6 Social Repercussions 13

Chapter 1 Data Storage 19

1.1 Bits and Their Storage 20

1.2 Main Memory 27

1.3 Mass Storage 30

1.4 Representing Information as Bit Patterns 37

1.5 The Binary System 44

1.6 Storing Integers 49

1.7 Storing Fractions 56

1.8 Data Compression 61

1.9 Communication Errors 66

Chapter 2 Data Manipulation 79

2.1 Computer Architecture 80

2.2 Machine Language 83

2.3 Program Execution 89

2.4 Arithmetic/ Logic Instructions 97

2.5 Communicating with Other Devices 102

2.6 Other Architectures 107

Chapter 3 Operating Systems 119

3.1 The History of Operating Systems 120

3.2 Operating System Architecture 124

3.3 Coordinating the Machine’s Activities 131

3.4 Handling Competition Among Processes 134

3.5 Security 139

Chapter 4 Networking and the Internet 147

4.1 Network Fundamentals 148

4.2 The Internet 157

4.3 The World Wide Web 164

4.4 Internet Protocols 174

4.5 Security 180

Chapter 5 Algorithms 195

5.1 The Concept of an Algorithm 196

5.2 Algorithm Representation 199

5.3 Algorithm Discovery 207

5.4 Iterative Structures 213

5.5 Recursive Structures 224

5.6 Efficiency and Correctness 233

Chapter 6 Programming Languages 251

6.1 Historical Perspective 252

6.2 Traditional Programming Concepts 261

6.3 Procedural Units 272

6.4 Language Implementation 280

6.5 Object-Oriented Programming 289

6.6 Programming Concurrent Activities 295

6.7 Declarative Programming 298

Chapter 7 Software Engineering 311

7.1 The Software Engineering Discipline 312

7.2 The Software Life Cycle 315

7.3 Software Engineering Methodologies 319

7.4 Modularity 321

7.5 Tools of the Trade 328

7.6 Testing 336

7.7 Documentation 338

7.8 Software Ownership and Liability 339

Chapter 8 Data Abstractions 349

8.1 Data Structure Fundamentals 350

8.2 Implementing Data Structures 355

8.3 A Short Case Study 370

8.4 Customized Data Types 375

8.5 Classes and Objects 379

8.6 Pointers in Machine Language 381

Chapter 9 Database Systems 391

9.1 Database Fundamentals 392

9.2 The Relational Model 397

9.3 Object-Oriented Databases 408

9.4 Maintaining Database Integrity 411

9.5 Iraditional File Structures 414

9.6 Data Mining 423

9.7 Social Impact of Database Technology 425

Chapter 10 Artificial Intelligence 435

10.1 Intelligence and Machines 436

10.2 Perception 441

10.3 Reasoning 447

10.4 Additional Areas of Research 460

10.5 Artificial Neural Networks 464

10.6 Robotics 473

10.7 Considering the Consequences 475

Chapter 11 Theory of Computation 485

11.1 Functions and Their Computation 486

11.2 Turing Machines 488

11.3 Universal Programming Languages 493

11.4 A Noncomputable Function 499

11.5 Complexity of Problems 504

11.6 Public-Key Cryptography 513

Appendixes 525

A ASCII 527

B Circuits to Manipulate Two’s Complement Representations 529

C A Simple Machine Language 533

D High-Level Language Program Examples 535

E The Equivalence of Iterative and Recursive Structures 543

F Answers to Questions & Exercises 545

Index 585