Siberschatz's OPERATING SYSTEM CONCEPTS (10版)
人氣推薦!已有12位會員共同選購!!
原文書資訊
書名:OPERATING SYSTEM CONCEPTS 10/E GE 2019 <JW>
作者: SILBERSCHATZ
ISBN: 9781119454083
出版社: John Wiley
出版年: 2019年
中文書資訊
書名: 作業系統 OPERATING SYSTEM CONCEPTS
作者: Silberschatz/ 吳庭育
ISBN: 9789865522506
出版社: 東華
出版年: 2021年
原價:
1750
售價:
1660
現省:
90元
立即查看
Fundamentals of Data Structures in C (2版)
人氣推薦!已有8位會員共同選購!!
原文書資訊
書名:Fundamentals of Data Structures in C 2008 978-0-929306-40-7,2/E <Silicon Press>
作者: HOROWITZ
ISBN: 9780929930640
出版社: Silicon Press
出版年: 2007年
中文書資訊
書名: 基礎資料結構使用C (第二版)
作者: Horowitz/ 蔡錫鈞
ISBN: 9789868359710
出版社: 開發
出版年: 2008年
原價:
1390
售價:
1362
現省:
28元
立即查看
Computer Organization and Design MIPS Edition: The Hardware/Software Interface (6版)
人氣推薦!已有7位會員共同選購!!
原文書資訊
書名:Computer Organization and Design MIPS Edition: The Hardware/Software Interface 6/E 2021 <MK>
作者: David A. Patterson
ISBN: 9780128201091
出版社: Morgan Kaufmann
出版年: 2021年
書籍內容:
Table of Contents
1. Computer Abstractions and Technology
2. Instructions: Language of the Computer
3. Arithmetic for Computers
4. The Processor
5. Large and Fast: Exploiting Memory Hierarchy
6. Parallel Processors from Client to Cloud
Appendix
A. Assemblers, Linkers, and the SPIM Simulator
B. The Basics of Logic Design
C. Graphics and Computing GPUs
D. Mapping Control to Hardware
E. A Survey of RISC Architectures for Desktop, Server, and Embedded Computers
中文書資訊
書名: 計算機組織與設計: 硬體/軟體的介面 5/e (Patterson: Computer Organization and Design 5/e)(Asian Edition)5/E 2015 <東華>
作者: 鍾崇斌、楊惠親 譯 Patterson
ISBN: 9789574838110
出版社: 東華
出版年: 2015年
書籍內容:
1 計算機抽象化與科技
2指令:計算機的語言
3計算機的算術
4處理器
5大且快:利用記憶體階層
6從客戶端到雲端的平行處理器
附錄A 組譯器、聯結器與SPIM模擬器
附錄B TH-2 天河二號高效能計算系統
附錄F 晶片上網路
原價:
3500
售價:
3325
現省:
175元
立即查看
Introduction to the Design & Analysis of Algorithms (2版)
人氣推薦!已有5位會員共同選購!!
【簡介】
Description
Communication network design, VLSI layout and DNA sequence analysis are important and challenging problems that cannot be solved by naive and straightforward algorithms. Thus, it is critical for a computer scientist to have a good knowledge of algorithm design and analysis.
This book presents algorithm design from the viewpoint of strategies. Each strategy is introduced with many algorithms designed under the strategy. Each algorithm is presented with many examples and each example with many figures.
In recent years, many approximation algorithms have been developed. Introduction to the Design and Analysis of Algorithms presents two important concepts clearly: PTAS and NPO-complete. This book also discusses the concept of NP-completeness before introducing approximation algorithms. Again, this is explained through examples which make sure that the students have a definite idea about this very abstract concept.
In addition, this book also has a chapter on on-line algorithms. Each on-line algorithm is introduced by first describing the basic principle behind it. Amortized analysis is a new field in algorithm research. In this book, detailed descriptions are given to introduce this new and difficult-to-understand concept.
This book can be used as a textbook by senior undergraduate students or master level graduate students in computer science.
【目錄】
Table of Contents
1 Introduction
2 The complexity of algorithms and the lower bounds of problems
3 The greedy method
4 The divide-and-conquer strategy
5 Tree searching strategies
6 Prune-and-search
7 Dynamic programming
8 The theory of NP-completeness
9 Approximation algorithms
10 Amortized analysis
11 Randomized algorithms
12 On-line algorithms
原價:
1300
售價:
1222
現省:
78元
立即查看
Computer Organization and Design RISC-V Edition: The Hardware Software Interface (2版)
其他會員也一起購買
Computer Organization and Design Risc-V Edition: The Hardware Software Interface
ISBN13:9780128203316
出版社:MORGAN KAUFMANN PUBL INC
作者:David A. Patterson
裝訂:平裝
版次:2
出版日:2021/01/01
原價:
3400
售價:
3230
現省:
170元
立即查看
Fundamentals of Data Structures in C++ (2版)
其他會員也一起購買
原文書資訊
書名:Fundamentals of Data Structures in C++ 2007 <SP> 0-929306-37-6,2/E <SP>
作者: HOROWITZ
ISBN: 9780929306377
出版社: SP
出版年: 2006年
中文書資訊
書名: 基礎資料結構使用C++ (第二版)
作者: Horowitz/ 戴顯權
ISBN: 9789868359703
出版社: 開發
出版年: 2007年
原價:
1390
售價:
1362
現省:
28元
立即查看
Discrete Mathematics and Its Applications (8版)
其他會員也一起購買
書名:Discrete Mathematics and Its Applications 8/E
作者:Rosen
出版社:McGraw-Hill
出版日期:2018/08/00
ISBN:9781260091991
原價:
1350
售價:
1283
現省:
67元
立即查看
Fundamentals of Database Systems (7版)
其他會員也一起購買
書名:Fundamentals of Database Systems, 7E Global Edition
作者:ELMASRI & NAVATHE
出版社:PEARSON
出版日期:2017/00/00
ISBN:9781292097619
Table of Contents:
Part 1: Introduction to Databases
Chapter 1: Databases and Database Users
Chapter 2: Database Systems Concepts and Architecture
Part 2: Conceptual Data Modeling and Database Design
Chapter 3: Data Modeling Using the Entity Relationship (ER) Model
Chapter 4: The Enhanced Entity Relationship (EER) Model
Part 3: The Relational Data Model and SQL
Chapter 5: The Relational Data Model and Relational Database Constraints
Chapter 6: Basic SQL
Chapter 7: More SQL: Complex Queries, Triggers, Views, and Schema Modification
Chapter 8: The Relational Algebra and Relational Calculus
Chapter 9: Relational Database Design by ER- and EER-to-Relational Mapping
Part 4: Database Programming Techniques
Chapter 10: Introduction to SQL Programming Techniques
Chapter 11: Web Database Programming Using PHP
Part 5: Object, Object-Relational, and XML: Concepts, Models, Languages, and Standards
Chapter 12: Object and Object-Relational Databases
Chapter 13: XLM: Extensible Markup Language
Part 6: Database Design Theory and Normalization
Chapter 14: Basics of Functional Dependencies and Normalization for Relational Databases
Chapter 15: Relational Database Design Algorithms and Further Dependencies
Part 7: File Structures, Hashing, Indexing, and Physical Database Design
Chapter 16: Disc Storage, Basic File Structures, Hashing, and Modern Storage Architectures
Chapter 17: Indexing Structures for Files and Physical Database Design
Part 8: Query Processing and Optimization
Chapter 18: Strategies for Query Processing
Chapter 19: Query Optimization
Part 9: Transaction Processing, Concurrency Control, and Recovering
Chapter 20: Introduction to Transaction Processing Concepts and Theory
Chapter 21: Concurrency Control Techniques
Chapter 22: Database Recovery Techniques
Part 10: Distributed Databases, NOSQL Systems, Cloud Computing, and Big Data
Chapter 23: Distributed Database Concepts
Chapter 24: NOSQL Databases and Big Data Storage Systems
Chapter 25: Big Data Technologies Based on MapReduce and Hadoop
Part 11: Advanced Database Models, Systems, and Applications
Chapter 26: Enhanced Data Models: Introduction to Active, Temporal, Spatial, Multimedia, and Deductive Databases
Chapter 27: Introduction to Information Retrieval and Web Search
Chapter 28: Data Mining Concepts
Chapter 29: Overview of Data Warehousing and OLAP
Part 12: Additional Database Topics: Security
Chapter 30: Database Security
Appendix A: Alternative Diagrammatic Notations for ER Models
Appendix B: Parameters of Disks
Appendix C: Overview of the QBE Language
Appendix D: Overview of the Hierarchical Data Model
Appendix E: Overview of the Network Data Model
原價:
1550
售價:
1457
現省:
93元
立即查看
原文書資訊
書名:OPERATING SYSTEM CONCEPTS 10/E GE 2019 <JW>
作者: SILBERSCHATZ
ISBN: 9781119454083
出版社: John Wiley
出版年: 2019年
中文書資訊
書名: 作業系統 OPERATING SYSTEM CONCEPTS
作者: Silberschatz/ 吳庭育
ISBN: 9789865522506
出版社: 東華
出版年: 2021年
立即查看
書名:演算法 (Levitin:Introduction to the Design and Analysis of Algorithms, 2/e)
作者:莊承翃(Levitin 2/E)
出版社:高立
出版日期:2009/04/01
ISBN:9789864125555
內容簡介
本書主要著重於那些隱藏在演算法設計和分析背後的主要觀念。
在書中分別分析非遞迴演算法和遞迴演算法兩種方法之效率。
第二章中特別介紹演算法實證分析以及演算法之可視化。
書中有系統地為讀者精心設計一些問題,希望引起讀者的注意與更進一步的思考。
每一章結束時都會對本章最重要的概念和結論做一個總結。
本書包含大約600道習題,並且都附有提示。其中,謎題類的習題均以特殊的圖示加以標註。
本書的創新是引入了一些數值演算法的內容,這些演算法也包含在相同的通用框架之中。
目錄
第一章 緒 論
第二章 演算法效率分析的基本原則
第三章 暴力法
第四章 分解征服法
第五章 縮減征服法
第六章 轉換征服法
第七章 時空取捨法
第八章 動態規劃
第九章 貪婪法
第十章 反覆改進
第十一章 演算法能力的極限
第十二章 超越演算法能力的極限
結 語
附錄A 演算法分析的實用公式
附錄B 遞迴關係之簡明教學
習題提示
索 引
立即查看
INTRODUCTION TO ALGORITHMS A CREATIVE APPROACH(IE)2003<AW> 986-779094-4
類似書籍推薦給您
立即查看
Introduction to Algorithms (3版)
類似書籍推薦給您
原價:
1750
售價:
1715
現省:
35元
立即查看
INTRODUCTION TO ALGORITHMS (3版)
類似書籍推薦給您
原價:
1750
售價:
1715
現省:
35元
立即查看
INTRODUCTION TO ALGORITHMS IN PASCAL 1995
類似書籍推薦給您
立即查看
INTRODUCTION TO QUANTUM ALGORITHMS VIA LINEAR ALGEBRA (2版)
類似書籍推薦給您
立即查看