Home
Explore Uedu
Student Console
Register as Member/Login
(2) In future presentations of the research findings, in addition to the course project website and public presentations, your real name and personal information will not appear in this research report. If you are interested in the research results, we can provide you with an executive summary after the study is completed.
問卷中心
Teacher Console
Course Setup
Support & Messages
Uptime Data

UeduGPTs

--

Jupyters

0

Local AI

--

CISOSE26 本地 AI UG26
政治大學 AQI 20 29°C

AI Reply Desktop Notifications

Show a desktop notification when the AI TA finishes replying

Chat Message Notifications

Notify me when classmates post messages in the forum

Sound notification

Play an alert sound whenever there is a new notification

Uedu Computing · 優計算 · 跨域通識

從一個位元,讀懂整台電腦如何運作

計算基礎、硬體與作業系統、程式設計、演算法與資料結構、資料庫、網路到資安與計算理論。
完整走過大學「計算機概論」,每篇標明程度並附概念示意圖。

130
篇讀本
65
主題分類
12
術語
演算法 · 快速排序 DEMO
Quicksort n=32 pivot=arr[hi]=52
32
元素數 n
214
比較次數
49
交換次數
7
遞迴深度
平均 O(n log n) 最壞 O(n²) 非穩定排序
教學示意 · 分割(partition)中間狀態 · 次數統計為 n=32 的示意量級

Quicksort partition demo · O(n log n) average

主題分類

依主題群切入,逐步建立完整的計算機概論版圖

計算的基礎 Foundations of Computing

電腦硬體與組織 Hardware & Organization

作業系統 Operating Systems

程式設計 Programming

演算法與資料結構 Algorithms & Data Structures

資料庫與資料管理 Databases & Data

網路與網際網路 Networks & Internet

資訊安全與計算理論 Security & Theory

程式實作(Python) Programming with Python

程式實作(C++) Programming with C++

程式實作(Java) Programming with Java