linker

英 [ˈlɪŋkə] 美 [ˈlɪŋkər]

n.  连接程序,衔接物

复数:linkers

计算机

BNC.30101



双语例句

  1. You can set a linker search path in an executable, and there are two ways to do it.
    您可以在可执行文件中设置连接器搜索路径,有两种方法可以做到这一点。
  2. These object files are linked and loaded by a file known as a linker script.
    这些对象文件都是由一个称为链接器脚本的文件链接并装入的。
  3. To link to a library, all you have to do is include appropriate flags for the linker in your invocation of Inline.
    要连接到一个库,您所要做的就是将连接器的适当标记包含在您的内联调用中。
  4. If the linker reports the error message "relocation overflow," check whether the project uses the-fpic option.
    如果链接器报告错误消息“relocationoverflow”,请检查该项目是否使用了-fpic选项。
  5. The default behavior of the g++ linker is to export all the symbols from a.so file.
    g++连接器的缺省行为是从一个.so文件中导出所有的符号。
  6. At this stage, you will fix compiler errors, linker errors, and the like.
    在这个步骤中,您将修正一些编译错误,链接错误,诸如此类。
  7. On many systems, the linker is only able to align variables up to a certain maximum alignment.
    在许多系统中,连接器只能够以某个最大的对齐方式对变量进行对齐。
  8. In fact, the dynamic linker itself uses the same kind of versioning as the shared libraries.
    实际上,动态链接器本身使用与共享程序库相同种类的版本号。
  9. To link this into executables, you need to enable both the compile-time linker and the run-time dynamic linker to find it.
    要将其链接到可执行程序中,需要启用编译时链接器和运行时动态链接器来定位它。
  10. At runtime, the application loads the dynamic linker.
    在运行期间,应用程序将加载动态链接器。
  11. That extra instruction allows the linker to insert additional code if necessary during the linking process.
    如果在链接过程中需要,这条额外指令会允许链接器插入其他代码。
  12. The linker can manage several TOCs in a single application.
    链接器可以在单个应用程序中管理多个TOC。
  13. The linker sorts through references to symbols, making notes about in which libraries they were found.
    链接器将所有对符号的引用进行分类,标识出它们是在哪个程序库中找到的。
  14. The linker will take care of converting this to point to the correct code.
    链接器会负责将它转换为指向正确的代码。
  15. The effectiveness of aligned attributes, however, is limited by inherent linker limitations.
    然而,对齐属性的有效性将受到固有的连接器局限性的限制。
  16. You can specify some linker options via the comment pragma.
    可以通过comment杂注指定一些链接器选项。
  17. The linker is thus run after all of the source files have been compiled or assembled.
    连接程序在所有的源文件都被编译或汇编之后运行。
  18. When compiling a program that uses attributes, the linker will create a type library.
    当编译使用属性的程序时,链接器将创建类型库。
  19. By default, this information is sent by the linker to the output window.
    默认情况下,该信息由链接器发送到“输出”窗口。
  20. Linker options can be set inside or outside of the development environment.
    可在开发环境内部或外部设置链接器选项。
  21. A software development tool that assigns physical addresses to the relocatable program produced by the linker.
    分配物理地址给连接程序过的可重定位程序的软件开发工具。
  22. Coordinate proper corporate cross linker, It can make the rubber reach better physical performance and thermotolerant performance.
    配合适当的共交联刑,使胶料获得较好的物理机械性能和耐热性能。
  23. Tool Path: Specifies the command line name of the linker tool.
    工具路径:指定链接器工具的命令行名称。
  24. Unexpected error occurred in code generator or linker.
    在代码生成器或链接器中发生了意外错误。
  25. The out option overrides the default name and location of the program that the linker creates.
    out选项重写链接器创建的程序的默认名称和位置。
  26. Not included in the release is the Mono Linker which is used to reduce executable size.
    没有包含在此次发布中的是MonoLinker,它用于降低可执行文件的尺寸。
  27. In this case the linker fails, reporting only the symbol name and the name of the second obj file where the type was defined.
    在此情况下,链接器将失败,仅报告符号名称和第二个obj文件(其中定义了该类型)的名称。
  28. Report internal linker errors to microsoft.
    向microsoft报告内部链接器错误。
  29. When we introduce the linker, then we'll resolve the question marks.
    当我们介绍到连接器,那么我们会解决这个问号。
  30. Wl,-Bsymbolic tells the linker to bind references within the shared library, when possible.
    WI和-Bsymbolic告诉链接器在可能的情况下绑定共享库中的引用。