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

R语言:getLoadedDLLs()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 17:34:28 | 显示全部楼层 |阅读模式
getLoadedDLLs(base)
getLoadedDLLs()所属R语言包:base

                                        Get DLLs Loaded in Current Session
                                         得到的DLL加载在当前会话

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

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

This function provides a way to get a list of all the DLLs (see dyn.load) that are currently loaded in the R session.
此功能提供了一种方式来获得所有的DLL列表(见dyn.load)目前装在R会话。


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


getLoadedDLLs()



Details

详情----------Details----------

This queries the internal table that manages the DLLs.
查询管理的DLL的内部表。


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

An object of class "DLLInfoList" which is a list with an element corresponding to each DLL that is currently loaded in the session.  Each element is an object of class "DLLInfo" which has the following entries.
一个类的对象"DLLInfoList"这是一个元素对应到目前的每个会话中加载的DLL列表。每个元素都是一个对象类"DLLInfo"有以下条目。


参数:name
the abbreviated name.
缩写名称。


参数:path
the fully qualified name of the loaded DLL.
加载的DLL的完全合格的名称。


参数:dynamicLookup
a logical value indicating whether R uses only the registration information to resolve symbols or whether it searches the entire symbol table of the DLL.
一个逻辑值,该值指示是否R使用注册信息来解决符号或是否搜索整个符号表中的DLL。


参数:handle
a reference to the C-level data structure that provides access to the contents of the DLL. This is an object of class "DLLHandle".
C级的数据结构,它提供了访问DLL的内容参考。这是一个对象的类"DLLHandle"。

Note that the class DLLInfo has an overloaded method for $ which can be used to resolve native symbols within that DLL.  Therefore, one must access the R-level elements described above using [[, e.g. x[["name"]] or x[["handle"]].
请注意,类DLLInfo有一个重载的方法$可以用来解决该DLL内的本地符号。因此,必须访问的R-级以上使用[[,如描述元素x[["name"]]或x[["handle"]]。


注意----------Note----------

We are starting to use the handle elements in the DLL object to resolve symbols more directly in R.
我们开始使用DLL中的对象handle元素符号更直接解决在R


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


Duncan Temple Lang <a href="mailto:duncan@wald.ucdavis.edu">duncan@wald.ucdavis.edu</a>.



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

getDLLRegisteredRoutines, getNativeSymbolInfo
getDLLRegisteredRoutines,getNativeSymbolInfo


举例----------Examples----------


getLoadedDLLs()

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 00:55 , Processed in 0.024856 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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