LibraryLoad

LibraryLoad[lib]

运行时把动态库 lib 加载到 Wolfram 系统.

更多信息

  • LibraryLoad 用来加载 Wolfram 库操作所需的非独立动态库.
  • 使用 LibraryLoad 加载的库无需遵循 Wolfram Library Link 规范.
  • 多个 LibraryLoad 调用的顺序是重要的,并且必须遵循库的相互依赖关系.
  • LibraryLoad 使用 FindLibrary 来对 $LibraryPath 上的库搜索定位.
  • LibraryLoad 添加与你的平台相适应的扩展名,并返回已加载库的完整路径.

范例

基本范例  (1)

加载样本库 demo,但不返回调用函数. 对于 Windows 系统:

Linux 系统:

如果无法找到库,LibraryLoad 返回 $Failed

Wolfram Research (2010),LibraryLoad,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LibraryLoad.html (更新于 2020 年).

文本

Wolfram Research (2010),LibraryLoad,Wolfram 语言函数,https://reference.wolfram.com/language/ref/LibraryLoad.html (更新于 2020 年).

CMS

Wolfram 语言. 2010. "LibraryLoad." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2020. https://reference.wolfram.com/language/ref/LibraryLoad.html.

APA

Wolfram 语言. (2010). LibraryLoad. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/LibraryLoad.html 年

BibTeX

@misc{reference.wolfram_2024_libraryload, author="Wolfram Research", title="{LibraryLoad}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/LibraryLoad.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_libraryload, organization={Wolfram Research}, title={LibraryLoad}, year={2020}, url={https://reference.wolfram.com/language/ref/LibraryLoad.html}, note=[Accessed: 22-November-2024 ]}