計算機概論

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

在2022年10月28日 (五) 10:51由Ztchou (對話 | 貢獻)所做的修訂版本
跳轉到: 導航, 搜尋

資料結構 (2022 Fall, Wed 1:10 PM ~ 4:00 PM, EC3013)

註:所謂的「彈性學習」是指「時間充分的時候才講授」


9月14日起,改線上授課
Microsoft Teams 網址 https://t.co/KNFr9CxN8o
團隊代碼:t9nwzt5(啟動留言功能)


Chapter 0. Introduction
投影片

Chapter 1. Quick Review of C++
投影片  程式碼  Exercises

第一章投影片有更新,更新第 39 頁(2022/09/29)


Chapter 2. Arrays, Time Complexity, and Recursion
投影片  程式碼  Exercises

Chapter 3. Vectors
投影片  程式碼  Exercises

投影片更新(2022/10/14)


Chapter 4. Sorting (彈性學習)
投影片  程式碼  Exercises

Chapter 5. Circular Lists and Iterators
投影片  程式碼  Exercises

Chapter 6. Stacks and Queues
投影片  程式碼  Exercises

Chapter 7. Trees
投影片  程式碼  Exercises

Chapter 8. Heaps
投影片  程式碼  Exercises

Chapter 9. Hash Tables
投影片  程式碼  Exercises

Chapter 10. AVL Trees
投影片  程式碼  Exercises

Chapter 11. B-Trees and Red-Black Trees (彈性學習)
投影片  程式碼







********************************************
計算機概論。大學部課程, 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