計算機概論

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

(修訂版本間差異)
跳轉到: 導航, 搜尋
第1行: 第1行:
=== '''資料結構 (2020 Fall, Fri 9:00AM~12:00AM)'''  ===
=== '''資料結構 (2020 Fall, Fri 9:00AM~12:00AM)'''  ===
 +
 +
 +
'''只修過「C」,而沒修過「C++」的同學,上課應該<br>會聽不懂,建議:退選,先去修 C++ 的課,或自己閱讀<br>C++ 的書,再來修這門課。<br>'''
[http://wmi.ee.nsysu.edu.tw/enter/images/4/4a/DSch0Introduction.pdf Chapter 0. Introduction]  
[http://wmi.ee.nsysu.edu.tw/enter/images/4/4a/DSch0Introduction.pdf Chapter 0. Introduction]  
第9行: 第12行:
[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]  
-
[http://wmi.ee.nsysu.edu.tw/enter/images/7/74/DSch4.rar Chapter 4. Circular Lists and Iterators]
+
[http://wmi.ee.nsysu.edu.tw/enter/images/7/74/DSch4.rar Chapter 4. Circular Lists and Iterators]  
Chapter 5. Stacks and Queues  
Chapter 5. Stacks and Queues  

在2020年9月12日 (六) 01:42所做的修訂版本

資料結構 (2020 Fall, Fri 9:00AM~12:00AM)

只修過「C」,而沒修過「C++」的同學,上課應該
會聽不懂,建議:退選,先去修 C++ 的課,或自己閱讀
C++ 的書,再來修這門課。

Chapter 0. Introduction

Chapter 1. Quick Review of C++

Chapter 2. Arrays, Time Complexity, and Recursion

Chapter 3. Vectors

Chapter 4. Circular Lists and Iterators

Chapter 5. Stacks and Queues

Chapter 6. Trees

Chapter 7. Priority Queues: Heaps

Chapter 8: Unorder Maps: Hash Tables

Chapter 9: Self-Balancing Search Trees

Chapter 10. Sorting

Chapter 11. Graphs









大學部課程, 停開, 2019 Fall, Fri 1:10~4:00 PM, EC1001


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