What is the translation of " 管理内存 " in English?

manage memory
管理 内存
managing memory
管理 内存
manages memory
管理 内存
memory management
内存管理
存储器管理

Examples of using 管理内存 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
内核负责处理低级任务,例如任务管理,内存管理,风险管理等。
The kernel is responsible fortaking care of low-level tasks such as task management, memory management, risk management, etc.
您必须管理内存(您负责分配和释放变量).
You must manage memory(you're in charge of allocating and freeing variables).
管理内存分配的任务由nginx池分配器完成。
The task of managing memory allocation is done by the nginx pool allocator.
我们曾经手动管理内存,后来我们创建了垃圾收集器。
We were managing memory and so we created garbage collectors.
VMM提供可管理内存、进程、中断及错误保护机制的服务。
The VMM provides services that manage memory, processes, interrupts and protection faults.
有的平台也许仅仅需要手动管理内存,结果将使用一个甚至更小的Kotlin/Native运行时。
Some platforms may only need manual memory management, and get an even smaller Kotlin/Native runtime in return.
在MRR中,我们明确地管理内存,在我们自己的跟踪对象。
In MRR, we explicitly manage memory by keeping track of objects on our own.
RamSmash是一款让你以正确的方式来维护和管理内存的工具。
RamSmash is a tool for all which allows you to maintain and manage memory the right way.
相比于传统被编译的代码,解释器提供了一种自动的抽象层次,因为它可以独立于操作系统,自己处理错误和管理内存
An interpreter provides an automatic level of abstraction when compared to traditional compiled code,because it can handle errors and do memory management.
C++需要你手动管理内存、指针以及一些其它一些很麻烦的构造方法,这些东西很容易将一个初学者吓退。
C++ has you dealing with managing memory and pointers and quite a few other nasty constructs that can throw a beginner for a loop.
和所有的32位Windows应用程序一样,SQLServer使用Windows内存管理功能分配、释放、管理内存资源。
Like all 32-bit Windows applications, SQL Server makes use of Windows memory management facilities to allocate, free,and generally manage memory resources.
Solidity以一种非常简单的方式管理内存:在0x40的位置有一个“空闲内存指针”。
Solidity manages memory in a very simple way: There is a“free memory pointer” at position 0x40 in memory..
Java通过替你管理内存分配和释放,可以从根本上消除这些问题。
Java virtually eliminates these problems by managing memory allocation and deallocation for you.
JVM通过称为垃圾收集的进程来管理内存,该进程持续识别并消除Java程序中未使用的内存。
The JVM manages memory through a process called garbage collection, which continuously identifies and eliminates unused memory in Java programs.
Kernel:它是操作系统的主要组件,管理内存,CPU和其他相关组件。
The kernel: It is the main component of the OS and manages memory, CPU, and other related components.
低级C开发者十分抗拒管理内存,因为他们不了解管理什么,在什么时候管理。
Low level C developers fiercely reject managed memory as they have no control on what happens and when.
由于我们自己选择管理内存,我们需要遵循三个规则。
Since we chose to manage the memory ourselves, we need to follow the rule of three.
此外,DBA还将学习如何有效地管理内存,以及如何执行一些性能评估和优化任务(包括使用一些指导)。
Also, the DBA learns how to manage memory effectively and how to perform some performance evaluation and tuning tasks, including using some of the advisors.
通过委派内核管理内存等级制度的负担(消除需要明确处理叠加的程序);.
By delegating to the kernel the burden of managing the memory hierarchy(eliminating the need for the program to handle overlays explicitly);
C是学习计算机实际管理内存方式的绝佳语言,并在高性能计算方面极为有用。
C is a great way to learnhow computers actually work in terms of memory management, and is useful in high-performance computing.
此外,学员还将学习如何有效地管理内存以及如何执行一些绩效评估和优化任务(包括使用一些Advisor)。
Participants will learn how to manage memory effectively and how to perform some performance evaluation and tuning tasks, including using some of the advisors.
当你使用Python编写程序时,你永远不需要担心低级细节,比如你的程序管理内存的使用等。
When you write programs in Python,you never need to bother about low-level details such as managing the memory used by your program.
Milk的编译器-将高级代码转换为低级指令的程序-然后计算出如何相应地管理内存
Milk's compiler- the program that converts high-level code into low-level instructions-then figures out how to manage memory accordingly.
然而,伟大的性能带来很大的(内存)责任:C++程序员必须手动管理内存,这打开了潘多拉的漏洞盒子。
However, with great performance comes great(memory) responsibility:C++ programmers have to manually manage memory, which opens a Pandora's box of vulnerabilities.
但同样,这并不像它最初出现的那样明确,因为Apple的移动操作系统(如iPadOS)在管理内存方面非常有效。
But again, this isn't as clear cut as it first appears, as Apple's mobile operating systems(like iPadOS)are extremely efficient at managing memory.
现代操作系统具有复杂的系统来正确管理内存
Modern operating systems have complex systems to properly manage memory.
Js附带了一个垃圾回收器,你不需要去手动管理内存分配.
Js comes with a garbage collector, and you don't need to manually manage memory allocation.
位计算机的优点64位版本Windows的主要优点是,它可以更好的访问和管理内存
The main advantage of using 64-bitversion of Windows is that it offers better memory accessibility and management.
然而,在少数情况下,为了自动的管理内存空间,ARC需要了解关于你的代码片段之间关系的更多信息。
However, in a few cases ARCrequires more information about the relationships between parts of your code in order to manage memory for you.
Results: 29, Time: 0.0203

Word-for-word translation

Top dictionary queries

Chinese - English