2013年12月10日 星期二
os作業
題目: 用mulit-process來一起(平行)運算矩陣乘法
提示: a 用 shared memory 來傳資料 (就IPC啊)
b 用 signal 來作handshaking (就我運算完叫醒你,換你算囉)
c 用 fork來作multi-processing
可學到什麼?
就 a b c 囉 hahahah
2013年12月3日 星期二
2013年12月2日 星期一
2013年11月25日 星期一
heating can cause worn-out NAND flash cells to become reusable
"heating can cause worn-out NAND flash cells to become reusable
and greatly prolong the lifetime of flash memory cells"
nand flash的cell居然可以經由加熱來提高 life time ,還可以起死回生勒
rather than evenly distributing writes and erases over a time period,
write and erase operations are concentrated on a small portion of
flash memory cells, so that these cells can be worn-out and healed
by heating first. In this way, we can disperse healing to avoid the
problem of concentrated power usage caused by heating
以前 Wear-leveling 重點都在 "分散" write 和 erase
但因為 heating (加熱) 需要秏額外的 power ,所以此篇 將 write 和 erase 給 "集中起來"
~~ 一起加熱
原網址:
http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=06658994
and greatly prolong the lifetime of flash memory cells"
nand flash的cell居然可以經由加熱來提高 life time ,還可以起死回生勒
rather than evenly distributing writes and erases over a time period,
write and erase operations are concentrated on a small portion of
flash memory cells, so that these cells can be worn-out and healed
by heating first. In this way, we can disperse healing to avoid the
problem of concentrated power usage caused by heating
以前 Wear-leveling 重點都在 "分散" write 和 erase
但因為 heating (加熱) 需要秏額外的 power ,所以此篇 將 write 和 erase 給 "集中起來"
~~ 一起加熱
原網址:
http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=06658994
2013年11月13日 星期三
shell script更新
為了自動印出disksim實驗的config設定
更新了一下執行模擬的shell script檔。
基本上就是用grep去查是否存在 #define某個功能
短短的幾行,也寫很久,因為regular expression不熟…
心得: 基礎不穩,萬事卡
更新了一下執行模擬的shell script檔。
基本上就是用grep去查是否存在 #define某個功能
短短的幾行,也寫很久,因為regular expression不熟…
心得: 基礎不穩,萬事卡
訂閱:
文章 (Atom)