UeduGPTs
Jupyters
Local AI
Memory Usage
CPU Usage
Disk Usage
Daily Traffic
Show a desktop notification when the AI TA finishes replying
Notify me when classmates post messages in the forum
Play an alert sound whenever there is a new notification
if/switch、for/while、range-based for 迴圈。
從 if/else、switch 到 range-based for,掌握 C++ 流程控制的語言特色,並從編譯器與 CPU 的視角理解分支預測與迴圈最佳化
為什麼同樣的 if 會差三倍速度?深入短路求值、跳躍表、例外回溯與宣告式控制流,看見一個分支背後的整個計算機系統。