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
位元與位元組、整數與浮點數——真實世界如何被編碼成位元。
從位元與位元組出發,理解整數的二補數、浮點數 IEEE 754 的尾數與指數結構,以及為什麼 0.1 + 0.2 永遠不等於 0.3
從 0.1 + 0.2 != 0.3 出發,拆解浮點數的位元解剖、二補數算術的硬體優雅、定點數與位元組順序的工程取捨,直到漢明碼如何把翻轉的位元自動修好。