• Instead of going to a file, these nested tags go to a temporary variable in memory.

    这些嵌套标签不是输出文件中,而是输出到内存中的临时变量

    youdao

  • In a simple case, the memory map tool enables you to define a layout for a complex variable, such as a union or a structure.

    简单实例中内存映射工具使能够一个复杂变量定义一个布局例如一个集团或者一个结构

    youdao

  • These use the LD_PRELOAD environment variable to preload a library that replaces the standard memory routines with instrumented versions.

    这些工具使用LD _ PRELOAD环境变量加载,用于将标准内存例程替换为插装版本。

    youdao

  • A configuration item may be an environment variable or a change in the database configuration, such as its memory allocation.

    配置可以环境变量或者数据库配置修改例如数据库的内存分配。

    youdao

  • For POWER6, variable page size support (VPSS) was introduced, which means that the system will use larger pages as the application requests larger chunks of memory.

    POWER 6中引入了可变页面大小支持(VPSS),意味着应用程序需要内存块时系统使用更大的页面

    youdao

  • A transient variable enables the application to keep a copy in local memory, but rebuilds the object if using the backup copy.

    临时变量允许应用程序本地内存中保留副本可以使用备份副本的情况下重新构建对象

    youdao

  • The agent private memory can be increased by moving the instance Shared memory to a higher address by setting the DB2DBMSADDR DB2 registry variable.

    我们可以通过设置DB2DBMSADDRDB 2注册表变量实例共享内存更高地址,从而增加代理私有内存。

    youdao

  • The very large memory model, like the large memory model, can be enabled for an executable at compile time with a linker option or at run time using the LDR_CNTRL environment variable.

    内存模型类似可以通过一个链接器选项运行使用LDR_CNTRL环境变量来编译时的可执行程序启用超大内存模型。

    youdao

  • The memory view allows you to examine and modify the contents of memory at a specific address, usually that of a variable.

    内存视图允许检查更改特定地址处内存内容通常一个变量

    youdao

  • EVENT_POOL_SIZE Set this variable to specify the amount of memory used for unprocessed events, unprocessed notifications, and event suppression.

    EVENT _ POOL_SIZE设置变量指定用于未处理事件、未处理通知事件压缩的内存量

    youdao

  • If the DB2DBMSADDR register variable is set, then the instance Shared memory will start at the address specified by this variable.

    如果设置DB2DBMSADDR注册变量那么实例共享内存变量指定地址开始

    youdao

  • EVENT_POOL_SIZE Set this variable to specify the amount of memory used for unprocessed events, unprocessed notifications, and event suppression.

    EVENT _ POOL_SIZE设置变量指定用于未处理事件、未处理通知事件暂缓内存大小。

    youdao

  • Updating XML on the fly means that XML is modified in memory while it is retrieved from an XML variable or column.

    动态更新XML意味着一个XML变量中获得XML时,内存修改

    youdao

  • For example, a compiler may choose to optimize a loop index variable by storing it in a register, or the cache may delay flushing a new value of a variable to main memory until a more opportune time.

    例如编译器为了优化循环索引变量可能选择存储一个寄存器或者缓存延迟到一个适合时间把一个新的变量存入

    youdao

  • To avoid this, DB2 has a registry variable which limits the amount of memory each idle agent can retain.

    为了避免这种情况,DB2 使用一个注册表变量限制每个闲置代理可以保留内存量。

    youdao

  • In other words, this means that the old memory model made promises only about the visibility of the variable being read or written, and no promises about the visibility of writes to other variables.

    话说,意味着内存模型保证正在变量可见性,保证写入其他变量的可见性。

    youdao

  • IDLE's debugger provides breakpoints, stepping and variable watches; but nothing so fancy as poking at memory locations and variable contents, or performing timings and other analyses.

    IDLE调试器支持设置断点、单步执行观察变量但是不能获得内存位置和变量的内容不能进行执行的计时其他统计。

    youdao

  • The amount of memory allocated for a variable depends on a few factors.

    变量已分配内存量取决于几个因素

    youdao

  • When the value of an array variable is NULL, there is no memory allocated for it.

    阵列变量值为 NULL 时分配内存

    youdao

  • Some compilers support live-range splitting, where a variable can be allocated to different registers as well as to memory in different parts of the function.

    有些编译支持“生命周期分割”(live - range splitting),也就是说程序的不同部分变量可以分配不同的寄存器或者内存中。

    youdao

  • Fired when an aspect of the target, such as a variable, register, or portion of memory, changes value.

    目标某个元素(例如变量注册部分内存)的发生改变时触发

    youdao

  • Tuning memory heaps and DB2 registry variable.

    优化内存DB 2注册表变量

    youdao

  • After the memory allocation in main , where is the namestr variable used and overwritten?

    这个内存分配main后,namestr变量在什么地方被使用编写呢?

    youdao

  • When strdup is called in foo , the namestr variable value is overwritten, thereby losing the pointer to the memory allocated in main , and that causes the leak.

    strdupfoo中被调用,这个namestr变量会被覆写从而丢失main内存分配指针导致渗漏。

    youdao

  • There are two types of scoped memory, linear and variable which refers to the time required to instantiate an object.

    Scoped内存线性的(linear)可变的(variable)——它们实例一个对象所需时间

    youdao

  • On the other hand, a C or Pyrex int variable is just a region in memory with some bits set to ones or zeros.

    另外一方面,CPyrexint变量只是内存各个设置1 或 0 的一个区域

    youdao

  • To access derived data types, you use the copy_userdata function, which copies the required data from a non-vue variable, that is, from memory pointed by an argument to a vue script variable.

    访问派生数据类型,应该使用copy_userdata函数所需的数据vue变量(也就是参数指向内存)复制到Vue脚本变量。

    youdao

  • This program tries to store to an unallocated memory location by doing a string copy from arr to the p variable. The expected result is a SEGSEGV signal, as you can see

    这个程序试图个尚未分配内存保存数据:它执行字符串复制操作,将arr中的数据复制p变量中。

    youdao

  • This makes the environment variable USE_ZEND_ALLOC available to allow selection of malloc or emalloc memory allocations at runtime.

    使环境变量use_zend_alloc可用于允许运行选择mallocemalloc内存分配

    youdao

  • There are some callbacks for variable system events such as memory warnings and the de-allocation.

    代码中一些可变系统事件(比如说内存警告存储单元分配)的回调。

    youdao

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

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

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