网站首页  词典首页

请输入您要查询的英文单词:

 

单词 memory management
释义

memory management

美 
英 
  • un.内存管理;存储管理;存储器管理
  • 网络记忆体管理;内存管理函数;记忆管理
un.
1.
内存管理
2.
存储管理
3.
存储器管理

例句

释义:
1.
A multitasking operating system provides process and memory management services that allow two or more programs to run simultaneously.
一个多任务操作系统提供进程和内存管理服务,以允许两个或者更多的程序同时运行。
zhidao.baidu.com
2.
In order to have several jobs ready to run. they must be kept in memory. requiring some form of memory management.
为了同时运行多个任务。他们需要保存在内存中。并以某种形式管理。
goabroad.zhishi.sohu.com
3.
although manual memory management with linked lists is possible , it is not a very friendly task.
尽管使用链表人工管理内存是可行的,但那不是一件非常容易的工作。
www.ichacha.net
4.
One example is the ability for Linux to run on a process with a memory management unit (MMU), as well as those that provide no MMU.
一个例子是Linux可以在一个具有内存管理单元(MMU)的处理器上运行,也可以在那些不提供MMU的处理器上运行。
www.ibm.com
5.
Interestingly, running normal HP-UX applications on an Integrity VM host is not encouraged because VM implements its own memory management.
有趣的是,无法在IntegrityVM主机上运行普通的HP-UX应用程序,因为VM需要实现其自己的内存管理。
www.ibm.com
6.
Automatic memory management is one of the services that the common language runtime provides during Managed Execution.
自动内存管理是公共语言运行时在托管执行过程过程中提供的服务之一。
msdn.microsoft.com
7.
There are many improvements that have taken place in PHP V5. 2, and one critical area is that of memory management.
PHPV5.2中有很多改进之处,并且一个至关重要的领域是内存管理。
www.ibm.com
8.
Even the best ones can be foiled, though, by a sufficiently willful programmer committed to ignoring basic principles of memory management.
但是,即使最优秀的编程人员也可能会被忽略内存管理基本原则的非常任性的编程人员搅乱。
www.ibm.com
9.
If program structure changes, the pools may have to be modified, which may lead to a redesign of the memory management system.
如果程序的结构发生变化,则不得不修改内存池,这可能会导致内存管理系统的重新设计。
frenchen.blog.163.com
10.
At this point, you're probably wondering why I'm even talking about memory management, aliases, and object ownership.
此时,您可能正纳闷,为什么我还要讨论内存管理、别名和对象所有权。
www.ibm.com
1.
Memory management is usually handled by requests from the coder to allocate and release blocks of memory.
内存管理通常是由来自编码人员的请求处理的,以分配和释放内存块。
www.ibm.com
2.
There are several memory management activities that will regularly occur during the execution of any application.
在任何应用程序执行的过程中,都会定期地发生很多种内存管理活动。
www.infoq.com
3.
When used effectively, the new memory-management tools will support your debugging efforts to reclaim some of your system resources.
当得到有效使用时,新内存管理工具将支持您的调试工作,从而重新获得一些系统资源。
www.ibm.com
4.
Back in the days of assembly language programming on the Apple II, memory management was not a huge concern.
追溯到在AppleII上进行汇编语言编程的时代,那时内存管理还不是个大问题。
www.ibm.com
5.
For memory management RTSJ uses the concept of a memory area.
对于内存管理,RTSJ用到了一个“内存域”的概念。
www.infoq.com
6.
Including memory management and clean up for opening multiple large files sequentially in one application session.
包括内存管理和清洁于一体的开放应用程序会话的多个大文件按顺序了。
www.bing.com
7.
After all, garbage collection is one of the core features of the Java language, and memory management is a chore of the past!
毕竟,垃圾收集是Java语言的核心特性之一,而内存管理是已经过时的一件麻烦事。
www.ibm.com
8.
The main topics include system structure, user interfaces, process management, memory management, file systems, and distributed systems.
课程内容包括:系统架构、用者介面、过程管理、记忆体管理、档案系统、与分散式系统等作业系统核心概念。
admin.cyut.edu.tw
9.
All the memory management and allocation of the PAE memory is handled by the memory manager independently of the programs that run.
所有的内存管理和PAE内存分配都由内存管理器处理,与运行的程序无关。
support.microsoft.com
10.
Memory management is one of the most fundamental areas of computer programming.
内存管理是计算机编程最为基本的领域之一。
www.ibm.com
1.
Under software, as the limitation of memory management under DOS , DJGPP -a freeware was used to so.
软件环境下,由于DOS对内存管理的限制,采用了DJGPP这一自由软件,很好地解决了上述问题。
dictsearch.appspot.com
2.
And, in a way, those statements are right -- dynamic memory management is not as fast -- it's often considerably faster.
而且,从某个方面来说,这些话说的是对的——动态内存管理并不一样快——而是快得多。
www.ibm.com
3.
For developers, this means that you do not have to write code to perform memory management tasks when you develop managed applications.
对开发人员而言,这就意味着在开发托管应用程序时不必编写执行内存管理任务的代码。
msdn.microsoft.com
4.
Figure 1 shows the jconsole JMX client (part of the JDK) displaying one of the memory management views -- heap usage over time.
图1给出了jconsoleJMX客户机(JDK的一部分),它显示了其中一个内存管理视图——一段时间内的堆使用情况。
www.ibm.com
5.
Third-party memory -management software has not been configured for expanded memory.
没有为扩充内存配置第三方内存管理软件。
angel.w15.5tom.cn
6.
With Microsoft. NET, developers gain superior memory management technology for seamless garbage collection and reduced program complexity.
通过Microsoft.NET,开发人员可以获得极好的内存管理技术,以实现无缝的垃圾收集和降低程序复杂性。
msdn2.microsoft.com
7.
But allocation is only half of memory management -- deallocation is the other half.
但是分配仅仅是内存管理的一半,回收是另一半。
www.ibm.com
8.
These include functions for memory management, exception vector processing, privileged register access, and privileged timer access.
其中包括用于内存管理、异常向量处理、特权寄存器访问、特权计时器访问的函数。
www-128.ibm.com
9.
These counters can be used to monitor everything from memory management to just-in-time (JIT) compiler performance.
这些计数器可用于监视从内存管理到实时(JIT)编译器性能的方方面面。
technet.microsoft.com
10.
Reference counting is used quite a bit in high-level languages like Perl to do memory management.
在Perl等高级语言中,进行内存管理时使用引用计数非常广泛。
blog.163.com
1.
Developer Backgrounds in Memory Management Your experience with memory management will vary depending upon your development background.
根据您开发背景的不同,您在内存管理方面的经验也会有所不同。
msdn2.microsoft.com
2.
the Memory Management Unit (MMU) is responsible for the translation of the virtual address to the physical RAM address.
内存管理单元(MMU)负责把虚地址转换成实际的物理RAM地址。
blog.sina.com.cn
3.
An Erlang developer is not tasked with the responsibility of manual memory management with keywords like "for" or "while" or "do" .
Erlang开发者不需要承担手工管理内存的责职,可以远离“for”、“while”、“do”这些关键字。
www.infoq.com
4.
Memory management is handled automatically, and the capacity of a collection is expanded as required.
自动处理内存管理,集合的容量会根据需要扩展。
msdn2.microsoft.com
5.
Plus, Windows Vista memory management now offers dynamic address space allocation for the requirements of different workloads.
另外,WindowsVista内存管理如今还针对不同工作负荷的要求提供动态地址空间分配。
www.microsoft.com
6.
Memory management is discussed in greater detail in a later section of this article.
我们将在本文的后面讨论内存管理的更多细节。
www.ibm.com
7.
As a teaser, another issue with memory management involves the idea of partial sharing of list nodes (which will be discussed below).
作为难题之一,内存管理的另一个问题涉及到部分地共享列表节点的思想(后面将讨论)。
www.ibm.com
8.
This automatic memory management resolves the two most common application errors, memory leaks and invalid memory references.
这种自动内存管理解决了两个最常见的应用程序错误:内存泄漏和无效内存引用。
technet.microsoft.com
9.
This feature allows for a more effective memory management.
这个特性有助于更有效地管理内存。
www.ibm.com
10.
Address space or process ID information is necessary so the virtual memory management system knows what pages to associate to what process.
地址空间和进程ID信息是必需的,如果虚拟存储管理系统知道哪些页对应哪些进程。
dictsearch.appspot.com
1.
Garbage collection will free up the memory later if memory management becomes a problem.
如果内存管理成为问题所在,则垃圾回收稍后会释放内存。
msdn2.microsoft.com
2.
This memory-management model fits with the life cycle of a typical set of periodic threads cooperating to complete a set of tasks.
对于一组典型的、通过协作完成一组任务的周期性线程而言,这个内存管理模型很适用。
www.ibm.com
3.
Managing memory tightly is important so that garbage collection and other memory management issues do not affect the benchmark results.
严格管理内存很重要,这样,垃圾收集和其他内存管理问题就不会影响基准测试结果。
www-128.ibm.com
4.
It requires too much swapping time and provides too little execution time to be a reasonable memory-management solution .
它需要太多的交换时间,并且提供太少的执行时间给内存管理器一个合理的解决方案。
blog.sina.com.cn
5.
DATA ABORTS A transfer to or from a legal address may cause problems for a memory management system.
数据中止甲或从法律的地址传送可能会导致内存管理系统的问题。
word.hcbus.com
6.
Memory management control operation: Seven operations that control reference picture marking.
内存管理控制操作:控制参考图象标记的操作。
www.61ic.com
7.
Most development efforts are now focused on adding new features, improved memory management, and stability in the new JDBC Universal Driver.
现在,开发过程中的大部分精力都集中在添加新特性、改善新的JDBC通用驱动程序的内存管理和稳定性上。
www.ibm.com
8.
Java also implements automatic garbage collection, so you don't have to worry about memory management issues.
JAva还实现了自动资源回收,所以我们不需要担心内存管理的问题。
www.bing.com
9.
Memory management technique that involves preallocating unconstructed memory to hold objects that will be created as needed.
一种内存管理技术,涉及预先分配未构造内存以保存在需要时创建的对象。
dictsearch.appspot.com
10.
We've happily given away responsibility for garbage collection, memory management, and hardware differences.
我们很高兴不用再操心垃圾回收、内存管理和硬件差异。
www.ibm.com
1.
The code should be very well commented and follow apple standards of formatting, memory management etc.
该代码应该是非常良好的注释,并按照苹果标准的格式,内存管理等。
www.bing.com
2.
The Runtime Registers could not be translated to something the memory management system could understand.
无法将运行时间寄存器转换成内存管理系统可以识别的项目。
www.fan6.net
3.
Virtual memory management, a logical layer between application memory requests and physical memory.
虚拟内存的管理,这是介于应用程序请求与物理内存之间的一个逻辑层。
www-128.ibm.com
4.
System memory management (configuration layout and availability of memory ).
系统内存管理(配置布局和内存可用性)。
www.drados.com
5.
Managed code executes in a virtual machine, so there's less space for memory management problems.
管理代码的执行,在一个虚拟机,所以它的空间较小,内存管理问题。
firefox.xbaohe.com
6.
In pooled memory management, each allocation specifies a pool of memory from which it should be allocated.
在池式内存管理中,每次内存分配都会指定内存池,从中分配内存。
www.ibm.com
7.
I never worry about memory management on the JVM because the platform allows me to forget it.
我从不担心JVM的内存管理,因为平台可以让我忘了它。
www.ibm.com
8.
NET and the memory management guidelines, including background memory management, the release of resources.
介绍了.NET中的内存管理和指针,包括后台内存的管理,释放资源等。-introduced。
www.dssz.com
9.
However, this automated memory management doesn't prevent programmers from forgetting references to the objects' allocated memory.
但是,这种自动化的内存管理并不能阻止程序员忘记对象指针分配内存。
www.ibm.com
10.
This article focuses on Linux kernel memory management and, in particular, the mechanisms provided through slab allocation.
本文将着重介绍Linux内核的内存管理,尤其是slab分配提供的机制。
www.ibm.com
1.
Reference types are allocated on the heap, and memory management is handled by the garbage collector.
引用类型在堆中分配,内存管理由垃圾回收器处理。
msdn2.microsoft.com
2.
It emphasizes the designs of flash memory management program and needle selection data collecting program.
重点阐述了下位机存储管理程序和电子选针过程的数据读取程序的设计。
www.chemyq.com
3.
New automated storage and memory management add to existing support for automated recovery of system failures.
除了对系统故障自动恢复的现有支持之外,增加了新的自动存储和内存管理特性。
www.ibm.com
4.
The program encountered an unexpected error while performing a memory-management operation.
当程式执行记忆体管理作业时,遇到未预期的错误。
msdn.microsoft.com
5.
This article covers the basics of manual, semi-automatic, and automatic memory management practices.
本文将介绍手工的、半手工的以及自动的内存管理实践的基本概念。
www.ibm.com
6.
The Board Memory could not be translated to something the memory management system could understand.
无法将母板内存转换成内存管理系统可以识别的项目。
www.fan6.net
7.
Also, many APIs are unclear as to whether the responsibility for memory management lies with the calling program or the called function.
而且,关于内存管理是由进行调用的程序还是由被调用的函数来负责这一问题,很多API都不是很明确。
www.ibm.com
8.
He explains that concurrent programming is hard just like memory management because you need to balance correctness and performance.
他解释说,并发编程的困难类似于内存管理,你需要平衡正确性和性能。
www.infoq.com
9.
The raw port address could not be translated to something the memory management system understands.
原始端口地址不能转译为内存管理系统能理解的。
www.drados.com
10.
The hypervisor uses these cycles for some of its own tasks, such as dispatching or memory management.
Hypervisor可以使用这些周期来完成它自己的某些任务,如分配或者内存管理。
www.ibm.com
1.
Given the systemwide impact of memory management, stability is of utmost importance.
从内存管理对整个系统的影响来看,稳定性是至关重要的。
www.ibm.com
2.
Next, I'll discuss some design and implementation techniques for efficient memory management.
接下来,我将讨论一些用于有效管理内存的设计和实现技术。
www.cnblogs.com
3.
The more dynamic a program is, the more memory management becomes an issue, and the more important your choice of memory allocator becomes.
程序的动态性越强,内存管理就越重要,您的内存分配程序的选择也就更重要。
frenchen.blog.163.com
4.
This paper brings forward an optimizing memory algorithm by analyzing memory management.
通过对内存管理的分析,提出了内存优化算法。
www.elecfans.com
5.
Pacifica also amends address translation with host and guest memory management unit (MMU) tables.
Pacifica还可以使用宿主和客户内存管理单元(MMU)表来进行地址转换。
www.ibm.com
6.
AIX provides support for Virtualization through changes in the memory management layer (VMM).
通过内存管理层(VMM)中的更改,AIX提供了对虚拟化的支持。
www.ibm.com
7.
Several libraries make it possible to write conventional-looking C or C code, with the assurance of improved memory management.
使用几个库能够编写常规的C或C 代码,并保证改进内存管理。
www.ibm.com
8.
Programming dynamic partitioning of main memory management method of recovery.
编程实现动态分区管理方式的主存的回收。
enpudn.com
9.
For more information about how to save memory, see Device Memory Management in the. NET Compact Framework and How to: Improve Performance.
有关如何节省内存的更多信息,请参见.NETCompactFramework中的设备内存管理和如何:提高性能。
msdn2.microsoft.com
10.
The JVM has its own memory management system that you must monitor and configure.
JVM有自己的内存管理系统,必须监视和配置这个系统。
www.ibm.com
1.
Chapter 3 presents the design and implementation of memory management of RTOS for the HDTV integrated source decoder chip.
第三章具体描述应用于HDTV信源解码芯片的实时操作系统存储管理策略的设计及实现。
www.fabiao.net
2.
The device driver further invokes memory management via device driver services.
设备驱动器进一步经由设备驱动器服务来调取存储器管理。
www.sinopat.org
3.
Familiar with virtual memory management algorithm out various pages.
熟悉虚存管理的各种页面淘汰算法。
www.hxzi.com
4.
This forces the program to fall back on techniques that resemble manual memory management.
这使得程序不得不使用人工内存管理的老技术。
www-128.ibm.com
5.
This table compares the memory management strategies covered in this article.
下表对比了本文中涉及的内存管理策略。
www.ibm.com
6.
In many cases, garbage collection is slower than other forms of memory management.
在多数情况下,垃圾收集比其他形式的内存管理更慢。
frenchen.blog.163.com
7.
This helps user-level memory management recognize unused memory blocks.
这有助于用户级的内存管理去识别没有使用的内存块。
www.ibm.com
8.
The Runtime Registers for %2 could not be translated to something the memory management system could understand.
无法将%2的运行时间寄存器转换成内存管理系统可以识别的项目。
www.fan6.net
9.
The memory range for adapter %2 could not be translated to something the memory management system could understand.
无法将适配器%2内存范围转换成内存管理系统可以识别的数据。
www.fan6.net
10.
Using garbage collection to simplify memory management for lists.
使用垃圾收集器来简化列表的内存管理。
www-128.ibm.com
1.
The memory range for adapter %2 could not be translated to something the memory management system could understand.
无法将适配器%2内存范围转换成内存管理系统可以识别的数据。
www.fan6.net
2.
Using garbage collection to simplify memory management for lists.
使用垃圾收集器来简化列表的内存管理。
www-128.ibm.com
3.
Memory management is the core content of the operating system.
存储器管理是操作系统核心内容。
www.hxzi.com
4.
Virtual memory management for clustered Exchange servers is also improved.
它还改进了对群集Exchange服务器的虚拟内存管理。
technet.microsoft.com
5.
For example, the C language proper has no file access or dynamic memory management statements .
例如,C语言根本就没有文件访问或者动态内存管理语句。
dictsearch.appspot.com
6.
The Board Memory for %2 could not be translated to something the memory management system could understand.
无法将%2的母板内存转换成内存管理系统可以识别的项目。
www.fan6.net
7.
In that case, memory management becomes much more difficult.
在这种情况下,内存管理会变得更困难。
www-128.ibm.com
8.
Memory pools are another method to semi-automate memory management.
内存池是另一种半自动内存管理方法。
frenchen.blog.163.com
9.
In broad terms, the libraries automate more of memory management so that the programmer makes fewer errors.
大体上说,库可以自动进行较多的内存管理,这样程序员可以犯更少的错误。
www.ibm.com
10.
USENIX is where Kirk McKusick talked about memory management.
USENIX是尔柯克麦库西克谈论内存管理。
q.sohu.com
1.
It also drills down into the tuning parameters and outlines recent improvements in AIX Version 5. 3 with respect to memory management.
它还深入地分析了各种优化参数,并对AIXVersion5.3中内存管理方面的改进内容进行了介绍。
www.ibm.com
2.
Computer system's physical memory management.
计算机系统物理内存管理。
angel.w15.5tom.cn
3.
There are numerous patterns of memory management at your disposal to match your project requirements.
为了满足项目的要求,有很多内存管理模式可以供您使用。
blog.163.com
4.
To use the memory-management functions to allow us to verify where our error is happening, we use the code below.
为了使用内存管理函数以使我们可以检验发生错误的位置,我们将使用以下代码。
www.ibm.com
5.
DB2 Self-Tuning Memory Manager (db2stmm): for the autonomic self-tuning memory management feature.
DB2Self-TuningMemoryManager(db2stmm):用于自治自调优内存管理特性。
www.ibm.com
6.
Memory management is ultimately a zero-sum game of tradeoffs.
内存管理实际上是一种关于权衡的零和游戏。
www.ibm.com
7.
Some changes, like Highmem PTE and Large pages, work to reduce the overhead caused by memory management.
有一些变化,比如HighmemPTE和大内存页,目的是减少内存管理带来的开销。
www-128.ibm.com
8.
Therefore, we will examine other alternatives to memory-management.
因此,我们将研究内存管理的其他选择。
blog.163.com
9.
On 32-bit HP-UX platform, the default HP-UX memory management is based on quadrants where each process has its own space.
在32-位HP-UX平台上,默认HP-UX内存管理是基于象限(quadrant)的,其中每个进程都有其自己的空间。
www.ibm.com
10.
DB2 LUW provides you with an easy way to manage various memory structures through self-tuning memory management (STMM).
DB2LUW为您提供一种管理各种内存结构的简单方法,即自调优内存管理(STMM)。
www.ibm.com
1.
The memory management improvements in the Linux 2. 6 kernel go far beyond the features mentioned in this article.
Linux2.6内核中内存管理的改进远远不只本文中提到的这些特性。
www.ibm.com
2.
In Exchange 2003, the virtual memory management process is improved.
在Exchange2003中,改进了虚拟内存管理进程。
technet.microsoft.com
3.
When the 2. 4 kernel was released, users started having memory management-related stability problems almost immediately.
当2.4内核发布时,用户几乎马上就开始遇到内存管理相关的稳定性问题。
www.ibm.com
4.
This is thanks to improvements within Mesa and its GEM memory management, etc.
这要得益于Mesa和GEM内存管理的改进。
www.bing.com
5.
For example, the complexities of Memory management and threading are not at the forefront of your mind when you are scripting in PHP.
例如,像内存管理和线程这种复杂的东西,在你编写PHP脚本的时候绝不会成为注意力的中心。
www.infoq.com
6.
Neither a memory management unit nor an instruction or data cache are used.
这既不需要使用内存管理单元,也不需要使用指令或数据缓存。
www.ibm.com
7.
Exchange employs a sophisticated internal memory management system that is tuned for high performance.
Exchange使用一个复杂的可获得高性能的内部内存管理系统。
technet.microsoft.com
8.
JTune: The free JTune tool can take GC logs and graphically display heap size, GC duration, and other useful memory management data.
JTune:这个免费的JTune工具可以利用GC日志并以图表形式显示堆大小、GC期间和其他有用的内存管理数据。
www.ibm.com
9.
We reuse the ABAP VM as much as possible for things such as garbage collection, session handling, memory management, etc.
我们尽可能地重用ABAPVM来实现垃圾回收、会话处理、内存管理等。
www.infoq.com
10.
To use both lists and DataObjectPtrs correctly, you must now address memory management in SDO.
要正确使用列表和DataObjectPtrs,现在必须在SDO中处理内存管理问题。
www.ibm.com
1.
You can control thread management, fault tolerance, memory management, and so on.
可以控制线程管理、容错性和内存管理等等。
zxianf.blog.163.com
2.
In most systems languages like C and C , you have to do memory management.
在大部分系统语言中,比如C和C ,您必须进行内存管理。
www.ibm.com
3.
Background 2. Process Management 3. Process Alocation 4. Memory Management 5. Storage Management 6. Distributed System Management.
背景概说2。行程管理3。行程配置4。记忆体管理5。储存装置6。分散式系统管理。
163.22.228.71
4.
Style guide creation, terminology management, translation memory management, and optimization of machine translation output
创建风格指南、术语管理、翻译记忆库管理及优化机器翻译结果
www.lionbridge.com
5.
fixed partition, multiple partition and replacement partition memory management, swapping and overlays;
固定分区、可复分区、多重分区内存管理技术以及覆盖技术和交换技术;
som.hit.edu.cn
6.
that by 2010, the rest of the industry will have adopted languages and APIs that feature fully automatic memory management;
到2010年,其他对手将会采用支持全自动内存管理的语言和API。
kb.cnblogs.com
7.
memory management module made to do our own memory management methods;
内存管理模块提出了做自己的内存管理的方法;
www.fabiao.net
8.
Redesign of chunk memory management, resulting in a significant decrease in memory usage
重新设计的大块内存管理,从而大大减少内存使用量*
baike.soso.com
9.
To discuss various memory-management techniques, including paging and segmentation
讨论各种内存管理技术,包括分页和分段
wenku.baidu.com
10.
Out of Memory management optimization
优化存储管理
bbs.mob688.com
1.
The operating system is responsible for the following activities in connections with memory management
在同存储管理有关的活动中,操作系统负责下列事务
csts.suda.edu.cn
2.
Design of Virtual Memory Management Subsystem for General Microprocessors
通用微处理器虚存管理子系统设计
service.ilib.cn
3.
Study and Implementation of Virtual Memory Management for Embedded Software Platform
嵌入式软件虚拟内存管理技术的研究和实现
www.ilib.com.cn
4.
A date structure applied to dynamic memory management algorithm
一个应用于动态内存管理算法中的数据结构
service.ilib.cn
5.
Optimization of Memory Management in Communication Equipment
通信设备中内存管理优化
ilib.cn
6.
A Recombination-Delaying Buddy Mechanism for Embedded System Memory Management
一种嵌入式系统内存管理的延迟合并伙伴机制
www.ilib.cn
7.
On Embedded Operating System Memory Management Mechanism and Memory Protection
嵌入式操作系统内存管理机制及内存保护分析
www.ilib.cn
8.
Global Memory Management in Distributed Multimedia Storage Systems
分布式多媒体存储系统中的全局缓存管理
service.ilib.cn
9.
there are two major memory - management hazards to avoid in non - garbage - collected languages : memory leaks and dangling pointers
在非垃圾收集语言中需要避免两个主要的内存管理危险:内存泄漏和悬空指针。
www.ichacha.net
10.
The Linux micro-kernel, composed of memory management, process management and timing services
Linux微内核,由内存管理、进程管理和定时服务构成
www.ibm.com
1.
Study and Implementation of Memory Management Middleware for Embedded System
嵌入式系统中内存管理中间件的研究与实现
www.ilib.cn
2.
Memory management and compiler support for rapid recovery from failures in computer systems
支援计算机系统快速故障修复的储存管理和编译程序
lib.buaa.edu.cn
3.
Memory management and pruning technique of the mining algorithm
挖掘算法中的内存管理及裁剪技术
service.ilib.cn
4.
Dynamic Memory Management Technology Applied in Embedded System
一种适用于嵌入式系统的动态内存管理技术
www.ilib.cn
5.
Method, without waiting for automatic memory management through an implicit call to the
方法来等待自动内存管理。当释放一个
msdn2.microsoft.com
6.
Design of application specific embedded memory management unit
面向嵌入式应用的内存管理单元设计
www.ilib.cn
7.
Research and implementation of technique for memory management
一种内存管理技术的研究与实现
www.ilib.cn
8.
Study of the Memory Management
计算机应用的内存管理技术研究
www.ilib.cn
9.
Design and implementation of embedded and secure memory management
一种嵌入式安全内存管理的设计与实现
www.ilib.cn
10.
A memory management scheme for real time operating systems under protection mode
实时操作系统保护模式下的内存管理策略
www.ilib.cn
1.
An Automatic Memory Management Algorithm for Large Data Structure
一种针对大型数据结构的自动内存管理算法
www.ilib.cn
2.
Study on Security-oriented Memory Management Subsystem
面向安全的内存管理子系统研究
service.ilib.cn
3.
Simulation of variable subarea memory management
可变分区存储管理方式的模拟
ilib.cn
4.
Research and Design of Distributed Memory Management System
分布式内存管理系统的研究与设计
www.ilib.cn
5.
Research on Memory Management in Embedded Operating System
嵌入式操作系统内存管理研究
www.ilib.cn
6.
Research of memory management unit in microprocessor
微处理器中存储器管理的研究
www.ilib.cn
7.
PVM: A Memory Management under Vertical Architecture
一种垂直体系结构下的存储管理系统
www.ilib.cn
8.
Self-tuning memory management that can take up to 500MB of memory
自调优内存管理,可以占用最多500MB内存
www.ibm.com
9.
The minute page memory management modelling hands-on reported,
分页存储管理的模拟实验上机报告
www.88pl.com
10.
A Study on Page Replacement Algorithm in Virtual Memory Management
虚拟存储管理中的页面置换算法研究
www.ilib.cn
1.
Application of bitmap in memory management of embedded system
位图在嵌入式系统内存管理中的应用
service.ilib.cn
2.
Commands to know for virtual memory management include
应该了解的虚拟内存管理命令包括
www.ibm.com
3.
Memory management strategy in embedded real-time system
嵌入式实时系统内存管理策略
www.ilib.cn
4.
Design of Memory Management Used in MIL-STD-1553 Bus Controllers
用于1553总线控制器的存储管理单元设计
ilib.cn
5.
Memory management unit design for embedded system
针对嵌入式系统的存储器管理单元设计
168.160.184.82:8080
6.
The main issues that relate to memory management are
与内存管理有关的主要问题有
www-128.ibm.com
7.
System Memory Management of Active Real-time Database
一种主动实时数据库的系统内存管理方法
www.ilib.cn
8.
Study on Memory Management Scheme of Embedded Systems
嵌入式系统内存管理方案研究
www.ilib.cn
9.
The Study of Memory Management Algorithm for Temporary Objects
临时对象内存管理算法的研究
www.ilib.cn
10.
Memory Management Technology Based on Application of DSP to Handling the Video Traffic Information
面向视频应用的DSP内存管理技术研究
ilib.cn
1.
A High- Performance Dynamic Memory Management Scheme
一种高效动态存储管理方案
www.ilib.cn
2.
Design of the Outside-Hanging Memory Management Module for pSOSTM OS
实时嵌入操作系统pSOSTM下外挂式内存管理模块的设计
www.ilib.cn
3.
A Memory Management Strategy of Engineering Data Based on Distributed Technology
一种基于分布式技术的工程数据存储管理策略
www.ilib.cn
4.
CSDN- The memory management inside story, picks from CSDN, C-C
内存管理内幕,摘自
www.88pl.com
5.
unit, dual memory management (DMMU)
双重存储器管理单元
www.hjenglish.com
6.
Java Chip System: the Design and lmplemetation of Memory Management
Java芯片系统存储管理的设计和实现
www.ilib.cn
7.
Probe on Dynamic Memory Management
运行时存储管理探讨
ilib.cn
8.
Design of Memory Management Unit
存储器管理单元设计
californiainfo.cn
9.
Another point is that a large part of the difficulty of concurrent and multi-threaded programming is memory management;
另一点是并发的困难和多线程编程的内存管理;
bbs.golang-china.org
10.
A heap dynamic memory management method based on Multi-Hash table
一种基于多哈希表的堆式动态存储管理方法
www.ilib.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/6 13:45:57