• FCM buffers are allocated from this memory area.

    而FCM缓冲区也是内存区域分配的。

    youdao

  • DB2 needs a contiguous address space for the Shared memory area.

    DB 2需要一个连续地址空间作为共享内存区域。

    youdao

  • When DB2 pulls data from disks, it places the data in a DB2 Shared memory area.

    dB2磁盘数据时,数据放在一个DB2共享内存区域中。

    youdao

  • Prior to finalizing the memory area, the finalizing thread may have acquired locks.

    终结内存区域之前,终结线程可能获取了锁。

    youdao

  • By using primitive values on the stack, we can do work without using the current memory area.

    通过使用原始我们就可以使用当前存储区的前提下完成工作

    youdao

  • The SGA is a Shared memory area that contains data and control information for the instance.

    SGA一个共享内存区域包括实例数据控制信息

    youdao

  • The grid technology is playing the huge role in the high performance memory area of technology.

    网格技术高性能存储技术领域发挥巨大的作用

    youdao

  • Storage test: Study how the memory was stored either in the resident memory area or on the disk.

    存储测试研究物理内存虚拟内存存储情况。

    youdao

  • Internally, it starts a short-lived RealtimeThread in the supplied memory area to execute the Runnable.

    在内部在所提供存储区内启动一个短期RealtimeThread,从而执行Runnable。

    youdao

  • A private memory area within the SPU called the local store (the size of this area on the PS3 is 256k).

    SPU中的一个私有内存区域称为本地存储(PS 3这个区域大小256k)。

    youdao

  • Objects allocated in the immortal memory area are accessible to all threads and are never collected.

    分配不朽内存中的对象可以被所有线程访问并且从来不会被收集。

    youdao

  • More rules define when the objects in a scope memory are finalized and when the memory area can be reused.

    更多规则定义作用域内存中的对象何时终结以及何时可以重用内存区域

    youdao

  • Memory allocated to a memory area Each memory area created by an application is allocated with a requested size.

    分配内存区域的内存应用程序创建每个内存区域会被分配所申请的内存大小。

    youdao

  • To ensure the integrity of the heap and the immortal memory area, the RTSJ defines rules for using scoped memory.

    确保不朽内存区域完整性RTSJ定义了使用作用域内存的规则

    youdao

  • One purpose of the shared memory area is to act as a buffer, minimizing the necessity for further reads from disk.

    共享内存区域一个作用充当缓冲区以减少对磁盘读操作

    youdao

  • It will also allocate a private memory area called PGA, where it stores what is private to the process and to the session.

    数据库为服务器进程分配私有内存空间,这块空间叫做PGA(程序全局),那里存放着私有进程会话信息。

    youdao

  • The size of the private sort memory area is unrestricted. The SHEAPTHRES parameter is applied differently for private and shared sorts

    私有排序内存区的大小不受限制

    youdao

  • The paper introduces five memory areas in C/C++ memory image, and free memory area is compared with stack and outer variable area.

    本文介绍C/C++内存映象中的五个区域,将自由存储全局变量空间进行对比,结合具体实例,详细阐述了自由存储区的优势和访问方法。

    youdao

  • In the existing architecture we modified, the dumb.c draw function copies the source pixel memory area into the destination memory area.

    修改后的体系结构中,dumb . c绘制函数像素内存复制目标内存区。

    youdao

  • All UNIX-like systems support user processes; each process has its own separate memory area, normally untouchable by other processes.

    所有类- Unix系统支持用户进程每个进程自己内存空间(其他进程通常无法访问)。

    youdao

  • A developer will create a scoped memory area of a specific size and when objects are instantiated the space for them will be allocated from this area.

    开发者创建指定大小Scoped内存域,实例化一个对象的时候,会这个分配一块空间

    youdao

  • The virtual memory area (VMA) pointer needs to be added in as the first parameter followed by the usual four parameters (start, end, size, and protection flags).

    虚拟内存区域VMA指针作为第一参数然后四个常用参数startendsizeprotection标记)。

    youdao

  • The current memory area is consumed only by object allocations, so one approach to memory management is to use only a fixed number of objects or avoid them altogether.

    当前存储对象分配消耗因此内存管理一种途径就是使用固定数量对象或者完全避免使用对象。

    youdao

  • An IllegalAssignmentError can be introduced when it isn't known which memory area an object is allocated from, or where on the scope stack a particular scope is located.

    知道哪个内存区域分配对象或者特定范围位于范围堆栈何处时,可能发生IllegalAssignmentError

    youdao

  • Pathfinder contained an "information bus", which you can think of as a Shared memory area used for passing information between different components of the spacecraft.

    探路者号上个“数据总线”,可以理解块共享内存用于不同组件之间传递信息

    youdao

  • However, for systems in which a large number of processes are running, storing page tables in high memory can be enabled to squeeze more memory out of the low memory area.

    不过对于那些大量进程运行系统来说,将存储到高端内存可以低端内存区域挤出更多内存。

    youdao

  • You can implement the proposed model using standard RTSJ scopes and the immortal memory area. Scopes are used to support objects with the defined lifetimes, as indicated in Table 3

    可以使用标准RTSJ 作用域不朽内存区域实现前面提出模型

    youdao

  • The described conversion is straight-forward and can be done in-place, i.e. the memory area holding the WKT string is modified directly to transform it to a valid SVG element string.

    上述转换非常简单,可以完成,即,直接修改存放wkt字符串存储其转换一个有效的SVG元素字符串。

    youdao

  • To ensure the integrity of references between objects, the RTSJ defines rules that govern how objects in one memory area (heap, immortal, or scope) can refer to objects in other memory areas.

    为了确保对象之间引用完整性RTSJ定义了管理一个内存区域(不朽内存、作用域内存)中的对象如何引用其他内存区域对象的规则

    youdao

  • To ensure the integrity of references between objects, the RTSJ defines rules that govern how objects in one memory area (heap, immortal, or scope) can refer to objects in other memory areas.

    为了确保对象之间引用完整性RTSJ定义了管理一个内存区域(不朽内存、作用域内存)中的对象如何引用其他内存区域对象的规则

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定