go top

reference counting

  • 引用计数:计算机编程语言中的一种内存管理技术,通过保存资源的被引用次数来实现自动资源管理的目的。

网络释义专业释义英英释义

  引用计数

事实上,正如你能想到的,引用计数Reference Counting,RC)是实现COW的重要基础。当执行上面最上面代码的第二行时,并不为t分配内存、拷贝字符串,而是相应的字符串的引用计数加1即可。

基于4163个网页-相关网页

  引用记数

引用记数(Reference Counting)是一个在资源复用方面被广泛引用的设计模式。将该方 法运用到ArcSDE 连接的分配释放上,即为每一个ArcSDE 连接保留一个引用记数,...

基于156个网页-相关网页

  援用计数

援用计数reference counting)--简单但速率很慢的垃圾收受接管技术。每个对象有个援用计数器,有新援用毗连对象,计数加1;否则,当援用出作用域或被置null,计...

基于140个网页-相关网页

  引用计数法

垃圾回收算法与思想 引用计数法(Reference Counting):引用计数法是最经典也是最古老的的一种垃圾收集算法,大致思想是:为每一个对象配备计数器,如果有引用就+1,如果引用失效就-1,如果...

基于88个网页-相关网页

短语

Automatic Reference Counting 自动引用计数 ; 自动引用计数器 ; 动引用计数 ; 的自动引用计数

Reference Counting Collector 引用计数法

Reference counting & Copy-on-Write 写时复制

manual reference counting 另一种手动引用技术 ; 手动引用计数器 ; 手动引用计数

Use Automatic Reference Counting 自动引用计数

Such As Reference Counting 如引用计数

Reference method for platelet counting 血小板计数参考方法

Reference e Counting 引用计数

Particle Counting Certified Reference Materials 颗粒数量浓度标准物质

 更多收起网络短语
  • 引用计数
    参考计数

·2,447,543篇论文数据,部分数据来源于NoteExpress

Reference counting

  • abstract: In computer science, reference counting is a technique of storing the number of references, pointers, or handles to a resource such as an object, block of memory, disk space or other resource. It may also refer, more specifically, to a garbage collection algorithm that uses these reference counts to deallocate objects which are no longer referenced.

以上来源于: WordNet

双语例句

  • The reference counting mechanism does that for you.

    引用计数机制完成内存管理任务。

    youdao

  • The most straightforward garbage collection strategy is reference counting.

    直观垃圾收集策略引用计数

    youdao

  • It requires that you never forget to call the reference counting functions.

    要求永远不要忘记调用引用计数函数

    youdao

更多双语例句
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定