FindLibrary

FindLibrary[lib]

找到可以由 LibraryFunctionLoad 加载的动态库.

更多信息

  • FindLibrary 可以用来定位 Wolfram 程序库和一般的动态库.
  • 如果给出相关的文件名,FindLibrary 将使用 $LibraryPath 找到程序库.
  • 如果没有给出文件扩展名,FindLibrary 将为当前平台增加一个合适的扩展名:Linux 为 .so,Windows 为 .dll,Mac OS X 为 .dylib.
  • FindLibrary 被程序库函数诸如:LibraryFunctionLoad 使用来查找程序库.

范例

基本范例  (1)

以下找到名为 demo 的样本程序库:

Wolfram Research (2010),FindLibrary,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FindLibrary.html.

文本

Wolfram Research (2010),FindLibrary,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FindLibrary.html.

CMS

Wolfram 语言. 2010. "FindLibrary." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/FindLibrary.html.

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_findlibrary, organization={Wolfram Research}, title={FindLibrary}, year={2010}, url={https://reference.wolfram.com/language/ref/FindLibrary.html}, note=[Accessed: 21-November-2024 ]}