memory-mapped
adj. 内存映射的;存储映像的
2026-03-21 19:48 浏览次数 20
adj. 内存映射的;存储映像的
memory-mapped object存储器映射对象
Memory-Mapped Register记忆体映射
Memory-mapped Filesystem记忆体映对档案系统
memory-mapped space射空间
memory-mapped device内存映象设备
memory-mapped interface存储器映象接口
memory-mapped video记忆映像视频
memory- mapped device记忆体映射式装置
memory-mapped graphic内存映象图形
Third, the file is memory-mapped for easy access and tweaked for use on the current system. This includes byte-swapping and structure realigning, but no meaningful changes to the DEX file.
第三,进行文件的内存映射,方便在当前的系统上进行使用访问,这里面的做法包含字节交换和结构调整,但是并没有改变DEX文件的意义。
Win32 creates a shared memory resource by shared memory-mapped files.
Win32通过共享的内存映射文件来创建共享内存资源。
The ppe does this through memory-mapped register access from kernel mode, while the SPE writes to its DMA channels from code running on the SPU.
PPE可以通过在内核模式中使用内存映射寄存器来发起dma传输,而SPE则可以使用在SPU上运行的代码来写入dma通道。
I'll discuss an eighth type, MappedByteBuffer, available for memory-mapped files, later in this article.
在本文后面,我将讨论第8种类型MappedByteBuffer,它用于内存映射文件。
We will explore and study how to use memory-mapped files for complete inter-process data sharing by using MFC in Visual C . An example is given.
为了加速应用程序的运行,往往会在系统中建立多个进程,由这些进程相互合作去完成一个共同的任务,经常需要在进程之间交换信息、传递数据。
When the ppe wants to access the mailbox, it needs to have access to the memory-mapped register space, which is normally only available to kernel space.
当PPE希望访问邮箱时,它需要能够访问内存映射的寄存器空间,后者通常只对于内核空间来说是可用的。
As the name implies, a memory-mapped file maps a file-like construct to an address in memory.
顾名思义,一个内存映射文件将一个类似文件的结构映射到内存的地址中。
If two applications open the same memory-mapped file, changes made by one application will be immediately visible to the other application.
如果两个应用程序打开了同一个内存映射文件,那么某个应用程序做出的改变会立即反映给另外一个应用程序。
With the next version of the BCL,.net developers will be able to use memory-mapped files directly instead of via platform invoke calls.
在BCL的下一个版本中,. NET开发人员将能够直接使用内存映射文件,而无需通过平台调用的方式。
Then, when it is time to start the JVM, instead of loading the system classes from scratch, the memory-mapped files are loaded.
这样,在启动JVM时,就不会从头开始装入系统类,而是装入内存映射文件。
Provides memory allocation options for memory-mapped files.
为内存映射文件提供内存分配选项。
After reading this article, you should understand NIO, from basic get and put operations to reading a memory-mapped file.
在阅读完本文之后,您应该了解了NIO从基本的get和put操作到读取内存映射文件方面的知识。
To help improve startup time, the JVM now works with memory-mapped files.
为了帮助改善启动时间,JVM现在和内存映射文件一起工作。
Creates or opens a memory-mapped file that has the specified capacity and access type in system memory.
在系统内存中创建或打开一个内存映射文件。
Represents the permissions that can be granted for file access and operations on memory-mapped files.
表示允许对记忆体对应档进行档案存取及作业的可授与权限。
When an SPU tries to read from an empty mailbox, it will stop execution until some value is written to its memory-mapped register.
当spu视图从一个空的邮箱中读取信息时,它会停止执行,直到有值写入自己的内存映射寄存器中为止。
Specifies access capabilities and restrictions for a memory-mapped file or view.
指定记忆体对应档或检视的存取能力和限制。
Many concepts and technologies had to come together to make the GUI possible: the mouse, memory-mapped video, powerful processors, and pop-up Windows.
许多概念和技术的同时出现使得图形用户界面成为可能,如鼠标、内存映射视频、功能强大的处理器,以及弹出窗口。
The common language runtime does not have permissions to create memory-mapped files.
公共语言运行时不具备创建内存映射文件的权限。
You can use the stream returned by this method for sequential access to a memory-mapped file, such as for inter-process communications.
可使用此方法返回的流顺序访问内存映射文件,如如进程间通信。