linker是什么意思,linker的意思翻译、用法、同义词、例句
linker英标
英:/''lɪŋkə/
常用词典
n. 链接器;连结器
n. (Linker)人名;(英、德)林克尔
例句
Modifying the dynamic linker search path.
修改动态链接器的搜索路径。
The dynamic linker then gets to do all the fun work.
然后动态链接器开始进行所有有趣的工作。
At runtime, the application loads the dynamic linker.
在运行期间,应用程序将加载动态链接器。
Linking: Invoke a separate program called the linker.
链接:调用称作链接程序的独立程序。
Clients using this library refer to it using the linker name.
客户所使用的库名是指linker name。
常用搭配
cross linker
交联剂
网络扩展资料
词性: 名词
发音: /ˈlɪŋkər/
定义: 链接器是一种计算机程序,它将编译器生成的目标文件合并成可执行文件或库文件。
用法:
- The linker converts object files or libraries into executable or shared object files.(链接器将目标文件或库文件转换为可执行文件或共享对象文件。)
- The linker is a critical component of the software development process.(链接器是软件开发过程中至关重要的组成部分。)
解释:
链接器是一种计算机程序,它的作用是将编译器生成的目标文件合并成可执行文件或库文件。在程序编译过程中,编译器将源代码转换为目标代码,并将目标代码保存在目标文件中。链接器将多个目标文件合并成一个可执行文件或库文件。它还负责解决多个目标文件之间的符号链接问题,确保程序可以正确地执行。链接器是软件开发过程中至关重要的组成部分,它有助于将不同的代码模块组合成一个完整的程序。
近义词:
- combiner
- merger
- joiner
反义词:
- splitter
- extractor
- disassembler