線上人數: 133

工程學群

課程年度:
顯示:
11102 工程
2022 計算機程式設計2
陳煥宗 教授

清華大學資工系必修課,主要對象為大一學生,延續計算機程式設計一,繼續磨練程式能力。

 

有意願修課的同學,請直接從校務資訊系統的加簽電子表單提出申請!

♠ 

這門課是以遠距直播方式上課,上課時間是每個星期二晚上 6:30-9:20。

  每個星期四晚上的助教時間,也是以直播方式講解。期中考、期末考則另外會安排在電腦教室實體上機考試。
♠  9/13 開學第一堂課,請直接進入 Microsoft Teams 線上上課:
 

Microsoft Teams Channel 直播連結是https://tinyurl.com/2f3r4uuz

♠  只要使用 NTHU Office365 帳號可以直接加入課程群組。
  校外同學請提供 Microsoft Teams 帳號,我們會手動將你加入群組。

 
【課程概述】
           Course Description 

1. 延續計算機程式設計一,繼續鍛鍊程式能力!
2. 透過實作來認識資訊工程基礎知識與技術!
♠  修課學生必須先修過!!!!
      (1). 「資工系計算機程式設計一」
     (2). 「電機系計算機程式設計」
     (3). 「電資班計算機程式設計」三門課程其中任何一門課。
♠ 

如果未滿足上述條件,則必須通過程式設計檢定。 

 

程式設計檢定採用榮譽制,請對自己負責,憑實力完成,這也是對自己的程式能力的檢驗。如果沒能力達成,可能會跟不上程設二的課程難度和進度。

線上作答題目,稍後會再公告。題目難度相當於程式設計一期末考
截止期限:2022/09/20 00:00:00
   
   

【指定用書】
         Text Books 

 無指定用書

網站中https://eeclass.nthu.edu.tw/course/9192

   
 
【授課大綱
        Syllabus
1.  課程介紹 11. Templates
2. 複習 C 指標 12. Graph and Path Finding
3. Circular linked Lists 13. Search Problems
4. Josephus Problem 14. Search Problems
5. Binary Trees 15. Modern C++
6. Binary expressions, Syntax Trees 16. Modern C++
7. Calculator Tree, Assembly 17. Final Exam
8. Midterm Exam & Written Exam 18. Project Demo
9. C++ Introduction

10. Derived Class

       
 
Video chapter content 
第1R講 Week 02 C 指標複習、Linked List (singly, circular) 介紹
第2R講 Week 03 課程日程、Linked List (double pointer)
第3R講 Week 04 Josephus Problem (array, linked list, recursive)
第4R講 Week 05 Binary Tree, Tree Order (pre-order, in-order, post-order)
第5R講 Week 06 Binary Expression, Syntax Tree
第6R講 Week 07 Calculator, Compiler (lexer, parser)
第7R講 Week 08 Assembly, Computer Architecture
第8R講 Week 09 C++ Introduction (syntax, I/O, array, class)
第9R講 Week 10 C++ Classes (introduction, derived classes, abstract classes)
第10R講 Week 12 C++ Classes (examples: list, vector)
第11R講 Week 13  C++ Classes (examples: vector)
第12R講 Week 14 Standard Library, Graph and Path Finding
 第13R講  Week 15  Problem Solving Using C++ (water jug)
 第14R講  Week 16  Problem Solving Using C++ (missionary, torch)
 第15R講  Week 17  C++ 17 and C++ 20
     
 
【授課形式】
         Teaching Method
♠ 遠距同步上課
 電腦教室實體上機考試
  
【成績考核】
        Evaluation  
 若因防疫規定而影響實體考試的執行,各項成績考核的分配

比例可能會依情況因應調整!
 10%  written exam
 30%  midterm exam
 30%  final exam
 10%  mini project
 20%  big project & hackathon

 

 

 

   2022陳煥宗教授程式設計2筆記

點閱次數:4055
11102 工程
計算機程式設計2 - 詹振宏.袁晟洋助教研習課
詹振宏 / 袁晟洋 教授

清華大學資工系必修課,主要對象為大一學生,延續計算機程式設計一,繼續磨練程式能力。

【課程概述】
           Course Description
1. 延續計算機程式設計一,繼續鍛鍊程式能力!
2. 透過實作來認識資訊工程基礎知識與技術!
修課學生必須 修過程式設計一 (等同 EECS/EE 程式設計) 或是 通過開學第一週舉辦

定,符合資格才能以加簽方式選課。
♠

修課學生必須 修過程式設計一並取得學分 (等同 EECS/EE 程式設計)


或是 通過開學第一週舉辦的程式設計一能力檢定,符合資格才能以加簽方式選課。



採用榮譽制,請對自己負責,憑實力完成!


這也是對自己的程式能力的檢驗,如果沒能力達成,可能會跟不上程設二的課程難度和進度。

 

 
  
---------------------------------------------------------------------------------------------
【對象】
還沒拿到「資工系計算機程式設計一、「電機系計算機程式設計」、

「電資班 計算機程式設計」任何一個科目學分的同學
【題目】 http://acm.cs.nthu.edu.tw/contest/2084/
【註冊帳號】 必須採用 IPHTC+學號格式,例如 IPHTC109062500
【條件】 在期限內,用規定的帳號,答對全部題目,通過檢定符合條件可在第二週上課時加簽!



   

  【授課大綱

         Syllabus
第1R講 Week 02 課程規則、題目講解 (linked list, pointer, 前綴和)
第2R講 Week 03
OJ 介紹、題目講解 (Josephus problem, linked list)
第3R講 Week 05 part 1 題目講解 (前綴和, 快速冪, tree order)
第4R講 Week 05 part 2 Code debug 方法介紹
第5R講 Week 07 題目講解 (binary expression, 二分搜尋樹, 二分搜尋法)、


Mini Project 1 介紹
第6R講 Week 09 題目講解 (二分搜尋樹, lower bound, upper bound)
第7R講 Week 11 題目講解 (set, class, depth-first search)
第8R講 Week 13 題目講解 (vector, string, depth-first search, 二分搜尋法)
第9R講 Week 14 題目講解 (class, 二分搜尋法)、Pre-final Project 介紹
第10R講 Week 17
題目講解 (standard library, 二分搜尋法, 前綴和, 離散資料處理)


 
     
   
  【授課形式】
         Teaching Method
 ♠ 遠距同步上課
  電腦教室實體上機考試
   
 

 2022陳煥宗教授程式設計2筆記

點閱次數:3353
11102 工程
計算機程式設計1 - 詹振宏.袁晟洋助教研習課
詹振宏 / 袁晟洋 教授

This course is aimed to help the students learn how to program in C. There will be several labs, two midterm exams, one final exam, and the final project, with the following percentages: 1. Online judge labs (20%), 2. Two midterm exams (30%), 3. One final exam (30%), 4. Final project (20%). The textbook is S. Prata, C PRIMER PLUS. Printout lecture notes will be available.


課程大綱
        Syllabus
This course is aimed to help the students learn how to program in C.There will be several labs, two midterm exams, one final exam, and the final project,with the following percentages: 

1. Online judge labs (20%) — every two weeks
2. Two midterm exams (30%)
3. One final exam (30%)
4. Final project (20%)


   

影片章節內容
        Video chapter content 
第1R講 Week 01 課程介紹、編輯器介紹 (codeblocks)、OJ 使用
第2R講 Week 02 課程介紹、題目講解 (I/O)、I/O format
第3R講 Week 03 題目講解 (數學邏輯題), 學習資源介紹
第4R講 Week 04 題目講解 (數學邏輯題, 二進位)
第5R講 Week 05 時間複雜度介紹 (big-O notation, 分析方法)
第6R講 Week 06 做題技巧、題目講解 (前綴和, 數學題)
第7R講 Week 07 題目講解 (字串, 邏輯題)、常見問題 (陣列大小)、Coding Style
 第8R講 Week 08 題目講解 (遞迴, 枚舉, 字串)
 第9R講 Week 09 題目講解 (最大公因數, 遞迴, 枚舉)、Debug 教學
 第10R講 Week 11 題目講解 (二分搜尋法, 快速冪)
 第11R講 Week 12 題目講解 (邏輯題, pointer, 前綴和)
 第12R講 Week 13 題目講解 (貪心, 數學題, 二分搜尋法)
 第13R講 Hackathon Part 1  Final Project: 規則、介紹、環境安裝
 第14R講 Hackathon Part 2  Final Project: 函式庫教學、優秀作品 demo
 第15R講 Week 14 題目講解 (depth-first search, sorting, 二分搜尋法)
 第16R講 Week 15 題目講解 (sorting, struct, string, depth-first search, 枚舉)、

  觀念釐清 (pointer)
第17R講 Week 16 Final Project 注意事項、題目講解 (矩陣快速冪, sorting, 貪心)
第18R講 Week 17 題目講解 (矩陣快速冪, linked list, 二分搜尋法)
     

  

 指定用書
         Textbook

♠  S. Prata, C PRIMER PLUS
  Lecture notes - https://reurl.cc/OExyMX
  

 

 

 2022陳煥宗教授程式設計1筆記     



點閱次數:5768
11102 工程
2020計算機程式設計2
陳煥宗 教授

清華大學資工系必修課,主要對象為大一學生,延續計算機程式設計一,繼續磨練程式能力。

【課程概述】
           Course Description
1. 延續計算機程式設計一,繼續鍛鍊程式能力!
2. 透過實作來認識資訊工程基礎知識與技術!
修課學生必須 修過程式設計一 (等同 EECS/EE 程式設計) 或是 通過開學第一週舉辦定,符合資格才能
  以加簽方式選課。
♠

修課學生必須 修過程式設計一並取得學分 (等同 EECS/EE 程式設計)或是通過開學第一週舉辦的程式

 

設計一能力檢定,符合資格才能以加簽方式選課。



採用榮譽制,請對自己負責,憑實力完成! 


這也是對自己的程式能力的檢驗,如果沒能力達成,可能會跟不上程設二的課程難度和進度。

 

 
---------------------------------------------------------------------------------------------
【對象】
還沒拿到「資工系計算機程式設計一、「電機系計算機程式設計」、「電資班 

計算機程式設計」任何一個科目學分的同學
【題目】 http://acm.cs.nthu.edu.tw/contest/2084/
【註冊帳號】  必須採用 IPHTC+學號格式,例如 IPHTC109062500
【條件】 在期限內,用規定的帳號,答對全部題目,通過檢定符合條件可在第二週上課時加簽  
 
 

 
【指定用書】
         Text Books 

 無指定用書,https://reurl.cc/bG1LAX
   
 
 
【授課大綱
        Syllabus
1.  課程介紹、加簽、程設一資格檢定測驗 11. Templates
2. 複習 C 指標 12. Graph and Path Finding
3. Circular linked Lists 13. Search Problems
4. Josephus Problem 14. Search Problems
5. Binary Trees 15. Modern C++
6. Binary expressions, Syntax Trees 16. Modern C++
7. Calculator Tree, Assembly 17. Final Exam
8. Midterm Exam & Written Exam 18. Project Demo
9. C++ Introduction

10. Derived Class

       
  
 
【影片章節       
        movie chapter
第1R講 Week 02 課程簡介、C 指標複習、Linked List 介紹
第2R講 Week 03 Part 1 Linked List 補充 (double pointer)
第3R講 Week 03 Part 2 Linked List 補充 (delete, swap)
第4R講 Week 04 Part 1 資料結構與演算法介紹 (Josephus problem)、時間複雜度
第5R講 Week 04 Part 2 時間複雜度介紹 (Big-O notation)、Josephus Problem
第6R講 Week 04 Part 3 Josephus Problem (code 實作)
第7R講 Week 04 Part 4 Josephus Problem (code 實作, 更高效的解法)
第8R講 Week 05 Binary Tree, Tree Order (pre-order, in-order, post-order)
第9R講 Week 06 Binary Expression, Syntax Tree
第10R講 Week 07 Part 1 Calculator, Compiler (lexer, parser)
第11R講 Week 07 Part 2 Calculator, Compiler (lexer, parser), Grammar
第12R講 Week 08 Assembly, Computer Architecture
第13R講 Week 09 C++ Introduction (syntax, I/O, 字串, array, class)
第14R講 Week 11 C++ Classes (introduction, derived classes, abstract classes)
第15R講 Week 12 C++ Classes (examples: list, vector)
第16R講 Week 13 C++ Classes (vector), Standard Library, 使用演示 (猜數字)
第17R講 Week 14 Graph and Path Finding, Standard Library
第18R講 Week 15 Part 1 Problem Solving Using C++ (water jug)
第19R講 Week 15 Part 1.5 Problem Solving Using C++ (water jug)
第20R講 Week 16 Problem Solving Using C++ (missionary, torch)
第21R講 Week 17 Week 17〡C++ 17 and C++ 20
     

   

【授課形式】
         Teaching Method
 遠距同步上課
 電腦教室實體上機考試
  
【成績考核】
        Evaluation 
  10%written exam、30%midterm exam、30%final exam、10%mini project、
   20%big project & hackathon
 
 

 2022陳煥宗教授程式設計2筆記

點閱次數:4037
11101 工程
資料結構導論
韓永楷 教授

「資料結構」是學習以聰明的方法去儲存資料,使得我們在有需要的時候能夠快速有效地把資料擷取....

 

 【課程說明】
       
 Course Description 
        「資料結構」是學習以聰明的方法去儲存資料,使得我們在有需要的時候能夠快速有效地把資料擷取。例如我們希望把學生某一科的考試成績整理,使得我們能隨時查詢任何學生的排名。為了節省查詢的時間,我們或許會把學生們的成績從高至低排好,而不會以隨意的順序排列。〈對此問題,其實還有一個更好的方法呢!〉

Week 1 Getting Started、Heap
 
● Introduction
● Sorting 的方法 & 分析
● Exercise - Insertion Sort
● Sorting 的分析
● Exercise - Merge Sort
● Growth of Functions
● Exercise - Growth of Functions
● Insertion Sort 上機
● Heap-1
● Exercise - Heap I
● Heap-2
● Exercise - Heap II
Week 2 Sorting Lower Bound、Basic Data Structures I (List, Queue, Stack)
 
● Lower Bound on Comparison Sorts - 1
● Exercise - Lower Bound on Comparison Sorts I
● Lower Bound on Comparison Sorts - 2
● Exercise - Lower Bound on Comparison Sorts II
● Pointers in C
● Basic Data Structure Ⅰ - 1
● Basic Data Structure Ⅰ - 2
● Exercise - Basic Data Structure I
● Josephus 上機
● Exercise - Josephus Problem
● Balanced 括號上機
● Exercise - Balanced Parentheses
● List 上機_insert
● List 上機_delete 
Week 3 Basic Data Structures II (Tree, Graph)、Graph and Tree Traversals I 

(BFS, DFS)
 
● Tree and Graph
● Exercise - Tree
● Breadth First Search
● Exercise - Breadth First Search
● Depth First Search
● Exercise - Depth First Search
● Depth First Search 分析
Week 4 Graph and Tree Traversals II (Tree Traversals, Expression Tree )、
 Graph and Tree Traversals III (Topological Sort)
 
● Tree Traversal
● Exercise - Tree Traversal
● Expression Tree & Postfix Notation of an Expression
● Infix-Postfix Coversion
● Exercise - Expression
● Topological Sort
● Topological Sort 證明
● Exercise - Topological Sort
● Two IQ Questions
● Exercise - Josephus Problem Revisited 
Week 5 Searching Set Data I (Binary Search Tree)
 
● Binary Search Tree
● Binary Search Tree 實作 (Min / Max)
● Binary Search Tree 實作 (Search / Predecessor)
● Binary Search Tree 實作 (Insert / Delete)
● Binary Search Tree 實作 (Delete) - Case 1 & 2
● Binary Search Tree 實作 (Delete) - Case 3
● BST上機_insert
● BST上機_delete_1
● BST上機_delete_2
● BST上機 - 3
● Exercise - Binary Search Tree 
Week 6 Searching Set Data II (AVL Tree)
 
● AVL Tree
● AVL Tree - Rotation
● AVL Tree - Insertion 的情形
● AVL Tree - Insertion實作 Case 2.2
● AVL Tree - Insertion 實作 Case 2.3
● AVL Tree Insert 補充 & Delete
● Augmenting Data Structure
● Exercise - AVL Tree 
Week 7  Searching Set Data III (B-Tree)
 
● B-tree EM Model
● B-tree insert
● B-tree delete
● Exercise - B Tree I
● Exercise - B Tree II 
Week 8  Hashing (Chaining, Open Addressing)、Suffix Tree and Suffix Array
 
● Hashing
● Common Hash Function
● Exercise - Hashing
● Indexing Strings & Suffix Array
● Exercise - Suffix Array
   
 
【指定用書】
        Text Book 
 Introuction to Algorithms

Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein
♠ Fundamentals of Data Structures in C++

Ellis Horowitz, Sartaj Sahni, Dinesh Mehta

【參考書籍】
        References
♠ Algorithms in C++Robert Sedgewick

【先修課程】
        Advanced Placement 
  C/C++ Programming
   
點閱次數:9826
11101 工程
電子學(Offered in English)
金雅琴 教授
This course is an introductory course of microelectronics. We will focus on the fundamental knowledge of microelectronic circuits and emphasize the design- oriented approach... 
 
 
【課程說明】
        Course Description 
This course is an introductory course of microelectronics. We will focus onthe fundamental knowledge of microelectronic circuits and emphasize the design-oriented approach. This course introduces the most important concepts for design of analog circuits such as semiconductor diodes and transistors, and various amplifier configurations. The frequency response, differential pairs,
multistageamplifiers are also included. By developing solid understanding of basic knowledge, learning microelectronics could be enjoyable.  
 
 
【指定用書】
        Text Books 
B. Razavi, "Fundamentals of Microelectronics," Wiley, 2008.
   
   
【參考書籍】
        References 
 
 
 
 
【教學方式】
        Teaching Method
Power point handouts are used in this class together with a tablet computer for equation derivation and additional materials. The course materials are also recorded by the software "powercam" and uploaded in LMS system for easy access. A quiz is held on a bi-weekly basis to help the students following the course schedule. The homework is also assigned bi-weekly. The students also have the opportunity to use the CAD tool (SPICE) for circuit design and verify the materials learned in the class.
 
  
 
【教學進度】
        Syllabus
1.  Introduction to microelectronics (ch. 1)

  -  Examples of electronic systems
  -  Basic circuit theorems

2.  Basic physics of semiconductors and diodes (ch. 2 and ch. 3)

  -  Semiconductor material properties
  -  PN junction and diodes
  -  Diode circuits and applications

3.
Basic physics of transistors and their equivalent circuit models

(ch. 4 and ch. 6)

  -  Basic structures and characteristics of MOSFETs and BJTs
  -  Equivalent circuit model of MOSFETs and BJTs
  -  Large-signal and small-signal operation

4.  Single-stage (multi-stage) amplifiers and frequency response

(ch. 5, ch. 7, ch. 9, and ch. 11)

  -  MOSFET and BJT amplifier topologies (CS, CG, CD, and cascode)
  -  Transfer function and Bode's plot
  -  Frequency response of different amplifiers

5.  Differential amplifiers (ch. 9 and ch. 10)

  -  Basic MOS and BJT differential pairs

  -  Large-signal and small-signal analysis

  -  Current mirror and active load
   

 

點閱次數:10151
11101 工程
作業系統(Offered in English)
周百祥 教授

This course covers fundamental concepts in operating systems for computers, including multiprogramming, interrupt, processes, kernel, parallelism...


 
Course Description
This course covers fundamental concepts in operating systems for computers,including multiprogramming,interrupt, processes, kernel, parallelism, critical sections, deadlocks,communication, multiprocessing,multilevel memory management, binding, name management, file systems,protection, resource allocation,scheduling. Experience with concurrent programming, synchronization mechanisms, interprocess communication.
 
 

Textbook
♠ 
Silberschatz, P. Galvin, and G. Gangne, Operating System Concepts,

10th Edition (International Student Version), John Wiley & Sons, Inc.
   
 

Reference 
Small Device C Compilerhttp://sdcc.sourceforge.net/
Slides:https://ocw.nthu.edu.tw/ocw/index.php?page=newsContent&id=692
 
 
 
Teaching Method
Three hours of lectures per week, weekly written and programming assignments,one final project with five checkpoints

  
 
 
   Syllabus
Chap0 :  History of OS
Chap1 :  Introduction
Chap2 :  System Structures
Chap3 :  Process Concept
Chap4 :  Threads
Chap5 :  Scheduling
Chap6 :  Synchronization, Chap7: Synchronization Examples
Chap7 :  Synchronization Examples
Chap8 :  Deadlocks
Chap9 :  Main Memory
Chap10 :  Virtual Memory
Chap11 :  Mass Storage
Chap12 :  I/O
Chap13 :  File System
Chap14 : 
File System

   

講義專區Project專區Reviews專區

點閱次數:22030
11002 工程
隨機過程(Offered in English)
張國浩 教授
尋找興趣,提早準備,贏在起跑點!!想追求更多課本以外的專業知識嗎? 清華大學開放式課程為你種植了一座學習資源森林,等你來探索!現在就走進開放式課程的森林,品嚐最甜美的知識果實! 
 
 
【Prerequisites】
  IEEM203000 (Engineering Statistics) or equivalent basic probability course.
 

【Textbook】
  Introduction to Probability Models, 10th Ed. by Sheldon M. Ross, Academic 

Press, 2009 (or the newest version). 

 

【Student Learning Objectives】
♠  To develop an ability to model dynamical processes as stochastic processes;  
  To develop an understanding of important qualitative characteristics of 

stochastic processes; 
  To develop an ability to analyze basic stochastic processes. 

 

 

【Course Topics】
      Chapter 3. Conditional Probability and Conditional Expectation
      Chapter 4. Markov Chains
      Chapter 5. The Exponential Distribution and the Poisson process
      Chapter 6. Continuous-time Markov Chain (CTMC)
      Chapter 7. Renewal theory and its applications 
      Chapter 8. Queueing Theory 
           Student presentation (1 week) 
 
 
 
【General Policies】
This course will adopt the “flip-classroom” mode, that is, lecture videos will be provided on a weekly basis before the class time. Students are required to watch the videos and bring their questions to the classroom. The instructor will answer the questions until everything is CLEAR. Quiz will be conducted to ensure that students have a full understanding about the teaching materials. Finally, class exercises will be provided with students to practice in class in groups. Discussion about the exercises are expected. 
♠  Class Exercises

You will team up with up to 3 team members, work on class exercises together and present your answers on a luck-draw system. The exercises are designed to improve your understanding of the class materials and give you a chance to learn and interact with your classmates. The same team will be give the same grade based on the correctness of the answer and the presentation if any. 
 Homework

Homework will be assigned roughly weekly while I will not collect them. You are also encouraged to discuss homework with your classmates and learn from each other
 Quizzes

Quizzes are given on a weekly basis. All the quiz problems are strongly related (or identical) with the homework problems. You should fully understand every homework problem in order to get good grades for the quiz
Exams

Exams will cover material discussed in class. The two midterm and final examinations are close book and notes. No make up exams! Final exam is cumulative. The exact date of midterm exams is given as below (additional information
   
  
 
【Final Project】
The goal of the project is to learn about an application area where stochastic process models have been successfully used to model realistic situations. You should choose an area you are interested in (such as manufacturing, inventory management, transportation, health care, finance, insurance, telecommunication, software reliability, etc.), study the related literature (paper, book etc.), and do some computational work. This will be a team project (four team members at most) for which you are required to prepare a project report (around 10 pages, not counting cover and reference list), written at a level that your classmates could read. Specifically, the report should include: 

 (1)  A background introduction of the application area
 (2) The description of your stochastic model. You should justify the appropriateness of 

stochastic modeling being used to model systems/processes in the chosen area. 
 (3) Work out numerical examples to demonstrate the use of stochastic process models in 

solving realistic problems and provide the managerial insights through your examples.
   ♠ A complete reference list is required. The final report (and the presentation slides) will be collected in class before your presentation starts, and plus, each team will make a 15-minute presentation in the last two weeks of this semester. More details about the order of presentation will be announced later.   

 

點閱次數:31264
11002 工程
控制系統一(重新檢測版= 10410ing)
葉廷仁 教授

This course provides the students with basic knowledge in modeling, analysis and design for linear feedback control systems.  It begins with reviewing some mathematical fundamentals and introducing block diagrams and signal-flow graphs.  Students will then learn how to model mechanical, electrical...... 

 
 
 
【課程大綱】
        Outline of this course
This course provides the students with basic knowledge in modeling, analysis and design for linear feedback control systems.  It begins with reviewing some mathematical fundamentals and introducing block diagrams and signal-flow graphs.  Students will then learn how to model mechanical, electrical, and electromechanical systems as differential equations and transfer functions.  The analysis in this course includes stability of open-loop and closed-loop systems, time responses and frequency responses of low order systems.  The design methods are divided into root-locus techniques and frequency response techniques using Bode plots for designing PID and lead/lag controllers.  Students will also learn how to apply the automatic control theory to real engineering problems via Matlab simulations and Lab assignments.
 
 

【先備知識】
        Pre-requisite: Course Contents
1. Introduction
2. Mathematical Foundation
3. Block diagrams and Signal-Flow Graphs
4. Modeling of Dynamic Systems
5. Time-domain Analysis of Control Systems
6. Root Locus Analysis
7. Frequency-Domain Analysis
8. Design of Control Systems

 

點閱次數:19506
11002 工程
邏輯設計
馬席彬 教授
尋找興趣,提早準備,贏在起跑點!!想追求更多課本以外的專業知識嗎? 清華大學開放式課程為你種植了一座學習資源森林,等你來探索!現在就走進開放式課程的森林,品嚐最甜美的知識果實! 
 
【課程說明】
        Course Description 
This course introduces the basic theory of digital logic design and the implementation of logic circuit. In the beginning, binary number systems, simple boolean algebra, and switching functions are presented.The optimization method for combinational logic, which is the most important portion of the digital logic design, will be presented in detail in this section. Then, basic storage registers such as D-latch, D-flip-flop etc will be introduced in the section of the synchronous sequential logic, which will form a foundation for useful control technique - finite-state machine. After that combination logic and sequential circuits are combined to support number control in the digital system.
 
Thedesign for the registers and counters are taught in different types. Memory is the very traditional digital element in the IC circuit, and the basic operations of read, write, and error protection will be demonstrated. In the same section, the programmable devices FPGA will be introduced. Finally, the basic description of digital logic, Register Transfer Level, will be introduced, which will form the basic concept to develop the digital system through the hardware description language. 
 
 
 
 
【教學方式】
         Teaching Method 
 Lecture
 課程講義請點此連結
 
 
【教學進度持續更新中ing】       
Syllabus
01-1  Digital Systems and Information: Digital Systems & Digital Signals
01-2 Digital Systems and Information: Data Representation - Number Systems
01-3 Digital Systems and Information: Data Representation - Codes
01-4 Digital Systems and Information: Arithmetic Addition and Subtraction
02-1 Boolean Algebra and Logic Gates (1/2)
 02-2 Boolean Algebra and Logic Gates (2/2)
03-1
Gate Level Minimization (1/2)
03-2 Gate Level Minimization (2/2)
 04-1 Combinational Logic (1/3)
   


   
   
   
   
   
   
   
   
   
   
   
   
   
 
點閱次數:38661
【2023/6/30 Calendar】教師送繳非應屆畢業生111學年度第2學期成績截止Deadline for 2023 Spring Semester Grade Submission   ♠   【2023/7/3 Calendar】112學年度暑碩專班上課開始、註冊日、休退學及畢業生免繳學雜費截止2023 Summer In-service Master Program Begins, Registration   ♠   【2023/7/3 Calendar】暑期班選課及繳費開始(至7日止)Course Selection and Fee Paying Begins for Summer Session (7/3-7/7)   ♠   【2023/7/31 Calendar】111學年度第2學期研究生論文口試結束Thesis Defense Ends   ♠   【2023/7/31 Calendar】111學年度第2學期結束2023 Spring Semester Ends   ♠   【2023/8/1 Calendar】112學年度第1學期開始2023 Fall Semester Begins   ♠   【2023/8/14 Calendar】新生申請112學年度第1學期學雜費減免(至25日止)   ♠   【2023/6/31 Calendar】教師升等資料、教師進修及休假研究申請案送人事室截止Deadline for Submission of Faculty Promotion Application and Sabbatical Leave Application   ♠   【2023/8/21 Calendar】112學年度入學各級新生、轉學生選課(至24日止)Course Selection for New Students/Transfer Students in Fall 2023 (8/21-8/24)   ♠   【2023/8/21 Calendar】112學年度入學各級新生、轉學生選課(至24日止)Course Selection for New Students/Transfer Students in Fall 2023 (8/21-8/24)   ♠   【 2023/6 /12 - 6/16 Calendar】期末考開始   ♠   【2023/8/29 Calendar】112學年度第1學期第3次選課開始(至31日止)3rd Course Selection Period (8/29-8/31)   ♠   【 2023/6/15 - 6/19 Calendar】112學年度第1學期第2次選課開始(至19日止)2nd Course Selection Period for 2023 Fall Semester (6/15-6/19)   ♠   【 2023/6/19 Calendar】暑假開始Summer Vacation Begins   ♠   【2023/2023/9/11 Calendar】全校各級學生上課開始、註冊日Class Begin, Registration!受理軍公教遺族就學減免申請(至15日止)!弱勢助學金申請(至10月6日止)!   ♠   【 2023/6/22- 6/23 Calendar】端午節Dragon Boat Festival   ♠   【2023/9/29 Calendar】中秋節Mid-Autumn Festival (no class)   ♠   【2023/10/9 Calendar】國慶日彈性放假,課程由教師自行擇期補課Holiday-Double Tenth Day (no class: make-up classes will be scheduled)   ♠   【 2023/6/30 Calendar】教師送繳非應屆畢業生111學年度第2學期成績截止Deadline for 2023 Spring Semester Grade Submission   ♠   【2023/10/9-12/3 Calendar】期中教學意見反映(至12月3日止) Mid-term Feedback on Teaching (10/9-12/3)   ♠   【2023/10/10 Calendar】國慶日Double Tenth Day (no class)   ♠   【2023/10/30 Calendar】112學年度第1學期申請課程停修開始(至11月24日止)Course Withdrawal Begins (10/30-11/24)   ♠   【2023/11/15 Calendar】校務會議University Council Meeting   ♠   【2023/12/8 Calendar】教學意見調查開始(至113年1月7日止)Online Course Evaluation (12/8-1/7)   ♠   【2024/1/1 Calendar】開國紀念日New Year's Day (no class)   ♠   【2024/1/8 Calendar】期末考試開始(至12日止,彈性學期週數16或17週課程依公告之課程大綱辦理)Final Exams (1/8-1/12)   ♠   【2024/1/15 Calendar】寒假開始Winter Break Begins!   ♠   【2024/2/8 Calendar】春節彈性放假Holiday-Chinese New Year   ♠   【2024/2/9 Calendar】除夕Chinese New Year’s Eve   ♠   【2024/2/10-2/14 Calendar】春節及春節彈性放假(至14日止)Chinese New Year   ♠   【2024/2/19 Calendar】全校各級學生上課開始、註冊日Classes Begin, Registration   ♠   【2024/2/28 Calendar】和平紀念日228 Peace Memorial Day (No Class)   ♠   【2024/3/1-3/3 Calendar】梅竹賽(1日至3日,1日下午停課,由教師自行擇期補課;若停賽則正常上課)(暫訂) [Tentative] Mei-Chu Game (3/1-3/3)   ♠