Reference count of the new skb is 1.
新拷贝的参考计数为1。
Increments an object's reference count.
增加对象的引用计数。
Decrements this scheduler's reference count.
减少此计划程序的引用计数。
Adds a reference count to an existing chapter.
向现有的章节添加引用数。
Row reference count not equal to zero - flat file metadata not reset.
行引用计数不等于零—平面文件元数据没有重置。
Removing an object from a collection drops its reference count by one.
从集合中移除一个对象的引用计数的一滴。
This has the effect of incrementing the reference count of the com component.
这具有增加COM组件的引用数的效果。
Each object has an associated reference count — the number of active references to that object.
每一个对象都有一个关联的引用计数——对该对象的活跃引用的数量。
Thus for global reference counting, references to the class factory object should not count.
这样让全局引用计数对类工厂对象的引用计数不再起作用了。
If no other reference points to the object, then its reference count reaches 0 and it is deallocated.
如果没有其他的引用指向对象,那么它的引用计数达到0,这是释放。
If an object's reference count is zero, it is garbage (unreachable from the user program) and can be recycled.
如果对象的引用计数是零,那么它就是垃圾(用户程序不可到达它),并可以回收。
In a reference counting system, each object referenced maintains a count of how many objects are referencing it.
在引用计数系统,每个所引用的对象都会保留一个计数,以获悉有多少对象正在引用它。
A circular reference is formed when two objects reference each other, giving each object a reference count of 1.
当两个对象互相引用时,就构成了循环引用,其中每个对象的引用计数值都被赋1。
This method enables you to force an RCW reference count release so that it occurs precisely when you want it to.
此方法使您能够强制RCW引用计数释放,以便它按照您的所需准确发生。
The use of the reference count is a simple but effective mechanism to avoid freeing still-referenced data structures.
叁考计数的使用作为一个简单而有效的机制-避免释放静止的叁考数据结构。
In a reference counting system, however, neither of the objects can be destroyed, because the reference count never reaches zero.
而在引用计数系统,这两个对象都不能被销毁,原因是引用计数永远不能为零。
This is a "shallow" copy, which increments the reference count of the encapsulated BSTR object instead of creating a new one.
这个是一个浅拷贝,这个封装的BSTR对象的递增的引用计数器而不是创建一个新的。
First, this program also decrements the reference count on objects passed to it from Python, using the Py_DECREF call introduced in Chapter 22.
首先,这个程序使用第22章介绍的Py _ DECREF函数,减小了从Python传来的对象的引用计数。
The ownershippolicy is implemented through reference counting—typically called "retaincount" after the retain method. Each object has a retain count.
所有权政策是实现通过引用计数通常称为“保留计数”后保留方法。每一个对象都有一个保持计数。
Once the object has been removed from that set, the reference count is decreased by one, making it zero, and therefor queuing the object for deallocation.
一旦对象已经从集合中移除,则引用计数减一,使其为零,因此排队对象释放。
To remedy the shortcomings in the existing methods for the problem of circular reference count in COM object this study presents an indirect reference method.
对于在可重用软件组件设计中的COM对象循环引用问题,当前的各种解决方法都存在不足之处。
Reference counting involves keeping a count of how many references to a given object are extant, then deleting the object automatically after the last one is released.
引用计数(reference counting)是对一个给定的对象当前有多少指向它的引用保留有一个计数,然后当最后一个引用被释放时自动删除该对象。
By maintaining a correct reference count for existing legacy files, the installer can determine whether to delete legacy files when it uninstalls the application.
通过为现有旧式文件维护正确的引用数,安装程序可在卸载应用程序时确定是否删除旧式文件。
When the timer is fired, the reference count on the structure is incremented, because the last thing you want is for the data structure to be freed before the timer expires.
当定时器被开启的时候,叁考计数在结构上被增加,最后一件事,在定时器期满之前,你需要释放这个数据结构。
This may cause the reference count for the object previously bound to the name to reach zero, causing the object to be deallocated and its destructor (if it has one) to be called.
这可能导致早先约束到该名字的对象的引用计数降为零,导致释放该对象的分配空间并调用其析构器,如果它有一个的话。
If object B was not owned by anyone else, this is its last reference count which means this last unref runs B's dispose handler which, in turn, releases B's reference on object A.
如果对象B已经不被其他所占有,这就是最后一次由B的处理函数进行的引用计数,释放在对象A上的引用。
If object B was not owned by anyone else, this is its last reference count which means this last unref runs B's dispose handler which, in turn, releases B's reference on object A.
如果对象B已经不被其他所占有,这就是最后一次由B的处理函数进行的引用计数,释放在对象A上的引用。
应用推荐