[IR] Text Compression 概念與 Random Access
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
Our focus are compression methods that
1. allow random access to text
2. do not require decoding the entire text
請問記憶體Random Access Memory (RAM) 為何要用random access機制?
依照index隨便跳到一個地方存取
不用從頭找到尾
隨時可以存取任何一個為這的資料
因為它
隨時存取任何一個位置的資料所花的時間是一樣的!!!!!
以演算法的觀點來分析 Random Access與Sequential Access
Sequential: O(n)
Random: O(1)
硬碟存取資料是接近 O(1)
- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式

留言
張貼留言