DMA:直接存储器存取

“Direct Memory Access”(直接存储器存取)是一种高效的数据传输方式,通常缩写为DMA,以方便在相关场景中快速书写和使用。这一术语在电子工程、计算机科学等学术和技术领域被广泛采用,主要用于描述无需中央处理器介入即可直接访问存储器的技术机制。

Direct Memory Access具体释义

  • 英文缩写:DMA
  • 英语全称:Direct Memory Access
  • 中文意思:直接存储器存取
  • 中文拼音:zhí jiē cún chǔ qì cún qǔ
  • 相关领域dma 电子

Direct Memory Access的英文发音

例句

  1. We also add the'unsafe'keyword since direct memory access isn't thread safe.
  2. 我们也添加了“不安全”的关键词因为直接内存获取并不安全。
  3. The first copy is performed by the DMA engine, which reads file contents from the disk and stores them into a kernel address space buffer.
  4. 直接内存存取(directmemoryaccess,DMA)引擎执行了第一次拷贝(参见图1),它从磁盘中读取文件内容,然后将它们存储到一个内核地址空间缓存区中。
  5. The SPEs access main storage with direct memory access ( DMA ) commands that move data and instructions between main storage and a private local memory, called a local store or local storage ( LS ).
  6. SPE用直接内存访问(DMA)命令访问主存储器,可以在主存储器与称为本地库或本地存储(LS)的私有本地内存之间移动数据和指令。
  7. A method and apparatus for high performance volatile disk drive ( VDD ) memory access using an integrated direct memory access ( DMA ) engine.
  8. 一种方法和装置,用于使用集成直接存储器访问(DMA)引擎进行高性能易失性磁盘驱动器(VDD)存储器访问。
  9. The most efficient scheme uses hardware assists such as the AMD I / O MMU ( IOMMU ) to provide transparent translation of guest physical addresses to host physical addresses ( for operations such as direct memory access [ DMA ] ).
  10. 最有效的方案是使用像AMDI/OMMU(IOMMU)这样的硬件协助来提供Guest物理地址到主机物理地址的透明转换(用于直接内存访问[DMA]这样的操作)。