网站首页  词典首页

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

 

单词 reference counting
释义

reference counting

  • 网络引用计数;引用记数;参考计数
1.
引用计数
引用计数算法引用计数Reference Counting)算法是每个对象计算指向它的指针的数量,当有一个指针指向自己时计数值加1…
www.cnblogs.com
2.
引用记数
引用记数reference counting)”是一种简单但速度很慢的垃圾回收技术。每个对象都含有一个引用记数器,当有引用连接至 …
www.cnblogs.com
3.
参考计数
参考计数(reference counting)范例1:求两个整数的最大公因数演算法(由欧几里得(Euclid)提出) #import <Foundation/Foundatio…
notes.hubin411.com
4.
引用计数算法
引用计数算法(reference counting):垃圾收集的早期策略。一个对象被创建时,为该对象分配一个引用计数器。
www.cnblogs.com
5.
引用计数法
...ollection(GC)分两种运行方式,一种是“引用计数法”(Reference Counting),一种是“标记-清除法”(Mark Sweeping)。
www.cnblogs.com
6.
参用计数
2.2 参用计数 (Reference Counting) 技术 ……………………………… 132.3 记号-扫除(Mark-Sweep)技术……………………
etd.lib.nsysu.edu.tw
7.
引用计算
VC 术语解释 -... ... reference count( 引用计数) reference counting引用计算) referential integrity( 参照完整性) ...
blog.csdn.net

例句

释义:
1.
Also, built-in functions and third-party libraries will not know about or be able to use your reference-counting mechanism.
另外,内置函数和第三方的库不会知道或者可以使用您的引用计数机制。
www.ibm.com
2.
None of the standard garbage collectors in the JDK uses reference counting; instead, they all use some form of tracing collector.
JDK中的标准垃圾收集器都没有使用引用计数,相反,它们都使用某种形式的跟踪收集器(tracingcollector)。
www.ibm.com
3.
It requires that you never forget to call the reference counting functions.
要求您永远不要忘记调用引用计数函数。
www.ibm.com
4.
This class provides a reference counting mechanism for the add-in by obtaining a lifetime token to its contract.
这个类别会藉由取得合约的存留期语汇基元,提供增益集参考计数机制。
technet.microsoft.com
5.
We also review reference counting and provide a primer on templates, including some of the exacting syntactic requirements.
我们同时回顾引用计数,同时提供模板入门,包括一些精确的语法要求。
www.showxiu.com
6.
There's no need for GUIDs, registration, reference counting, or any of that stuff.
不需要关心GUIDs,注册,引用计数等诸如此类的事情。
blog.163.com
7.
Class does not perform reference counting, it does not provide protection from handle recycling security attacks.
类不执行引用计数,因此它不针对句柄回收安全攻击提供保护。
msdn2.microsoft.com
8.
Since reference counting is so simple, most programmers implement it themselves rather than using libraries.
由于引用计数是如此简单,大部分程序员都自已去实现它,而不是使用库。
www.ibm.com
9.
Employ reference counting to provide the appearance of garbage collection.
使用了引用计数来提供垃圾收集的特性。
www-128.ibm.com
10.
Reference counting is used quite a bit in high-level languages like Perl to do memory management.
在Perl等高级语言中,进行内存管理时使用引用计数非常广泛。
blog.163.com
1.
Glib provides a C implementation of classes, inheritance, reference counting, signals, interfaces, and object properties.
Glib提供了类、继承、引用计数、信号、接口和对象特性的C实现。
www.ibm.com
2.
Reference counting also has difficulties with structures having circular references.
引用计数也难以处理发生循环引用的数据结构。
www.ibm.com
3.
Last month, we looked at the classic garbage collection techniques of reference counting, copying, mark-sweep, and mark-compact.
上个月,我们分析了引用计数、复制、标记-清除和标记-整理这些经典的垃圾收集技术。
www.ibm.com
4.
Gacutil. Exe provides options that support reference counting similar to the reference counting scheme supported by Windows Installer.
Gacutil.exe提供支持引用计数的选项,类似于WindowsInstaller所支持的引用计数方案。
msdn2.microsoft.com
5.
Internet Explorer and Mozilla Firefox are two browsers that use reference counting to handle memory for DOM objects.
InternetExplorer和MozillaFirefox均使用引用计数来为DOM对象处理内存。
www.ibm.com
6.
Because DOM objects are managed through reference counting, neither object will ever be destroyed.
由于DOM对象是通过引用计数管理的,所以两个对象将都不能销毁。
www.ibm.com
7.
The reference counting mechanism does that for you.
引用计数机制为您完成内存管理任务。
www.ibm.com
8.
However, you must remember to run the reference counting functions whenever you are using a reference-counted data structure.
不过,当您使用某个采用引用计数的数据结构时,您必须记得运行引用计数函数。
www.ibm.com
9.
Options alone does not support reference counting.
选项不支持引用计数。
msdn2.microsoft.com
10.
This management system uses a reference-counting system and the common language runtime's remoting services.
此管理系统使用一个“引用计数”系统和公共语言运行时的远程处理服务。
technet.microsoft.com
1.
There are several basic strategies for garbage collection: reference counting, mark-sweep, mark-compact, and copying.
有几种垃圾收集的基本策略:引用计数、标记-清除、标记-整理(mark-compact)和复制。
www.ibm.com
2.
Garbage collection, which manages object lifetime so that reference counting is unnecessary.
垃圾回收,它管理对象生存期,使引用计数变得不再必要。
msdn2.microsoft.com
3.
Because the reference counting algorithm implicitly serializes operations, a certain amount of thread safety is also lost.
由于引用计数算法对操作进行隐式序列化,因此也会损失一定的线程安全性。
msdn2.microsoft.com
4.
Note: There is no performance loss (since PHP 4 and up use reference counting) returning copies instead of references.
Note:在返回拷贝而不是引用中并没有性能上的损失(因为PHP4及以上版本使用了引用计数)。
bs.php.net
5.
Finally, COM keeps track of component usage by using reference counting.
最后,COM会使用参考计数来追踪元件的使用。
msdn.microsoft.com
6.
If you are using Gacutil. Exe for actual product installations, use the options that support reference counting.
如果将Gacutil.exe用于实际产品安装,请使用支持引用计数的选项。
msdn2.microsoft.com
7.
In a reference counting system, each object referenced maintains a count of how many objects are referencing it.
在引用计数系统,每个所引用的对象都会保留一个计数,以获悉有多少对象正在引用它。
www.ibm.com
8.
The CriticalHandle class is similar to the SafeHandle class, except that SafeHandle implements reference counting.
CriticalHandle类与SafeHandle类类似,区别是SafeHandle实现引用计数。
msdn2.microsoft.com
9.
Reference counting is simple, but requires significant assistance from the compiler and imposes overhead on the
引用计数很简单,但是需要编译器的重要配合,并且增加了赋值
www-128.ibm.com
10.
Reference counting, and mapping of object references
引用计数、跨进程的对象引用映射
wenku.baidu.com
1.
reference counting directly on the kobject when the file is opened and
打开和关闭时,直接在kobject上实现引用计数。
wenku.baidu.com
2.
Here is a quick example of code using reference counting
以下是一个使用引用计数的生动的代码示例
blog.163.com
3.
To take advantage of reference counting in Visual Basic 6. 0 And earlier versions, programmers sometimes assigned
为利用VisualBasic6.0和早期版本中的引用计数,程序员有时将
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/14 3:18:46