• In Listing 5, the.rept (or % rep) directive is used to create a memory data area for 10 double words.

    清单5中,使用.rept(%rep)指令10个创建内存数据

    youdao

  • In Domino 6 and later, you can use the command "sh memory dump" on the server console to create a memory dump file.

    Domino6更高版本中,可以服务器控制台上使用命令shmemorydump创建内存转储文件

    youdao

  • To create a memory map rendering, you need to select the file on the file system that defines the layout you want to use.

    为了创建一个内存映射赋值需要定义要使用布局文件系统选择文件。

    youdao

  • You can then use several ioctls to create a virtual CPU, check kvm versions, create a memory region, and then start a virtual CPU.

    然后可以使用几个ioctls创建虚拟CPU检查kvm版本,创建内存区域,然后启动一个虚拟 CPU。

    youdao

  • Now if we want to read from it, the other process needs also to create a memory mapped file, we can use the other static initialize that opens an existing one or creates one if it does not exist.

    其它进程如何读取内存映射文件的内容。 一样,我们创建一个内存映射文件。

    youdao

  • If you create a joinable thread but forget to join it, its resources or private memory are always kept in the process space and never reclaimed.

    如果创建一个可接合线程但是忘记联接资源私有内存一直保存进程空间中,从未进行回收再利用

    youdao

  • In this method, one of the tables, usually the smaller one, is scanned and used to create a hash table in memory.

    方法中,需要扫描其中的一个通常扫描较小那个表,用它内存中创建哈希

    youdao

  • If UDB is configured to create a database Shared memory set which is larger than this, the request will fail.

    如果UDB配置创建一个大于数据库共享内存请求将遭到失败。

    youdao

  • Conceptually, two operations create a data buffer under the conventional scheme: the creation of a data buffer entity and the allocation of actual memory.

    从概念上讲数据缓冲区传统方案是由两个操作创建:数据缓冲区实体创建实际内存分配

    youdao

  • If DB2 is configured to create a database Shared memory set which is larger than this, the request will fail.

    如果把DB2配置创建大于这个值的数据库共享内存那么请求就会失败。

    youdao

  • Since these processes already exist, there's no need for the operating system to waste valuable time to create a process, allocate memory to it, and so on.

    由于这些进程已经存在,因此操作系统需要浪费宝贵的时间创建进程为之分配内存等等

    youdao

  • In addition to letting you to create application-specific abstractions of your XML content, this approach can create a more memory efficient way of using event objects.

    除了可以XML内容创建特定于应用程序抽象方法还可以以更为节省内存方式使用事件对象

    youdao

  • In the last two decades, a few cognitive scientists have contemplated ways to create a distributed memory.

    过去二十年里,一些认知科学家已经勾画出了创造分布式记忆的方法

    youdao

  • Memory, Sorrow and Thorn takes place in a world not entirely different from our own, drawing upon history and folklore to create a new story.

    回忆悲伤荆棘》发生个和我们差不离的世界里利用历史风俗创造了一个全新故事

    youdao

  • Define a method (called assert in this example) to create the fact and post it to the working memory.

    定义一个方法(示例称为断言)创建事实将事实发布工作存储器

    youdao

  • You can create a quite sophisticated system that compares results and sends E-mail notifications with precise details upon finding any additional memory errors and leaks.

    可以创建一个十分复杂的系统,它可以比较结果发送带有准确寻找额外存储错误泄漏信息电子邮件

    youdao

  • Data held in memory by HANA is backed by a persistence layer that logs transactions and incorporates savepoints that create images of the database, according to an SAP document.

    根据份SAP文档,HANA放在内存中的数据记录事务具有创建数据库映像保存点的持久化提供支持,这让它能够从停电或其它的中断中恢复。

    youdao

  • We first retrieve the session ID to create a unique name for our named memory. We then try to get access to it.

    我们首先检索会话id,以便我们已命名内存创建一个惟一名称

    youdao

  • This will create the memory mapped file but to start using it we will need a map view.

    这样我们就创建一个内存映射文件

    youdao

  • Now, to read and print all the records from the entire Shared memory file, create a loop.

    现在全部共享内存文件读取打印所有记录创建一个循环

    youdao

  • Note: in Windows, the number of threads a process can create is limited by the available virtual memory.

    注意Windows中,受可用虚拟内存限制一个进程可以创建线程数目有限的。

    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

  • SDL Trados Studio also captures new translations as they are created and can either add these to an existing translation memory or create a new one.

    SDLTradoStudio收集创建翻译可以把新翻译添加现有翻译记忆中,也可以创建新的翻译记忆。

    youdao

  • Once these heaps are created and we create a new instance of a.net object this object is stored in these heap segments and memory is committed.

    一旦这些被分配,创建新的。net对象实例这个对象将被存储内存断中,此时也将内存提交

    youdao

  • The xrange method is preferred when you need to iterate over a large number of integers because it won't create the full list, which could consume a large quantity of your computer's memory.

    需要迭代大量整数时,xrange方法更适用,因为不会创建极大list,那样消耗大量计算机内存

    youdao

  • Limit: Any request by DB2 to create a database share memory set which is larger then the shmmax value (2gb in this case) will fail with an out of memory type error.

    限制DB2发出的任何创建大于shmmax(这里2gb)的数据库共享内存请求都将失败,并返回一个outofmemorytype错误

    youdao

  • POSIX provides the mutex function to create critical sections that enforce exclusive access to an object (a piece of memory) by a single thread.

    POSIX提供互斥函数创建临界用于实施线程对象内存独占访问

    youdao

  • Since we are running within a production server, and are trying to detect memory leaks (not create them), we have to store a very limited amount of data.

    由于我们生产服务器中运行尝试检测内存泄漏(而不是造成内存泄漏),所以我们只能存储非常有限的数据量。

    youdao

  • If you were to store the data in a real cache, then the system could discard parts of the cache to gain memory for other tasks because the client can always re-create the cached data.

    如果真正的缓存存储数据系统可能丢弃缓存部分获得用于其他任务内存是因为通常客户机可以重新创建缓存的数据。

    youdao

  • If you were to store the data in a real cache, then the system could discard parts of the cache to gain memory for other tasks because the client can always re-create the cached data.

    如果真正的缓存存储数据系统可能丢弃缓存部分获得用于其他任务内存是因为通常客户机可以重新创建缓存的数据。

    youdao

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

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

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