計算機概論

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

(修訂版本間差異)
跳轉到: 導航, 搜尋
第1行: 第1行:
=== '''資料結構 (2020 Fall, 9:10AM~12:00AM, EC6019)'''  ===
=== '''資料結構 (2020 Fall, 9:10AM~12:00AM, EC6019)'''  ===
-
'''1月8日星期五,在6019舉行期末考,<br>考試範圍:投影片第6章 ~ 第10章。'''<br>'''老師將在1月4日(星期一)中午12:00 公布模擬考題。'''
 
-
'''老師不打算太早公布模擬考題,<br>用以強迫同學必須先看投影片或課本。<br>這樣才真的有學習到資料結構。'''
 
-
'''如果同學在看投影片的時候,有看不懂的地方,<br>可以在1月31日(星期四)下午5點,在教室3009問我。'''<br>  
+
 
 +
[http://wmi.ee.nsysu.edu.tw/enter/images/7/7b/%E6%9C%9F%E6%9C%AB%E8%87%AA%E6%88%91%E8%A9%95%E9%87%8F%E9%A1%8C%E5%BA%AB.pdf '''期末考模擬練習題庫''']
 +
<br>  
'''<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]  

在2021年1月1日 (五) 21:02所做的修訂版本

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

期末考模擬練習題庫


Chapter 0. Introduction

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

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

Chapter 3. Vectors
投影片  程式碼

Chapter 4. Sorting
投影片  程式碼

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

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

Chapter 7. Trees
投影片   程式碼

Chapter 8. Heaps
投影片   程式碼

Chapter 9. Hash Tables
投影片   程式碼

Chapter 10. AVL Trees
投影片   程式碼
(更新日期 2020/12/25)






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