計算機概論

出自中山電機所 無線行動網路實驗室

(修訂版本間差異)
跳轉到: 導航, 搜尋
第1行: 第1行:
-
=== '''資料結構 (2020 Fall, Fri 9:10AM~12:00AM,EC6019)'''  ===
+
(更新。更新日期:2020/09/13)(更新。更新日期:2020/09/13) Fri 9:10AM~12:00AM,EC6019)
'''<br>'''[http://wmi.ee.nsysu.edu.tw/enter/images/2/2a/DSch0V2.pdf Chapter 0. Introduction]  
'''<br>'''[http://wmi.ee.nsysu.edu.tw/enter/images/2/2a/DSch0V2.pdf Chapter 0. Introduction]  
第5行: 第5行:
[http://wmi.ee.nsysu.edu.tw/enter/images/5/5a/DSch1V7.rar Chapter 1. Quick Review of C++]<br>(同學反應「投影片密碼設定錯誤」,因此從新設定)  
[http://wmi.ee.nsysu.edu.tw/enter/images/5/5a/DSch1V7.rar Chapter 1. Quick Review of C++]<br>(同學反應「投影片密碼設定錯誤」,因此從新設定)  
-
[http://wmi.ee.nsysu.edu.tw/enter/images/9/97/DSch2.pdf Chapter 2. Arrays, Time Complexity, and Recursion]  
+
[http://wmi.ee.nsysu.edu.tw/enter/images/2/27/DSch2V2.pdf Chapter 2. Arrays, Time Complexity, and Recursion]<br>(更新。更新日期:2020/09/25)&nbsp;
[http://wmi.ee.nsysu.edu.tw/enter/images/e/e0/DSch3.rar Chapter 3. Vectors]  
[http://wmi.ee.nsysu.edu.tw/enter/images/e/e0/DSch3.rar Chapter 3. Vectors]  

在2020年9月25日 (五) 07:04所做的修訂版本

(更新。更新日期:2020/09/13)(更新。更新日期:2020/09/13) Fri 9:10AM~12:00AM,EC6019)


Chapter 0. Introduction

Chapter 1. Quick Review of C++
(同學反應「投影片密碼設定錯誤」,因此從新設定)

Chapter 2. Arrays, Time Complexity, and Recursion
(更新。更新日期:2020/09/25) 

Chapter 3. Vectors

Chapter 4. Circular Lists and Iterators
(更新。更新日期:2020/09/13)

Chapter 5. Stacks and Queues

Chapter 6. Trees

Chapter 7. Priority Queues: Heaps
(更新。更新日期 2020/09/21)

Chapter 8: Unordered Maps: Hash Tables

Chapter 9: Self-Balancing Search Trees

Chapter 10. Sorting

Chapter 11. Graphs








********************************************
計算機概論。大學部課程, 2020起停開


Chapter 0. Syllabus

Chapter 1. Introduction

Chapter 2. Number Systems

Chapter 3. Data Storage

Chapter 4. Operations on Data

Chapter 5. Computer Organization

Chapter 6. Operating Systems

Chapter 7. Computer Networks

Chapter 8. Wireless Networks

Chapter 9. Programming Languages

Chapter 10. Algorithms