Array ( [0] => Array ( [title] => L8A [link] => https://www.youtube.com/embed/1XZUYu9HCd4 ) [1] => Array ( [title] => L8B [link] => https://www.youtube.com/embed/lY-1wzp_Jm4 ) [2] => Array ( [title] => L8C [link] => https://www.youtube.com/embed/IjLfNrecWbI ) [3] => Array ( [title] => L8D [link] => https://www.youtube.com/embed/Jynha9lYt4w ) ) 國立清華大學開放式課程OpenCourseWare(NTHU, OCW) - 第8講 函數以及第九章遞迴

Title

第8講 函數以及第九章遞迴

第1節

L8A

第2節

L8B

第3節

L8C

第4節

L8D

Syllabus

章節大綱

L8_A
     車子尋寶任務(上)
     treasure hunt:1

L8_B
     車子尋寶任務(下)
     treasure hunt:2
 
L8_C
     基本遞迴執行流程介紹
     Intro of recursive operation
 
     遞迴範例練習-括號()位置-輸出格式
     ex:placement of parenthesis-output format
 
 
L8_D
     遞迴範例練習-括號()位置-數值計算
     ex:placement of parenthesis-value computing
 
     遞迴範例練習-n的p次方計算
     ex:calculation of n to a power p