在C/C++中的變數有三種不同的storage duration(儲存週期)
- static storage duration (靜態儲存週期)
- automatic storage duration (自動儲存週期)
- heap storage duration (堆積儲存週期)
| //############################################################################ | |
| // 2024 Digital Circuit and System Lab | |
| // HW02 : Convolutional Neural Network (CNN) | |
| // Author : HsuChiChen ([email protected]) | |
| //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
| // Date : 2024.04.14 | |
| // Version : v1.0 | |
| // File Name : CNN.v | |
| // Module Name : CNN | |
| //############################################################################ |
| //############################################################################ | |
| // 2019 IC Contest graduate group final round | |
| // Topic : IoT Data Filtering | |
| // Author : HsuChiChen ([email protected]) | |
| //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
| // Date : 2024.03.23 | |
| // Version : v2.0 | |
| // File Name : IOTDF.v | |
| // Module Name : IOTDF | |
| //############################################################################ |
| //############################################################################ | |
| // 2019 IC Contest graduate group final round | |
| // Topic : IoT Data Filtering | |
| // Author : HsuChiChen ([email protected]) | |
| //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
| // Date : 2024.03.23 | |
| // Version : v1.0 | |
| // File Name : IOTDF.v | |
| // Module Name : IOTDF | |
| //############################################################################ |
| //############################################################################ | |
| // 2018 IC Contest graduate group preliminary round | |
| // Topic : Huffman Coding | |
| // Author : HsuChiChen ([email protected]) | |
| //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
| // Date : 2024.02.24 | |
| // Version : v1.0 | |
| // File Name : huffman.v | |
| // Module Name : huffman | |
| //############################################################################ |
| //############################################################################ | |
| // 2007 IC Contest preliminary round | |
| // Topic : Image Display Controller | |
| // Author : HsuChiChen ([email protected]) | |
| //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
| // Date : 2024.03.16 | |
| // Version : v1.0 | |
| // File Name : lcd_ctrl.v | |
| // Module Name : lcd_ctrl | |
| //############################################################################ |
| % dial | |
| N = 8192*0.5; | |
| n = 0:N-1; | |
| x = 0.5*n/N; | |
| y1 = sin(2*pi*697*x)+sin(2*pi*1209*x); | |
| y2 = sin(2*pi*697*x)+sin(2*pi*1336*x); | |
| y3 = sin(2*pi*697*x)+sin(2*pi*1477*x); | |
| y4 = sin(2*pi*770*x)+sin(2*pi*1209*x); | |
| y5 = sin(2*pi*770*x)+sin(2*pi*1336*x); | |
| y6 = sin(2*pi*770*x)+sin(2*pi*1477*x); |
| %% read file | |
| clc, clear, close all | |
| data = readmatrix('vlsi.xlsx'); % file name | |
| score = data(1:86, 14); % extract score array | |
| %% histogram plot | |
| hold on; | |
| grid on; | |
| xlim([0,100]); | |
| title('score distribution of VLSI circuit final exam','FontSize',15); |
細項
根據通識課程選修要點融合通識課程至少應修習1學分,而當中內容包括通識教育生活實踐,就是透過自主學習累積9點積分就可以換1學分,需於通識教育生活實踐積點認證系統申請。
而在這個通識教育生活實踐積點認證系統中除了通識教育生活實踐規定的4個選項中居然多了專案學習,而未於通識教育生活實踐中明文規定,校務人員回答是說系統和規定是死的,有些東西還是多打電話詢問比較沒問題。
在這專案學習中的學術倫理講座與環安衛教育訓練檢測,校務人員建議我暑假可以先聽,之後再開學後再申請。
總結
層級就是通識課程選修要點 -> 通識教育生活實踐(通識教育生活實踐積點認證系統線上申請) -> 專案學習 -> 學術倫理講座與環安衛教育訓練檢測