登入帳戶  | 訂單查詢  | 購物車/收銀台(0) | 在線留言板  | 付款方式  | 聯絡我們  | 運費計算  | 幫助中心 |  加入書簽
會員登入   新用戶註冊
HOME新書上架暢銷書架好書推介特價區會員書架精選月讀2024年度TOP分類閱讀雜誌 香港/國際用戶
最新/最熱/最齊全的簡體書網 品種:超過100萬種書,正品正价,放心網購,悭钱省心 送貨:速遞 / 物流,時效:出貨後2-4日

2025年06月出版新書

2025年05月出版新書

2025年04月出版新書

2025年03月出版新書

2025年02月出版新書

2025年01月出版新書

2024年12月出版新書

2024年11月出版新書

2024年10月出版新書

2024年09月出版新書

2024年08月出版新書

2024年07月出版新書

2024年06月出版新書

2024年05月出版新書

『簡體書』计算机科学概论(第11版)(英文版)

書城自編碼: 1908673
分類: 簡體書→大陸圖書→計算機/網絡计算机理论
作者: [美]J.Glenn
國際書號(ISBN): 9787115277947
出版社: 人民邮电出版社
出版日期: 2012-05-01
版次: 1 印次: 1
頁數/字數: 609/737000
書度/開本: 16开 釘裝: 平装

售價:NT$ 561

我要買

share:

** 我創建的書架 **
未登入.



新書推薦:
海权论:海权对历史的影响(现代海权论的开山之作,世界十大军事名著之一)
《 海权论:海权对历史的影响(现代海权论的开山之作,世界十大军事名著之一) 》

售價:NT$ 505.0
与世界各国并立:世界史中的明治维新(从全球化视角解读区域性变革)
《 与世界各国并立:世界史中的明治维新(从全球化视角解读区域性变革) 》

售價:NT$ 484.0
国家为什么会破产:大周期
《 国家为什么会破产:大周期 》

售價:NT$ 739.0
大学问·生命的尺度:从海德格尔到阿甘本的技术和生命政治
《 大学问·生命的尺度:从海德格尔到阿甘本的技术和生命政治 》

售價:NT$ 429.0
壹卷YeBook 清代宗族研究 论世衡史丛书
《 壹卷YeBook 清代宗族研究 论世衡史丛书 》

售價:NT$ 490.0
敦煌壁画山水研究(纪念版)
《 敦煌壁画山水研究(纪念版) 》

售價:NT$ 704.0
番茄工作法成功励志为人处世经商之道书籍
《 番茄工作法成功励志为人处世经商之道书籍 》

售價:NT$ 194.0
算法交易:制胜策略与原理(珍藏版)
《 算法交易:制胜策略与原理(珍藏版) 》

售價:NT$ 505.0

建議一齊購買:

+

NT$ 561
《线性代数及其应用(第3版)(英文版)》
+

NT$ 333
《C程序设计语言(英文版)(第2版)》
+

NT$ 5922
《Discrete Mathematics and Its A》
+

NT$ 656
《计算机科学概论(第11版)》
+

NT$ 1216
《深入理解计算机系统(英文版·第2版)》
內容簡介:
本书是计算机科学概论课程的经典教材,全书对计算机科学做了百科全书式的精彩阐述,充分展现了计算机科学的历史背景、发展历程和新的技术趋势。本书首先介绍的是信息编码及计算机体系结构的基本原理第1章和第2章,进而讲述操作系统第3章和组网及因特网第4章,接着探讨了算法、程序设计语言及软件工程第5章至第7章,然后讨论数据抽象和数据库第8章和第9章方面的问题,第10章通过图形学讲述计算机技术的一些主要应用,第11章涉及人工智能,第12章通过对计算理论的介绍来结束全书。本书在内容编排上由具体到抽象逐步推进,很适合教学安排,每一个主题自然而然地引导出下一个主题。此外,书中还包含大量的图、表和示例,有助于读者对知识的了解与把握。
本书适合用作高等院校计算机以及相关专业本科生的教材。
關於作者:
布鲁克希尔J.Glenn
Brookshear,世界知名的计算机科学教育家。他在1975年获得墨西哥州立大学博士学位后,创立了Marquette大学的计算机科学学位项目,并在该校任教至今。他的主要研究方向是计算理论。著有Theory
of Computation:Formal Languanges,Automata,and Complexity。
目錄
Chapter 0 introduction
0.1 the role of algorithms
0.2 the history of computing
0.3 the science of algorithms
0.4 abstraction
0.5 an outline of our study
0.6 social repercussio
Chapter 1 data storage
1.1 bits and their storage
1.2 main memory
1.3 mass storage
1.4 representing information as bit patter
*1.5 the binary system
*1.6 storing intege
*1.7 storing fractio
*1.8 data compression
*1.9 communication erro
Chapter 2 data manipulation
2.1 computer architecture
2.2 machine language
2.3 program execution
*2.4 arithmeticlogic itructio
*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 recuive structures
5.6 efficiency and correctness
Chapter 6 programming languages
6.1 historical pepective
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 quality assurance
7.7 documentation
7.8 the human-machine interface
7.9 software ownehip and liability
Chapter 8 data abstractio
8.1 basic data structures
8.2 related concepts
8.3 implementing data structures
8.4 a short case study
8.5 customized data types
*8.6 classes and objects
*8.7 pointe in machine language
Chapter 9 database systems
9.1 database fundamentals
9.2 the relational model
*9.3 object-oriented databases
*9.4 maintaining database integrity
*9.5 traditional file structures
9.6 data mining
9.7 social impact of database technology
Chapter 10 computer graphics
10.1 the scope of computer graphics
10.2 overview of 3d graphics
10.3 modeling
10.4 rendering
*10.5 dealing with global lighting
10.6 animation
Chapter 11 artificial intelligence
11.1 intelligence and machines
11.2 perception
11.3 reasoning
11.4 additional areas of research
11.5 artificial neural networks
11.6 robotics
11.7 coidering the coequences
Chapter 12 theory of computation
12.1 functio and their computation
12.2 turing machines
12.3 univeal programming languages
12.4 a noncomputable function
12.5 complexity of problems
*12.6 public-key cryptography
appendixes
a ascii
b circuits to manipulate two''s complement representatio
c a simple machine language
d high-level programming languages
e the equivalence of iterative and recuive structures
f awe to questio exercises
index

 

 

書城介紹  | 合作申請 | 索要書目  | 新手入門 | 聯絡方式  | 幫助中心 | 找書說明  | 送貨方式 | 付款方式 台灣用户 | 香港/海外用户
megBook.com.tw
Copyright (C) 2013 - 2025 (香港)大書城有限公司 All Rights Reserved.