Introduction to Algorithms (4版)
其他會員也一起購買
【原文書】
書名: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
售價:
2146
現省:
44元
立即查看
Computer Organization and Design MIPS Edition: The Hardware/Software Interface (6版)
其他會員也一起購買
原文書資訊
書名: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元
立即查看
Siberschatz's OPERATING SYSTEM CONCEPTS (10版)
其他會員也一起購買
原文書資訊
書名:OPERATING SYSTEM CONCEPTS 10/E GE 2019 <JW>
作者: SILBERSCHATZ
ISBN: 9781119454083
出版社: John Wiley
出版年: 2019年
中文書資訊
書名: 作業系統 OPERATING SYSTEM CONCEPTS
作者: Silberschatz/ 吳庭育
ISBN: 9789865522506
出版社: 東華
出版年: 2021年
原價:
1750
售價:
1660
現省:
90元
立即查看
計算機結構-計量方法(Hennessy,: COMPUTER ARCHITECTURE: A QUANTITATIVE APPROACH 5/E ) (5版)
其他會員也一起購買
【中文翻譯書】
書名:計算機結構-計量方法 第五版
原文書名:Computer Architecture A Quantitative Approach
作者:John L. Hennessy, David A. Patterson
譯者:郭景致 巫坤品 阮聖彰 李春良
出版社:東華
書號:ME0329C
出版日期:2012/10
ISBN:9789574837281
本書序言
.新版本的第 1 章份量加重,包括了有關能量、靜態功率、動態功率、積體電路成本、可靠性以及可用性的公式。
.第 2 章討論了 10 種先進的快取記憶體最佳化。第 2 章包括新的一節討論虛擬機,在防護、軟體管理及硬體管理方面可以提供好處,也在雲端運算方面扮演重要的角色。除了涵蓋 SRAM 和 DRAM 的技術之外,本章也包括了討論快閃記憶體的新教材。PIAT 範例是使用在 PMD 的 ARM Cortex A8 以及使用在伺服器的Intel Core i7。
.第 3 章涵蓋了指令階層平行化在高效能處理器上的運用,包括超純量執行、分支預測、推測機制、動態排程以及多執行緒。第 3 章也衡量了ILP 的限制。就像第 2章,PIAT 範例同樣是 ARM Cortex A8 和 Intel Core i7。
.第 4 章從介紹向量結構開始,作為建立多媒體SIMD 指令集擴充版和 GPU 之說明的基礎。有關 GPU 的章節是本書最難撰寫的,因為它得多次反覆說明才能得到精確又容易瞭解的描述。本章介紹屋頂線效能模型並使用它來比較 Intel Core i7 和 NVIDIA GTX-280 與 GTX-480 GPU。本章也描述了 PMD 所用的 Tegra 2 GPU。
.第 5 章描述多核心處理器,探討對稱式與分散式記憶體結構,檢視其組織原則與效能;接下去便是同步化與記憶體一致性模型方面的課題。
.第 6 章描述計算機結構中的最新課題──數位倉儲型電腦 (warehouse-scale computer, WSC)。依靠 Amazon 網路服務和 Google 工程師的協助,本章整合了結構工程師鮮少察覺到的 WSC 之設計、成本與效能的細節。本章在說明 WSC 的結構與實體製作之前 (包括成本),先從流行的MapReduce 程 式計模型開始。成本讓我們得以解釋雲端運算的興起,藉此可以比較便宜地在雲端使用 WSC 作計算,勝過在您的區域資料中心作計算。
目錄
Chapter 1 計量設計與分析的基礎
Chapter 2 記憶體層級的設計
Chapter 3 指令階層平行化及其開發
Chapter 4 向量、SIMD 與 GPU 結構當中的資料階層平行化
Chapter 5 執行緒階層平行化
Chapter 6 開發需求階層與資料階層平行化的數位倉儲型電腦
Appendix A 指令集原理
Appendix B 記憶體層級的回顧
Appendix C 管線化:基本與進階的觀念
原價:
1250
售價:
1175
現省:
75元
立即查看
Data Communications and Networking with TCP/IP Protocol Suite (6版)
其他會員也一起購買
Data Communications and Networking with TCP/IP Protocol Suite 6/e
作者:Behrouz A. Forouzan
ISBN:9781260597820
版次:6
年份:2022
出版商:McGraw-Hill
頁數/規格:860頁/平裝雙色
Description
Data Communications and Networking, 6th edition, teaches the principles of networking using TCP/IP protocol suite, It employs a bottom-up approach where each layer in the TCP/IP protocol suite is built on the services provided by the layer below. This edition has undergone a major restructuring to reduce the number of chapters and focus on the organization of TCPIP protocol suite. It concludes with three chapters that explore multimedia, network management, and cryptography/network security. Technologies re elated to data communications and networking are among the fastest growing in our culture today, and there is no better guide to this rapidly expanding field than Data Communications and Networking.
Table of Contents
Chapter 1: Introduction
Chapter 2: Physical Layer
Chapter 3: Data-Link Layer
Chapter 4: Local Area Networks: LANs
Chapter 5: Wide Area Networks: WANs
Chapter 6: Connecting Devices and Virtual LANs
Chapter 7: Network Layer: Data Transfer
Chapter 8: Network Layer: Routing of Packets
Chapter 9: Transport Layer
Chapter 10: Application Layer
Chapter 11: Multimedia
Chapter 12: Network Management
Chapter 13: Cryptography and Network Security
原價:
1600
售價:
1504
現省:
96元
立即查看
演算法(第四版)
+作者:戴顯權編著
+年份:2022 年4 版
+ISBN:9786269505043
+書號:CS0443
+規格:16開/平裝/單色
+頁數:368
+出版商:滄海
簡介
1.是一本以方法為導向的演算法教科書。
2.採用簡單範例,介紹演算法的基本設計方法,讓讀者易學易懂。
3.內容完整,包含所有大學生應該具備的演算法常識。
4.提供許多難易不等的習題,可供讀者依程度不同來做練習。
目錄
1 介紹
2 演算法與問題之分析
3 貪婪演算法
4 淘汰與搜尋法
5 分而治之法
6 動態規劃
7 NP-完備理論
8 處理 NP-完備問題
附錄一 中英對照表
附錄二 部分習題解答
立即查看
單晶片微電腦8051/8951原理與應用(C語言)(附多媒體光碟) 4/E 2022 <全華>4/e (4版)
其他會員也一起購買
單晶片微電腦8051/8951原理與應用(C語言)
ISBN13:9786263281219
出版社:全華圖書
作者:蔡朝洋;蔡承佑
裝訂/頁數:平裝/548頁
附件:光碟*1
規格:26cm*19cm*2.4cm (高/寬/厚)
重量:1019克
版次:4
出版日:2022/04/18
中國圖書分類:電腦製造
內容簡介
本書使用目前最熱門的KEIL C來學習單晶片微電腦,本書共分為四篇,第一篇將單晶片微電腦MCS-51及C語言的相關知識做了深入淺出的說明,第二篇至第四篇為C語言程式所撰寫控制單晶片微電腦的應用實例,是一本理論與實務並重的書籍。本書中每個實例均經由作者精心規劃,且每個程式範例均經由作者上機實驗過。讀者們若能一面研讀本書一面依序實習,定可收到事半功倍之效果,進而獲得單晶片微電腦控制之整體知識。本書適合大學、科大電子、電機、資工系「單晶片微電腦實務」課程使用。
本書特色
1.本書共分為四篇,使用目前最熱門的KEIL C來學習單晶片微電腦,內容深入淺出,理論與實務並重,在學習上更加得心應手。
2.本書詳細說明C 語言入門語法、程式架構、運算子及特殊指令,是學習單晶片微電腦的最佳書籍。
3.本書中的每個實例均經由作者精心規劃,且由作者親自上機實驗,書後更附有無試用期限的KEIL C試用版。
目錄
第1篇 相關知識1-1
第1章 單晶片微電腦的認識1-3
1-1 微電腦的基本結構1-4
1-2 何謂單晶片微電腦1-5
1-3 使用單晶片微電腦的好處1-6
1-4 適用的電腦才是好電腦1-7
1-5 MCS-51系列單晶片微電腦的認識1-7
第2章 MCS-51系列單晶片微電腦2-1
2-1 我應選用哪個編號的單晶片微電腦2-2
2-2 MCS-51系列之方塊圖2-2
2-3 MCS-51系列的接腳2-4
2-3-1 MCS-51系列的接腳圖2-4
2-3-2 MCS-51系列之接腳功能說明2-4
第3章 MCS-51系列的內部結構3-1
3-1 指令解碼器及控制單元3-3
3-2 算術邏輯單元3-3
3-3 程式計數器3-3
3-4 程式記憶體3-3
3-5 資料記憶體3-4
3-6 特殊功能暫存器3-5
3-7 輸入/輸出埠3-9
3-8 計時/計數器之基本認識3-12
3-9 計時/計數器0及計時/計數器1 3-12
3-9-1 工作模式之設定3-12
3-9-2 模式0 (Mode 0) 分析3-14
3-9-3 模式1 (Mode 1) 分析3-16
3-9-4 模式2 (Mode 2) 分析3-16
3-9-5 模式3 (Mode 3) 分析3-18
3-10 計時/計數器2 3-19
3-10-1 工作模式之設定3-19
3-10-2 捕取模式 (Capture Mode) 分析3-19
3-10-3 自動再載入模式 (Auto-Reload Mode) 分析3-21
3-10-4 鮑率產生器 (Baud Rate Generator) 分析3-22
3-11 串列埠3-23
3-11-1 串列埠之模式0 3-25
3-11-2 串列埠之模式1 3-27
3-11-3 串列埠之模式2 3-29
3-11-4 串列埠之模式3 3-32
3-11-5 串列埠的鮑率3-33
3-11-6 多處理機通訊3-35
3-12 中斷3-38
3-12-1 中斷之致能3-38
3-12-2 中斷之優先權3-40
3-13 省電模式3-43
3-13-1 閒置模式 (Idle Mode)3-44
3-13-2 功率下降模式 (Power Down Mode)3-45
第4章 C語言入門4-1
4-1 C語言的程式架構4-2
4-2 C語言的變數與常數4-5
4-2-1 變數的名稱4-5
4-2-2 KEIL C51的保留字4-5
4-2-3 資料型態4-6
4-2-4 資料表示法4-9
4-2-5 記憶體類型4-10
4-2-6 變數的格式4-10
4-2-7 應該在哪裡宣告變數4-11
4-2-8 常數的宣告與使用4-12
4-3 C語言的運算子4-12
4-3-1 運算子是什麼4-12
4-3-2 指定運算子4-13
4-3-3 算術運算子4-13
4-3-4 關係運算子4-14
4-3-5 邏輯運算子4-15
4-3-6 位元運算子4-16
4-3-7 複合型指定運算子4-18
4-3-8 運算子的優先順序4-19
4-3-9 空白與括號4-19
4-4 程式流程的控制4-20
4-4-1 條件判斷指令if 4-21
4-4-2 分支指令if-else 4-22
4-4-3 階梯分支指令if-else if-else 4-23
4-4-4 多重分支指令switch-case-break-default 4-25
4-4-5 迴圈指令for 4-27
4-4-6 迴圈指令while 4-28
4-4-7 迴圈指令do-while 4-30
4-4-8 跳躍指令goto 4-31
4-5 陣列4-33
4-5-1 一維陣列4-33
4-5-2 字串與陣列4-34
4-6 函數4-35
4-6-1 函數的格式4-36
4-6-2 沒有引數也沒有返回值的函數4-36
4-6-3 有引數沒有返回值的函數4-37
4-6-4 有引數也有返回值的函數4-38
4-6-5 沒有引數有返回值的函數4-39
4-6-6 用陣列做為引數4-40
4-7 KEIL C51的中斷函數4-42
4-8 KEIL C51的特殊指令4-43
4-8-1 向左旋轉指令4-43
4-8-2 向右旋轉指令4-44
4-8-3 極短時間的延時指令4-46
4-9 到KEIL公司去挖寶4-46
第5章 MCS-51之基本電路5-1
5-1 80C51、87C51、89C51、89S51之基本電路5-2
5-2 介面電路5-3
5-2-1 輸入電路5-3
5-2-2 輸出電路5-5
第6章 如何編譯程式6-1
6-1 如何獲得程式的執行檔6-2
6-2 8051的常用C語言編譯器6-2
6-3 下載KEIL C51(請見本書附贈光碟)6-2
6-4 安裝KEIL C51(請見本書附贈光碟)6-3
6-5 KEIL C51之操作實例6-3
6-6 KEIL C51的偵錯能力6-17
第7章 如何執行、測試程式7-1
7-1 直接將程式燒錄在89S51或89C51測試7-2
7-2 直接將程式下載至具有ISP功能的AT89S51或
P89C51RD2執行7-3
7-3 利用電路實體模擬器ICE執行程式7-3
第8章 AT89系列單晶片微電腦的認識8-1
8-1 快閃記憶體 Flash Memory8-2
8-2 AT89C51、AT89S51 8-2
8-3 AT89C52、AT89S52 8-3
8-4 AT89C55 8-3
8-5 AT89C2051、AT89S2051 8-3
8-6 AT89C4051、AT89S4051 8-5
8-7 AT89C1051U 8-6
8-8 KEIL C51試用版的限制 8-6
第2篇 基礎實習9-1
第9章 輸出埠之基礎實習9-3
...
立即查看
Introduction to Robotics: Mechanics and Control (4版)
其他會員也一起購買
【簡介】
Description
An intuitive introduction to robotic theory and application
Since its original publication in 1986, Craig’s Introduction to Robotics: Mechanics and Control has been the leading textbook for teaching robotics at the university level. Blending traditional mechanical engineering material with computer science and control theoretical concepts, the text covers a range of topics, including rigid-body transformations, forward and inverse positional kinematics, velocities and Jacobians of linkages, dynamics, linear and non-linear control, force control methodologies, mechanical design aspects, and robotic programming.
The 4th Edition features a balance of application and theory, introducing the science and engineering of mechanical manipulation--establishing and building on foundational understanding of mechanics, control theory, and computer science. With an emphasis on computational aspects of problems, the text aims to present material in a simple, intuitive way.
【目錄】
Table of Contents
1. Introduction
2. Spatial Transformations
3. Forward Kinematics
4. Inverse Kinematics
5. Velocities, Static Forces, and Jacobians
6. Dynamics
7. Trajectory Planning
8. Mechanical Design of Robots
9. Linear Control
10. Non-Linear Control
11. Force Control
12. Programming Languages and Systems
13. Simulation and Off-Line Programming
原價:
1480
售價:
1406
現省:
74元
立即查看
FUNDAMENTALS OF DATABASE SYSTEMS 6/E 2011<PH>0--13-608620-9 (6版)
類似書籍推薦給您
立即查看
(舊版)FUNDAMENTALS OF DATABASE SYSTEMS 5/E IE 2007 <AW> 0-321-41506-X (5版)
類似書籍推薦給您
原價:
1190
售價:
298
現省:
892元
立即查看
Fundamentals of Database Management Systems 3/e (3版)
類似書籍推薦給您
立即查看
Fundamentals of Turfgrass Management (1版)
類似書籍推薦給您
立即查看
Fundamentals of Physics 8/e Vol:2 (8版)
類似書籍推薦給您
立即查看