Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不熟悉记忆原理。这可能是一个幼稚的问题。
假设我有一个 1GB 的 DRAM,就像我的平板电脑中的那个。
200MB数据还是500MB数据会不会有功耗差异?
如果数据只是存在于内存中并且未被访问,则否。
但在以下情况下功耗会增加:
您读取内存 - 使用读取电路 - 当数据存在于内存中时,您很可能会读取数据
当您更改/写入内存时 - 当单元格中的位更改从 0 到 1 或从 1 到 0 时消耗很大
此外,在设备开启的任何时候都有恒定的漏电流。