单词 | memory-mapped |
释义 | 例句释义: 存储映象的,内存映射方式,记忆体映射,内存映射的 1. 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开发人员将能够直接使用内存映射文件,而无需通过平台调用的方式。 www.infoq.com 2. Memory-mapped files allow applications to work with incredibly large files, even in excess of a gigabyte, in a highly efficient manner. 内存映射文件让应用程序可以操作非常庞大的文件,甚至上G的文件也可高效地处理。 www.infoq.com 3. When working with very large files, native developers turn to a technique known as Memory-Mapped Files. 在处理巨型文件时,真正的开发人员会转而使用一种技术,名为内存映射文件。 www.infoq.com 4. One of the most common uses of a memory-mapped file is inter-process communication. 使用内存映射文件的一种最常见的情形是内部进程通信。 www.infoq.com 5. As the name implies, a memory-mapped file maps a file-like construct to an address in memory. 顾名思义,一个内存映射文件将一个类似文件的结构映射到内存的地址中。 www.infoq.com 6. 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视图从一个空的邮箱中读取信息时,它会停止执行,直到有值写入自己的内存映射寄存器中为止。 www.ibm.com 7. Shared classes are implemented as memory mapped files, so the memory they occupy is shown in the Mapped Data output row. 共享类是通过内存映射文件实现的,所以它们占用的内存显示在MappedData输出行中。 www.ibm.com 8. To help improve startup time, the JVM now works with memory-mapped files. 为了帮助改善启动时间,JVM现在和内存映射文件一起工作。 www.ibm.com 9. Some networks do not fully support the memory-mapped files used by the linker. 一些网络不完全支持链接器使用的内存映射文件。 207.46.16.251 10. Despite the name, memory-mapped files are not necessarily real files. 尽管名称如此,内存映射文件并不需要一个真正的文件。 www.infoq.com 1. Specifies access capabilities and restrictions for a memory-mapped file or view. 指定记忆体对应档或检视的存取能力和限制。 technet.microsoft.com 2. Check that the common language runtime has sufficient permissions to create memory-mapped files. 检查公共语言运行时具有创建内存映射文件的足够权限。 technet.microsoft.com 3. The Cluster service and Resource Monitor process share a memory-mapped section backed by the paging file. 群集服务和资源监视器进程共享由页面文件支持的内存映射节。 technet.microsoft.com 4. Memory-mapped files are an operating system feature that links a block of memory to a file. 内存映射文件是把一块内存连接到一个文件的操作系统特性。 www.infoq.com 5. If we explore the construction of the memory mapped file we can see that there is no stream, we just name the resource. 如果我们想要探究内存映射文件结构的话,不需要构造一个流,只要找到该资源的名字即可。 www.cnblogs.com 6. Containing the number of bytes of physical memory mapped to the process context. 包含映射到进程上下文的物理内存字节数的。 msdn2.microsoft.com 7. Then, when it is time to start the JVM, instead of loading the system classes from scratch, the memory-mapped files are loaded. 这样,在启动JVM时,就不会从头开始装入系统类,而是装入内存映射文件。 www.ibm.com 8. Classes with virtual functions should never be stored in shared data segments nor in memory mapped files. 具有虚函数的类永远不应存储在共享数据段中,也不应存储在内存映射文件中。 msdn2.microsoft.com 9. Instructs the Windows loader to search for the entry point in the specified memory-mapped code. 指示Windows加载程序在指定的内存映射代码中搜索入口点。 msdn2.microsoft.com 10. Performance counters use a memory mapped file, or shared memory, to publish performance data. 性能计数器使用内存映射文件或共享内存发布性能数据。 msdn2.microsoft.com 1. Represents the permissions that can be granted for file access and operations on memory-mapped files. 表示允许对记忆体对应档进行档案存取及作业的可授与权限。 technet.microsoft.com 2. A memory-mapped file is created in a directory called javasharedresources to store the class data. 在javasharedresources目录中创建一个内存映射文件来存储类数据。 www.ibm.com 3. The memory-mapped registers are used by the PPE to control certain aspects of an SPE, but are not accessible by the SPU code itself. 内存映射寄存器是由PPE用来控制对SPE的特定属性进行控制的,但是SPU代码本身则不能对它进行访问。 www.ibm.com 4. You can use the stream returned by this method for sequential access to a memory-mapped file, such as for inter-process communications. 可使用此方法返回的流顺序访问内存映射文件,如如进程间通信。 msdn.microsoft.com 5. Creates a memory-mapped file that has the specified access mode, name, capacity, and access type from a file on disk. 基于磁盘上的文件创建一个具有指定访问模式和名称的内存映射文件。 207.46.16.252 6. The target file is open or memory-mapped on a computer running Microsoft Windows NT. 目标文件已打开或内存映射到运行MicrosoftWindowsNT的计算机上。 msdn2.microsoft.com 7. Another major performance boost for . NET is support for memory-mapped files. 另外一个针对.NET的重要的性能改进是,对内存映射文件的支持。 www.infoq.com 8. Committed memory mapped directly into the file system. 直接映射到文件系统的提交内存。 www-128.ibm.com 9. Note that these last three points apply to memory-mapped files and shared data segments. 请注意,上述最后三点适用于内存映射文件和共享数据段。 msdn2.microsoft.com 10. Creates a memory-mapped file that has the specified access mode, name, and capacity from a file on disk. 从磁碟上的档案建立记忆体对应档,这个记忆体对应档具有指定的存取模式。 technet.microsoft.com 1. You can use memory mapped files to allow multiple processes running on the same machine to share data with each other. 你能使用内存映射文件让运行在同一台机器上的多个进程共享彼此数据。 www.cnblogs.com 2. I'll discuss an eighth type, MappedByteBuffer, available for memory-mapped files, later in this article. 在本文后面,我将讨论第8种类型MappedByteBuffer,它用于内存映射文件。 www.ibm.com 3. After reading this article, you should understand NIO, from basic get and put operations to reading a memory-mapped file. 在阅读完本文之后,您应该了解了NIO从基本的get和put操作到读取内存映射文件方面的知识。 www.ibm.com 4. Gets the amount of physical memory mapped to the process context. 获取映射到进程上下文的物理内存量。 msdn2.microsoft.com 5. If each page-table entry consumes 8 bytes, then that would be 2 MB of overhead for every 1 GB of memory mapped. 如果每个页表条目消耗8个字节,那些每映射1GB内存需要2MB的开销。 www-128.ibm.com 6. In Java 6, the default implementation of the cache has been changed to use a memory mapped file. 在Java6中,缓存的默认实现改为使用内存映射文件。 www.ibm.com 7. The physical memory that is mapped for the guest operating system is actually virtual memory mapped into the process. 映射给客户操作系统的物理内存实际上是映射给这个进程的虚拟内存。 www.ibm.com 8. An error occurred creating a memory -mapped file. 创建内存映射文件时发生错误。 angel.w15.5tom.cn 9. Win32 creates a shared memory resource by shared memory-mapped files. Win32通过共享的内存映射文件来创建共享内存资源。 www.ibm.com 10. This will create the memory mapped file but to start using it we will need a map view. 这样,我们就创建了一个内存映射文件。 www.cnblogs.com 1. See the Win32 documentation about memory mapped files. 请参见有关内存映射文件的Win32文档。 msdn2.microsoft.com 2. Even though you have free memory, the systems are paging because the user's applications are using memory mapped files. 即使您的可用内存充足,系统仍会分页。这是因为用户的应用程序正在使用内存映射的文件。 e-support.hp.com.cn 3. If two applications open the same memory-mapped file, changes made by one application will be immediately visible to the other application. 如果两个应用程序打开了同一个内存映射文件,那么某个应用程序做出的改变会立即反映给另外一个应用程序。 www.infoq.com 4. Memory- Mapped Files and its Application on Loading Code Table of Shui Wen Input Method 内存映射文件及其在水文输入法码表共享中的应用 www.ilib.cn 5. Segments 3-C and E: Memory mapped regions (including files) and shared memory 分段3-C和E:内存映射区域(包括文件)和共享内存 www.ibm.com 6. The method of memory-mapped in static linked List 静态单链表存储结构算法分析 www.ilib.cn 7. LCD Functions for displays connected in 8 bit memory mapped mode 以8位外部存储器模式接口的LCD显示函数 wenku.baidu.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。