Tsepp

@Tsepp

Hello everyone ! Welcome to my space ! Here you can see some of my study records 。 NCKU CSIE 周岑恩

Joined on Jul 28, 2020

  • contributed by < 老藍 - Old Blue > 作業要求 Backgroud Linux CPU scheduler Limux kenel cpu scheduler knowledge. O(1) scheduler Rotating Staircase DeadLine scheduler
     Like  Bookmark
  • 聯絡資訊 稱呼:蔡小姐 電話:0988000686 有任何問題煩請打電話聯絡 注意事項 :::danger :warning:
     Like  Bookmark
  • 基本操作 select * FROM seeds; UPDATE seeds SET seed_status = 1 WHERE seed_id =3333; desc seeds; show tables; use smartdb;
     Like  Bookmark
  • digraph { rankdir="LR"; node [shape=none]; edge [arrowhead=vee,headclip=false, tailclip=false] p2p[shape=plaintext,fontcolor=red] tmp[shape=plaintext,fontcolor=blue] Head [label=< <TABLE BORDER="0" CELLBORDER="1" cellspacing="0">
     Like  Bookmark
  • contributed by < 老藍 - Old Blue > 英文影片 中文影片 作業要求 Repeat: 重複提問,確認自己理解原本的要求 Examples: 針對題目條件,舉出符合的案例,不限於特例 Approach: 說明自己打算採用的方案
     Like  Bookmark
  • contributed by < 老藍 - OBlue > 作業要求 pramp Dec 22, 2021 10:00 PM 1. Shortest Cell Path In a given grid of 0s and 1s, we have some starting row and column sr, sc and a target row and column tr, tc. Return the length of the shortest path from sr, sc to tr, tc that walks along 1 values only.
     Like  Bookmark
  • contributed by < TsenEN > 指標的解說 題目 共筆區 Link list structure Definition typedef struct __node { int value; struct __node *next;
     Like  Bookmark
  • contributed by < TsenEN > 題目 作業要求 Hamming distance 由 Richard Hamming 這位偉大的數學家所提出,因為其特性,被廣泛運用在編碼理論中的字元比較,例如:在兩個等長字串中,它測量將一個字符串轉換為另一個字符串所需的最小替換數,換句話說他可以作為字符最小編輯數的一個指標。 Properties 在固定 n 長度下,Hamming distance 是長度 n 的單字集合(又稱為 Hamming space)上的一個 metric。
     Like  Bookmark
  • 問題 邊坡種子場型量測如何實施? 論文看下來感覺場型量測會是重點,但是種子的場域不好架錨點,就算要架是否數量上、位置上也會是一個問題? 身分定位 Gateway = 錨點, Tag = 種子? 埋設之後如何做實驗收集資料,來調整誤差? 可以在實驗室先做好校正,再埋設嗎? Median Filter濾除雜訊,會不會極小的位移被當成雜訊?
     Like  Bookmark
  • Have you ever wondered how it’s possible to scratch a CD or DVD and still have it play back whatever it’s storing? The scratch really does affect the 1’s and 0’s on the disc, so it reads off different data from what was stored, but unless it’s really scratched up, the bits it reads are
     Like  Bookmark
  • 下載 STM32cubeIDE 解壓縮之後用 command line cdls到解壓縮的資料夾位置 解壓縮指令: unzip en.st-stm32cubeide_1.4.0_7511_20200720_0928_amd64_sh.zip 範例:( bash那邊不用下 sudo 不然只後開IDE都要切sudo) 輸入 sh st-stm32cubeide_1.4.0_7511_20200720_0928_amd64.sh(.sh檔為解壓縮得到的)
     Like  Bookmark
  • 3.1 Chapter Introduction and Scope 唸完這章可以讓很好的了解到: 在一個應用程序下,FreeRTOS 是如何分配各 task 的處理時間。 在任意時間,FreeRTOS 如何去選擇哪個 task 應該被執行。 每個 task 的相對優先權如何影響整個系統行為。 task 存在哪些型態。 讀者還應該對以下內容有充分的了解:
     Like  Bookmark
  • pdf to html USENIX FAST '19 Technical Sessions DRAM Multiple Clone Row DRAM: A Low Latency and Area Optimized DRAM The related work in this article explains the basic operation of DRAM. You can understand why DRAM consumes a lot of power.
     Like  Bookmark
  • 2 PROCESSES AND THREADS 現在 computer 同時會執行很多項目。過去使用 computer 的人們可能沒有完全意識到這一事實,因此,需要一些示例可能更清楚地說明這一點。 Web server:請求都是訪問 web page ,當請求進來,server 會檢查這個 page 是否在緩存中,有就回傳,沒有會發 disk request 抓資料。從 CPU 觀點,disk request 要花很久時間,當在等待 disk request 完成時,會有更多的 requests 進來。 :::info If there are multiple disks present, some or all of the newer ones may be fired off to other disks long before the first request is satisfied. Clearly some way is needed to model and control this concurrency. Processes (and especially threads) can help here. ::: user PC:系統開機過後,會有很多 user 看不到的 process 秘密的跑起來,舉例來說,會有一個 prcoess 等待收到的 email。或者是有一個 process 代表防毒程序,來定期檢查是否有新的病毒被定義出來。此外,當用戶在瀏覽 web 時,可能會有 process 同時在列印文件或是複製 user 的相片至 usb 裡面。所有這些活動都必須管理,並且支持 multiple processes 的 multiprogramming system 在這裡非常方便。
     Like  Bookmark
  • contributed by < TsenEN > 題目 作業要求 測驗 1 作業介紹了 7 位碼 ASCII 是以 7 位元二進位數字進行編碼,可表示 128 個字元,第 128~255 號為擴展字元 (extended ASCII)。 既然採用 7 bits,則必會是以下表現方式 (1 bytes = 8bits , 這邊以 8 bits 說明)
     Like  Bookmark
  • contributed by < TsenEN > 題目 作業要求
     Like  Bookmark
  • introduction PDF Storage Memory Paper Pool This link will have many papers about Non-volatile memory(NVM)、Process in memory(PIM). ABSTRACT The memory subsystem accounts for a significant cost and power budget of a computer system. Especially DRAM-based main memory systems, because DRAM in order to prevent data loss when it is static state, it still needs power consumption, but PCM don't need to do that, and have high density, it have high potential to challenge memory hierarchy. In this paper
     Like 1 Bookmark
  • Storage Memory Paper Pool This link will have many papers about Non-volatile memory(NVM)、Process in memory(PIM). Abstract $1.$ NVM 興起使 main memory and storage 界線模糊,NVM 兼具了接近 DRAM 的access 速度跟 Bytes addressable 並且更加地便宜,也具備 Non-volatility,所以==main memory(If NVM replace DRAM) 可以直接作為速度很快的 storage。== $2.$ 傳統檔案系統不在意軟體效能因為 overhead 都在如何搬運資料,現在搬資料速度可以被 NVM 所優化,軟體就會出許多問題,過去許多研究專家針對 NVM 來做出 Flie system,但這篇作者發現==在做 path lookup 時會有不正常情況的 memory access,除此之外當 least level cache 無法負荷 file size ,造成 external memory access ,這不僅耗更多的電,在效能上會更慢。== $3.$ 針對 $2.$ 所提出的問題,作者提出 ==PHSIM ,利用 process in memory(PIM) 來處理 path lookup and file access==,直接針對資料搬運所造成的 energy consumption 跟 delay 來優化,論文實驗結果指出透過 ==PHSIM 可以提升 41% performance 並減少 40% energy consumption (相較於傳統馮紐曼架構)。==
     Like  Bookmark
  • Solid-State Drives (SSD) Coding for SSDs – Part 6: A Summary – What every programmer should know about solid-state drives Flash Translation Layer SSD筆記 - 第三篇 FTL, GC http://anemospring.blogspot.com/2010/06/ftl-scheme-flash-translation-layer.html BAST : GC 時將 log block 和 data block 的資料合併寫進一個新的 block 用來取代本來的 data block,這種動作稱為 merge。(為何要 merge )
     Like  Bookmark
  • 筆記連接 影片連接 this series of videos is about the fundamental principles of dynamic random-access memory DRAM . in this particular video you'll learn about the workings of the DRAM memory cell that is the basic unit of storage capable of storing a single binary digit or one or a zero . you'll see how data is written to and read from a single memory cell and you'll be introduced to some of the essential concepts of DRAM operation . in the videos that follow you'll find out more about the way in which DRAM cells are organized so we can store bytes and words rather than just single bits .
     Like  Bookmark