注冊(cè) | 登錄讀書(shū)好,好讀書(shū),讀好書(shū)!
讀書(shū)網(wǎng)-DuShu.com
當(dāng)前位置: 首頁(yè)出版圖書(shū)科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)計(jì)算機(jī)科學(xué)理論與基礎(chǔ)知識(shí)計(jì)算機(jī)科學(xué)概論(第9版)

計(jì)算機(jī)科學(xué)概論(第9版)

計(jì)算機(jī)科學(xué)概論(第9版)

定 價(jià):¥49.00

作 者: (美)布魯克希爾 著
出版社: 人民郵電出版社
叢編項(xiàng): 國(guó)外著名高等院校信息科學(xué)與技術(shù)優(yōu)秀教材
標(biāo) 簽: 計(jì)算機(jī)

購(gòu)買這本書(shū)可以去


ISBN: 9787115164926 出版時(shí)間: 2007-10-01 包裝: 平裝
開(kāi)本: 16開(kāi) 頁(yè)數(shù): 599 字?jǐn)?shù):  

內(nèi)容簡(jiǎn)介

  《計(jì)算機(jī)科學(xué)概論(第9版)(英文版)》是計(jì)算機(jī)科學(xué)概論課程的一本經(jīng)典教材,是作者多年教學(xué)經(jīng)驗(yàn)的結(jié)晶,是國(guó)際上眾多名校的指定教材。《國(guó)外著名高等院校信息科學(xué)與技術(shù)優(yōu)秀教材:計(jì)算機(jī)科學(xué)概論(第9版)(英文版)》涉及計(jì)算機(jī)科學(xué)的方方面面,介紹了計(jì)算機(jī)硬件、軟件、數(shù)據(jù)組織和計(jì)算理論等四個(gè)方面的內(nèi)容,包括編碼及計(jì)算機(jī)體系結(jié)構(gòu)的基本原理、操作系統(tǒng)、計(jì)算機(jī)網(wǎng)絡(luò)、算法、程序設(shè)計(jì)語(yǔ)言、數(shù)據(jù)結(jié)構(gòu)和數(shù)據(jù)庫(kù)、人工智能以及計(jì)算理論等?!秶?guó)外著名高等院校信息科學(xué)與技術(shù)優(yōu)秀教材:計(jì)算機(jī)科學(xué)概論(第9版)(英文版)》在內(nèi)容編排上,在力求保持學(xué)科廣度的同時(shí),還兼顧主題的深度,并把握了最新的技術(shù)趨勢(shì)。書(shū)中配有大量的圖、表和示例以增強(qiáng)讀者對(duì)知識(shí)的掌握,并提供了豐富的習(xí)題以加強(qiáng)學(xué)生的參與性一本書(shū)包含1000多個(gè)問(wèn)題,用于復(fù)習(xí)、擴(kuò)展討論過(guò)的內(nèi)容,或者提示以后會(huì)涉及的有關(guān)主題。《國(guó)外著名高等院校信息科學(xué)與技術(shù)優(yōu)秀教材:計(jì)算機(jī)科學(xué)概論(第9版)(英文版)》既適合國(guó)內(nèi)的大專院校用作計(jì)算機(jī)基礎(chǔ)課教材,也可以供有意在計(jì)算機(jī)方面發(fā)展的非計(jì)算機(jī)專業(yè)讀者作為入門參考。

作者簡(jiǎn)介

  J.Glenn Brookshear,是世界知名的計(jì)算機(jī)科學(xué)教育家。他在1975年獲得新墨西哥州立大學(xué)博士學(xué)位后,創(chuàng)立了Ma rquette大學(xué)的計(jì)算機(jī)科學(xué)學(xué)位項(xiàng)目,并在該校任教至今。他的主要研究方向是計(jì)算理論。除了本書(shū)之外,他還著有Theory of Computation:Formal Languages,Automata,and Complexity。

圖書(shū)目錄

Chapter 0 Introduction
 0.1 The Role of Algorithms
 0.2 The Origins of Computing Machines
 0.3 The Science of Algorithms
 0.4 Abstraction
 0.5 An Outline of Our Study
 0.6 Social Repercussions
Chapter 1 Data Storage
 1.1 Bits and Their Storage
 1.2 Main Memory
 1.3 Mass Storage
 1.4 Representing Information as Bit Patterns
 1.5 The Binary System
 1.6 Storing Integers
 1.7 Storing Fractions
 1.8 Data Compression
 1.9 Communication Errors
Chapter 2 Data Manipulation
 2.1 Computer Architecture
 2.2 Machine Language
 2.3 Program Execution
 2.4 Arithmetic/Logic Instructions
 2.5 Communicating with Other Devices
 2.6 Other Architectures
Chapter 3 Operating Systems
 3.1 The History of Operating Systems
 3.2 Operating System Architecture
 3.3 Coordinating the Machine's Activities
 3.4 Handling Competition Among Processes
 3.5 Security
Chapter 4 Networking and the Internet
 4.1 Network Fundamentals
 4.2 The Internet
 4.3 The World Wide Web
 4.4 Internet Protocols
 4.5 Security
Chapter 5 Algorithms
 5.1 The Concept of an Algorithm
 5.2 Algorithm Representation
 5.3 Algorithm Discovery
 5.4 Iterative Structures
 5.5 Recursive Structures
 5.6 Efficiency and Correctness
Chapter 6 Programming Languages
 6.1 Historical Perspective
 6.2 Traditional Programming Concepts
 6.3 Procedural Units
 6.4 Language Implementation
 6.5 Object-Oriented Programming
 6.6 Programming Concurrent Activities
 6.7 Declarative Programming
Chapter 7 Software Engineering
 7.1 The Software Engineering Discipline
 7.2 The Software Life Cycle
 7.3 Software Engineering Methodologies
 7.4 Modularity
 7.5 Tools of the Trade
 7.6 Testing
 7.7 Documentation
 7.8 Software Ownership and Liability
Chapter 8 Data Abstractions
 8.1 Data Structure Fundamentals
 8.2 Implementing Data Structures
 8.3 A Short Case Study
 8.4 Customized Data Types
 8.5 Classes and Objects
 8.6 Pointers in Machine Language
Chapter 9 Database Systems
 9.1 Database Fundamentals
 9.2 The Relational Model
 ……
Chapter 10 Aftificial Intelligence
Chapter 11 Theory of Computation
Appendixes
Index

本目錄推薦

掃描二維碼
Copyright ? 讀書(shū)網(wǎng) m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)