找回密码
 注册
查看: 666|回复: 0

R语言 XML包 free()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 23:55:38 | 显示全部楼层 |阅读模式
free(XML)
free()所属R语言包:XML

                                        Release the specified object and clean up its memory usage
                                         释放指定的对象和清理它的内存使用

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This generic function is available for explicitly releasing the memory associated with the given object. It is intended for use on external pointer objects which do not have an automatic  finalizer function/routine that cleans up the memory that is used by the native object. This is the case, for example, for an XMLInternalDocument. We cannot free it with a finalizer in all cases as we may have a reference to a node in the associated document tree. So the user must explicitly release the XMLInternalDocument object to free the memory it occupies.
这个通用的功能是可以显式地释放与给定对象相关联的内存。它的目的是用于外部指针没有终结函数/程序自动清理内存所使用的原生对象的对象。是这种情况,例如,为XMLInternalDocument。我们无法释放它,终结在所有情况下,我们可以有一个参考相关的文档树中的一个节点。因此,用户必须明确地释放XMLInternalDocument的对象,以释放其占用的内存。


用法----------Usage----------


free(obj)



参数----------Arguments----------

参数:obj
the object whose memory is to be released, typically an external pointer object or object that contains a slot that is an external pointer.   
的对象,该对象的内存被释放,通常是一个外部的指针的对象或对象,它包含的时隙,即一个外部指针。


Details

详细信息----------Details----------

The methods will generally call a C routine to free the native memory.
通常,该方法将调用一个C程序,释放本机内存。


值----------Value----------

An updated version of the object with the external address set to NIL. This is up to the individual methods.
更新版本的对象的外部地址设置为无。这是个体的方法。


(作者)----------Author(s)----------


Duncan Temple Lang



参见----------See Also----------

xmlTreeParse with useInternalNodes = TRUE
xmlTreeParse与useInternalNodes = TRUE


实例----------Examples----------


f = system.file("exampleData", "boxplot.svg", package = "XML")
doc = xmlParse(f)
nodes = getNodeSet(doc, "//path")
rm(nodes)
# free(doc)[免费(DOC)]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 15:33 , Processed in 0.020990 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表