直接内存访问 meaning in Chinese
direct memory access
dma
Examples
- A video capture system accessing to buffer directly is designed
开发了视频捕获系统,实现了视频数据的直接内存访问。 - Visual studio now provides a direct memory access transport to communicate with the emulator
Visual studio现在提供直接内存访问( dma )传输以与仿真程序进行通信。 - C even supports pointers and the concept of " unsafe " code for those cases in which direct memory access is absolutely critical
在直接内存访问必不可少的情况下, c #甚至支持指针和“不安全”代码的概念。 - For vertex and index buffers , the application discards the entire buffer . a pointer to a new memory area is returned so that the direct memory access and rendering from the previous area do not stall
对于顶点和索引缓冲区,应用程序将丢弃整个缓冲区,并返回指向新内存区域的指针,以便直接内存访问( dma )和从以前区域进行的呈现不会出现延迟。 - C syntax simplifies many of the complexities of c while providing powerful features such as nullable value types , enumerations , delegates , anonymous methods and direct memory access , which are not found in java
C #语法简化了c + +的诸多复杂性,同时提供了很多强大的功能,例如可为空的值类型、枚举、委托、匿名方法和直接内存访问,这些都是java所不具备的。