書名: Computer Organization and Design MIPS Edition: The Hardware/Software Interface (6版)
作者: David A. Patterson
版次: 6
ISBN: 9780128201091
出版社: Morgan Kaufmann (MK)
出版日期: 2021/01
重量: 1.25 Kg
頁數: 832
內文印刷顏色: 單色
#資訊
#資訊科學與資訊系統
#計算機概論
定價: 3500
售價: 3325
庫存: 庫存: 2
LINE US! 詢問這本書 團購優惠、書籍資訊 等

付款方式: 超商取貨付款 line pay
信用卡 全支付
線上轉帳 Apple pay
物流方式: 超商取貨
宅配
門市自取

詳細資訊

原文書資訊 書名:Computer Organization and Design MIPS Edition: The Hardware/Software Interface 6/E 2021 作者: 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 晶片上網路

為您推薦

計算機組織與設計: 硬體/軟體的介面 (6版)

計算機組織與設計: 硬體/軟體的介面 (6版)

人氣推薦!已有13位會員共同選購!!

簡介 關於這本亞洲版   現代計算機科技要求每一種計算專長的專業人士對硬體及軟體均有所瞭解。各種階層上的硬體、軟體相互關係對計算的基礎知識的瞭解也提供了一個主體架構。《計算機組織與設計》是 Patterson 和 Hennessy 所推出最全面、最具可讀性的教科書,每年有超過 40,000 名學生使用,也是市場上領先的計算機組織課程,具有最先進的內容和一系列易於理解的練習和輔助教材。 目錄 1. 計算機抽象化與科技 2. 指令:計算機的語言 3. 計算機的算術 4. 處理器 5. 大且快:利用記憶體階層 6. 從客戶端到雲端的平行處理器 附錄A 組譯器、聯結器與SPIM模擬器 附錄B 邏輯設計的基礎

原價: 1200 售價: 1128 現省: 72元
立即查看
Siberschatz's OPERATING SYSTEM CONCEPTS (10版)

Siberschatz's OPERATING SYSTEM CONCEPTS (10版)

人氣推薦!已有11位會員共同選購!!

原文書資訊 書名:OPERATING SYSTEM CONCEPTS 10/E GE 2019 <JW> 作者: SILBERSCHATZ ISBN: 9781119454083 出版社: John Wiley 出版年: 2019年 中文書資訊 書名: 作業系統 OPERATING SYSTEM CONCEPTS 作者: Silberschatz/ 吳庭育 ISBN: 9789865522506 出版社: 東華 出版年: 2021年

原價: 1750 售價: 1660 現省: 90元
立即查看
Introduction to Algorithms (4版)

Introduction to Algorithms (4版)

人氣推薦!已有7位會員共同選購!!

【原文書】 書名:Introduction to Algorithms 4/e (美國原版精裝本) 作者: T. H. Cormen、C. E. Leiserson、R. L. Rivest、 C.Stein 出版社:MIT 出版日期: 2022/00/00 ISBN:9780262046305 內容簡介 A comprehensive update of the leading algorithms text, with new material on matchings in bipartite graphs, online algorithms, machine learning, and other topics. Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. It covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers, with self-contained chapters and algorithms in pseudocode. Since the publication of the first edition, Introduction to Algorithms has become the leading algorithms text in universities worldwide as well as the standard reference for professionals. This fourth edition has been updated throughout. New for the fourth edition New chapters on matchings in bipartite graphs, online algorithms, and machine learning New material on topics including solving recurrence equations, hash tables, potential functions, and suffix arrays 140 new exercises and 22 new problems Reader feedback-informed improvements to old problems Clearer, more personal, and gender-neutral writing style Color added to improve visual presentation Notes, bibliography, and index updated to reflect developments in the field Website with new supplementary material Table of contents Preface xiii I Foundations Introduction 3 1 The Role of Algorithms in Computing 5 2 Getting Started 17 3 Characterizing Running Times 49 4 Divide-and-Conquer 76 5 Probabilistic Analysis and Randomized Algorithms 126 II Sorting and Order Statistics  Introduction 157 6 Heapsort 161 7 Quicksort 182 8 Sorting in Linear Time 205 9 Medians and Order Statistics 227 III Data Structures  Introduction 249 10 Elementary Data Structures 252 11 Hash Tables 272 12 Binary Search Trees 312 12 Red-Black Trees 331 IV Advanced Design and Analysis Techniques  Introduction 361 14 Dynamic Programming 362 15 Greedy Algorithms 417 16 Amortized Analysis 448 V Advanced Data Structures Introduction 477 17 Augmenting Data Structures 480 18 B-Trees 497 19 Data Structures for Disjoint Sets 520 VI Graph Algorithms  Introduction 547 20 Elementary Graph Algorithms 549 21 Minimum Spanning Trees 585 22 Single-Source Shortest Paths 604 23 All-Pairs Shortest Paths 646 24 Maximum Flow 670 25 Matchings in Bipartite Graphs 704 VII Selected Topics Introduction 745 26 Parallel Algorithms 748 27 Online Algorithms 791 28 Matrix Operations 819 29 Linear Programming 850 30 Polynomials and the FFT 877 31 Number-Theoretic Algorithms 903 32 String Matching 957 33 Machine-Learning Algorithms 1003 34 NP-Completeness 1042 35 Approximation Algorithms 1104 VIII Appendix: Mathematical Background Introduction 1139 A Summations 1140 B Sets, Etc. 1153 C Counting and Probability 1178 D Matrices 1214 Bibliography 1227 Index 1251

原價: 2190 售價: 2081 現省: 109元
立即查看
作業系統 (10版)

作業系統 (10版)

人氣推薦!已有6位會員共同選購!!

原文書資訊 書名:OPERATING SYSTEM CONCEPTS 10/E GE 2019 <JW> 作者: SILBERSCHATZ ISBN: 9781119454083 出版社: John Wiley 出版年: 2019年 中文書資訊 書名: 作業系統 OPERATING SYSTEM CONCEPTS 作者: Silberschatz/ 吳庭育 ISBN: 9789865522506 出版社: 東華 出版年: 2021年

原價: 910 售價: 850 現省: 60元
立即查看
Fundamentals of Data Structures in C (2版)

Fundamentals of Data Structures in C (2版)

其他會員也一起購買

原文書資訊 書名: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 NETWORKING: A TOP-DOWN APPROACH8/e (8版)

COMPUTER NETWORKING: A TOP-DOWN APPROACH8/e (8版)

其他會員也一起購買

Computer Networking [Global Edition] ISBN13:9781292405469 出版社:Pearson Education Limited 作者:James Kurose;Keith Ross 裝訂/頁數:平裝/800頁 規格:18.8cm*23.5cm*28cm (高/寬/厚) 版次:8 出版日:2021/06/10

原價: 1500 售價: 1425 現省: 75元
立即查看
Fundamentals of Database Systems (7版)

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元
立即查看
(Computer Organization and Design RISC-V Edition: The Hardware Software Interface 2/e 2020 Morgan Kaufmann (MK)

(Computer Organization and Design RISC-V Edition: The Hardware Software Interface 2/e 2020 Morgan Kaufmann (MK)

類似書籍推薦給您

原價: 3000 售價: 2820 現省: 180元
立即查看
Computer Organization and Design RISC-V Edition: The Hardware Software Interface (2版)

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元
立即查看
Essentials of Computer Organization and Architecture (6版)

Essentials of Computer Organization and Architecture (6版)

類似書籍推薦給您

Essentials of Computer Organization and Architecture focuses on the function and design of the various components necessary to process information digitally. This title presents computing systems as a series of layers, taking a bottom-up approach by starting with low-level hardware and progressing to higher-level software. Its focus on real-world examples and practical applications encourages students to develop a "big-picture" understanding of how essential organization and architecture concepts are applied in the computing world. In addition to direct correlation with the ACM/IEEE guidelines for computer organization and architecture, the text exposes readers to the inner workings of a modern digital computer through an integrated presentation of fundamental concepts and principles. The Fifth Edition of Essentials of Computer Organization and Architecture was awarded the William Holmes McGuffey Longevity Award ("McGuffey") from the Text and Academic Authors Association (TAA). The McGuffy award recognizes textbooks and learning materials whose excellence has been demonstrated over time. Key concepts are presented clearly in an approachable writing style. The authors omit unnecessary jargon and avoid abstraction to boost student enthusiasm. Bottom-up approach-the text is carefully structured so that the reader understands one level before moving on to the next. Real-world examples allow students a better understanding of how technology and techniques are combined for practical purposes. Sidebars include interesting tidbits of information that go a step beyond the main focus of the chapter, thus allowing readers to delve further into the material. Navigate Advantage includes MARIE (Machine Architecture that is Really Intuitive and Easy), which allows students to learn the essential concepts of computer organization and architecture. Despite its simplicity, it simulates a functional system. The MARIE machine simulator, MarieSim, has a user-friendly GUI that allows students to (1) create and edit source code, (2) assemble source code into machine object code, (3) run machine code, and (4) debug programs. Computer Organization Computer Architecture Computer Organization & Assembly Language

原價: 1980 售價: 1980 現省: 0元
立即查看
Computer Organization and Architecture Designing for Performance (11版)

Computer Organization and Architecture Designing for Performance (11版)

類似書籍推薦給您

作(編/譯)者 : STALLINGS 出版年份 : 2022 ISBN : 9781292420103 書號 : AX0229 幾色 : 2 規格 : 平裝 發行公司 : PEARSON 英文書名中譯 : 計算機組織/計算機結構 版次 : 11E 頁數 : 896 Table of Contents: I. Introduction 1. Basic Concepts and Computer Evolution 2. Performance Concepts II. The Computer System 3. A Top-Level View of Computer Function and Interconnection 4. The Memory Hierarchy: Locality and Performance 5. Cache Memory 6. Internal Memory 7. External Memory 8. Input/Output 9. Operating System Support III. Arithmetic and Logic 10. Number Systems 11. Computer Arithmetic 12. Digital Logic IV. Instruction Sets and Assembly Language 13. Instruction Sets: Characteristics and Functions 14. Instruction Sets: Addressing Modes and Formats 15. Assembly Language and Related Topics V. The Central Processing Unit 16. Processor Structure and Function 17. Reduced Instruction Set Computers 18. Instruction-Level Parallelism and Superscalar Processors 19. Control Unit Operation and Microprogrammed Control VI. Parallel Organization 20. Parallel Processing 21. Multicore Computers Appendix Glossary References Index

原價: 1420 售價: 1335 現省: 85元
立即查看
Essentials of Computer Organization and Architecture 5/E ( Jones & Bartlett ) (5版)

Essentials of Computer Organization and Architecture 5/E ( Jones & Bartlett ) (5版)

類似書籍推薦給您

原價: 1950 售價: 1950 現省: 0元
立即查看