blx

@blx

Joined on Nov 13, 2021

  • (一)背景/動機 背景 中央某相關科系第一屆,累積排名極度靠後 大一到大三心雖有心想念,但自讀一直卡關也找不到人問 除了念書以外也跑了社團迎新等等,大學生活過的算是滿豐富的 動機 食衣住行學校行政不是大拇指就是一定是大拇指啦 當初學測指考考得沒有預期的好,想給自己一個機會證明自己
     Like 8 Bookmark
  • Chapter 1 ISA 基本硬體架構及指令集 硬體包括 1. Register 2. Memory 3. Instruction format 4. Addressing mode 計算機基礎架構
     Like 14 Bookmark
  • https://ithelp.ithome.com.tw/users/20112132/ironman/1884?page=1 沒特別說 IO一律想成blocking IO Big O c找夠大 n就從1 T(n)=T(n/3)+T(n^0.5)+n =>theta(n) (根號太小 直接忽略) T(n)=2T(n/2)+n/log^2n => theta(n) Qn=bipartite Real-time需要Interrupt-driven A file descriptor created in a user-level process may refer to a file or a network socket
     Like  Bookmark