有没有办法在 Windows/Linux 中用 c 检查故障内存?

发布于 2024-11-10 01:48:50 字数 141 浏览 8 评论 0原文

我们知道最终一切都是具有状态 01 的晶体管。

有时晶体管可能会损坏。

我们可以测试一下内存中的晶体管是否有缺陷吗?

我认为对于硬件或其他任何东西来说都是类似的。

We know eventually everything is transistors which have state 0 and 1.

And the transistor may be damaged sometimes.

Can we test if there's any bit of defect transistors in the memory?

I think it's similar for hardware or anything else.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

桜花祭 2024-11-17 01:48:50

你无法从一个过程中明确判断某个存储单元是否坏了。通常通过将已知值写入内存地址并在读回时检查它们是否相同来完成此操作。诸如 memtest86 之类的工具 遵循这一原则。

You can't make a definite decision from a process whether a memory cell is bad or not. The way this is usually done by writing known values to memory addresses and checking if they're identical when read back in. Tools like memtest86 work on that principle.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文