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

memory management
内存管理
存储器管理
memory managers
内存管理器
memory managing

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

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Spark1.6版本推出以后,Spark采用了统一内存管理模型。
And starting with version 1.6, Spark introduced unified memory managing.
内存管理模型是基于对象的所有权。
The memory management model is based on object ownership.
高级:Python自动执行内存管理等低级操作。
High-level: Python automates low-level operations such as memory management.
内存管理的源代码可以在./linux/mm中找到.
You can find the memory management sources in./linux/mm.
Linux微内核,由内存管理、进程管理和定时服务构成.
The Linux micro-kernel, composed of memory management, process management and timing services.
你不需要用OpenCVsC++接口来考虑内存管理
You do not need to think about memory management with OpenCVs C++ interface.
它缺乏自动内存管理功能,并且作为一种编译语言,需要为每个单独的平台编写C++应用程序。
It lacks automatic memory management and, as a compiled language, C++ applications need to be written for each individual platform.
NET内存管理的内部工作,陷阱和技术,以便有效地避免软件中的各种性能和可伸缩性问题。
NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software.
总之,PAE是Windows2000和WindowsServer2003内存管理器的一项功能,它为请求内存的程序提供了更多物理内存。
To summarize, PAE is a function of the Windows 2000 andWindows Server 2003 memory managers that provides more physical memory to a program that requests memory..
如果您遇到上述任何标准模式的出错提示信息,请从Config.sys删除所有内存管理程序,如EMM386.
If you get any of the following error messages, remove any memory managers(such as EMM386. exe, QEMM, or 386Max) from your Config.
它提供设备管理和内存管理等系统级服务,为进程分配处理器时间,并管理错误处理。
It provides system-level services such as device management and memory management, allocates processor time to processes, and manages error handling.
Microsoft.NETFramework提供许多服务,包括内存管理、类型和内存安全、安全性、网络和应用程序部署。
The Microsoft Framework provides many services, including memory management, type and memory safety, security, networking, and application deployment.
存在很多利用内存管理错误(包括利用整数溢出)的巧妙方法,这些方法在秘密社区中很流行。
There are many ingenious methods use memory management errors(including the use of integer overflow), and these methods are very popular in secret communities.
这些VxD允许Windows9x直接与硬件资源交互,就像提供了底层功能,譬如32位硬盘访问及内存管理
These VxDs allow Windows 9x to interact with hardware resources directly,as providing low-level functionalities such as 32-bit disk access and memory management.
第9章集中在符号语言风格上,打破了许多C++程序设计所保持的基本概念,包括强类型和显式内存管理
Chapter 9, which focuses on symbolic language styles, breaks with concepts many hold fundamental to C++ programming including strong typing andexplicit memory management.
而且,当它切换到新的进程时,它可能需要清除储存在内存管理单元(MMU)中的数据。
Also, when it switches to a new process,it may need to clear the data stored in the memory management unit(MMU).
示例包括快速进程间通信(IPC)、改进的应用程序内存管理和一个大型连续物理内存管理问题的解决方案。
Examples include fast interprocess communication(IPC), improved application memory management, and a solution to the large contiguous physical memory management problem.
例如,AndroidRuntime(ART)依靠Linux内核来执行底层功能,例如线程和低层内存管理
For example, the Android Runtime(ART) relies on the Linux kernel for underlying functionalities such as threading andlow-level memory management.
对于像Redis和Memcached这种基于内存的数据库系统来说,内存管理的效率高低是影响系统性能的关键因素。
For memory-based database systems like Redis and Memcached, the memory management efficiency is a key factor influencing the system's performance.
使用延迟负载将是非常有益的,因为您节省了数据以及电池消耗或内存管理
Employing lazy load is going to be very beneficial because you're saving ondata as well as battery drain or memory management.
幸运的是,C++出现了,并引入了类的概念,通过自动内存管理(或多或少)使用户更容易。
Luckily C++ came around andintroduced the concept of classes making easier for the user through automatic memory management(more or less).
Windows主导个人计算机世界,为许多外围设备提供图形用户界面(GUI),虚拟内存管理,多任务和支持。
Windows dominates the personal computer world, offering a graphical user interface(GUI),virtual memory management, multitasking, and support for many peripheral devices.
Framework是一个仅限于Windows的开发框架,它在最底层提供了内存管理,安全性,异常处理和许多其他功能。
The. NET Framework is a Windows-only development framework that, at its lowest level,provides memory management, security, exception handling, and many other features.
其它子系统(内存管理,虚拟文件系统及进程间通信)以相似的理由依赖于进程调度。
The other subsystems(memory manager, virtual file system, and inter-process communication) all depend on the process scheduler for similar reasons.
使用PCI-SIGPCIe地址转换服务(ATS)分页请求接口(PRI)扩展的外设可以检测和表示需要内存管理服务。
A peripheral using the PCI-SIG PCIe Address Translation Services(ATS) Page Request Interface(PRI)extension can detect and signal the need for memory manager services.
Objective-C支持两种内存管理机制:自动垃圾回收和引用计数:.
Objective-C supports three mechanisms for memory management: automatic garbage collection and reference counting.
它还具有额外的优点,如内存管理,结构打字和CPS风格的编程。
It also features additional benefits, such as memory management, structural typing and CPS-style programming.
编写C程序需要谨慎地注意内存管理,但是生成的程序通常是纯机器速度的黄金标准。
Writing C programs requires attention to memory management, but the resulting programs are often the gold standard for machine speed.
这完全消除了一些与内存管理相关的类错误,但代价是一些额外的运行时开销。
This completely eliminates some classes of errors related to memory management at the cost of some additional runtime overhead.
Linux内核处理所有操作系统进程,如内存管理、任务调度、I/O、进程间通信和系统总体控制。
The kernel in Linux handles all operating system processes,such as memory management, task scheduling, I/O, interprocess communication, and overall system control.
Results: 152, Time: 0.0248

内存管理 in different Languages

Word-for-word translation

Top dictionary queries

Chinese - English