tinyynoob

@tinyynoob

Send to starcraft2empire@gmail.com if u want to contact me.

Joined on Nov 28, 2021

  • 搭配服用 http://www.cs.cmu.edu/afs/cs/academic/class/15213-f15/www/schedule.html 辭典 :::spoiler {state="open"} >> 收縮點此 << 繁體中文 english 作業系統
     Like  Bookmark
  • 大部分材料都來自於 Linux 核心設計/實作 (Linux Kernel Internals), 你所不知道的 C 語言 前篇:link Perf performance event 背景執行 ./<> &
     Like  Bookmark
  • contributed by < tinyynoob > 作業要求 最近的方向可以跳到 June rework 開始看 因為一篇筆記放不下了,再開一篇:fibdrv 2 研讀資料 Fibonacci 相關性質
     Like  Bookmark
  • contributed by < tinyynoob > 作業要求 因為一篇筆記放不下了,所以開第二 前篇:link 繼續改進 fibdrv
     Like  Bookmark
  • 註:因為排版有點困難所以直接搬到這裡重新開始 [TOC] Intro C Language Types a value stored in an object or returned by a function Types are partitioned into :
     Like  Bookmark
  • command note Commit 管理 git revert xxxx 用新的 commit 來退版 git checkout -- <file\> 將檔案內容向前還原 git reset HEAD <file\> 變更檔案狀態 git reset --soft HEAD^ 撤銷最近的 commit git commit --amend 修改 commit 訊息 修改舊 commit 訊息
     Like  Bookmark
  • contributed by < tinyynoob > 作業要求 測驗 3 解釋程式碼 #include <stdint.h> uint8_t rev8(uint8_t x) { x = (x >> 4) | (x << 4);
     Like  Bookmark
  • contributed by < tinyynoob > 作業要求 測驗 1 解釋程式碼 這題的目標是對兩數取平均,由於直覺的寫法會有 overflow 的問題,因此這裡試圖用 bitwise operation 來達成。 #include <stdint.h> uint32_t average(uint32_t a, uint32_t b)
     Like  Bookmark
  • contributed by < tinyynoob > 作業要求 測驗 1 解釋程式碼 int ceil_log2(uint32_t x) { uint32_t r, shift;
     Like  Bookmark
  • contributed by < tinyynoob > 作業要求 開發前準備 因為之前嘗試寫過 2021 年之作業,因此需要對 lab0-c 重新進行 fork。 首先,將原有的遠端 repo 刪除,之後建立一個新的遠端 repo 2021-lab0 ,並將舊的本地 repo 推到該遠端庫。最後,重新 fork 新版 lab0-c。 開發環境
     Like  Bookmark
  • 影片 教材 同步機制 在 gdb 下達 disassemble /m <function name> 進行反組譯 critical section 的解決要件: mutual exclusion
     Like  Bookmark
  • doc 第一篇 source Qt 專案用 .pro 這篇文章主要圍繞在教 Qt Widgets
     Like  Bookmark
  • < tinyynoob's github > 2022 Linux 核心實作作業集 lab0 quiz1 quiz2 fibdrv quiz3 quiz4
     Like  Bookmark
  • https://sysprog21.github.io/lkmpg/ Pre kernel modules 至少要有兩個函式: init_module() which is called when insmod cleanup_module() which is called when rmmod cleanup_module() is supported to undo whatever init_module() did.
     Like  Bookmark
  • contributed by < tinyynoob > 作業要求 測驗 1 本題主要是在闡述 Linux kernel 當中 hash table 的實作,觀察 struct hlist_head { struct hlist_node *first; };
     Like  Bookmark
  • 2022 spring 黃博峙大大的高等微積分二 我去成大修了習偉的一,傳送門在這裡! Overview [TOC] Space of Continuous Functions
     Like  Bookmark
  • 2021 fall 史習偉大大ㄉ高等微積分一...只有後半段... 前面的我有時間再慢慢補... Overview [TOC] Point-Set Topology of Metric Spaces Compact Sets
     Like  Bookmark
  • contributed by < tinyynoob > 作業說明 Quick Guide [TOC] 開發環境 $ uname -a Linux tinyynoob-home 5.11.0-43-generic #47~20.04.2-Ubuntu SMP Mon Dec 13 11:06:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
     Like  Bookmark