
包含
linker的中国译典句库查询结果如下:
属类:IT行业-technet.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-technet.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-msdn2.microsoft.com-
属类:英汉句库-ip.com-
属类:IT行业-technet.microsoft.com-
属类:中国大陆-www.ceps.com.tw-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:无分类双语句库-msdn.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-www.ibm.com-
属类:无分类双语句库-msdn.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:英汉句库-ip.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-www.ibm.com-
属类:IT行业-technet.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:IT行业-msdn2.microsoft.com-
属类:英汉句库-ip.com-
| 1 | 时,若连结器也可产生影像安全例外处理常式的表格,将只会产生一个影像。 | is specified, the linker will only produce an image if it can also produce a table of the image's safe exception handlers. | |
| 2 | 实际上,动态链接器本身使用与共享程序库相同种类的版本号。 | In fact, the dynamic linker itself uses the same kind of versioning as the shared libraries. | |
| 3 | 使您能够指定或重置链接器在创建程序集时使用的清单文件。 | Enables you to specify or reset the manifest file that the linker uses when it creates the assembly. | |
| 4 | 首先,要(使用-Wl选项)通知链接器生成一个映像文件,并(使用-g选项)通知编译器生成调试符号。 | First, the linker is instructed (with the -Wl option) to generate a map file, and the compiler is instructed to generate debug symbols (-g). | |
| 5 | 数据类型的版本不同可能导致链接器失败,原因在于为两种类型生成的元数据不匹配。 | Differing versions of data types can cause the linker to fail because the metadata generated for the two types doesn't match. | |
| 6 | 所说的交联剂为草酸、乙二醛、戊二醛、四硼酸钠或硼酸。 | the cross linker is oxalic acid, oxalic aldehyde, glutaric dialdehyde, sodium pyroborate or boracium acid. | |
| 7 | 它使您能为生成工具(如编译器或链接器)指定开关,并创建用户定义的宏。 | It enables you to specify switches for build tools such as the compiler or linker and create user-defined macros. | |
| 8 | 脱水试验表明水凝胶薄膜的脱水速率随NVP及交联剂含量的增大而减小。 | The dehydration test shows that the dehydration rate of hydro-gel decreases as NVP & cross-linker content increase. | |
| 9 | 我们要做的第一件事情是将编译器和链接器换成64位模式;gcc手册会介绍这个问题。 | The first thing to do was just to put the compiler and linker in 64-bit mode; the gcc manual covers this. | |
| 10 | 我在这里将从较高的层次进行讨论,而不涉及语法错误和链接问题。 | I'm talking high level here. Syntax errors and linker problems need not apply. | |
| 11 | 下一级别的难点来自链接器阶段,在此阶段,多个编译单元将合并到一个集成的PE文件中。 | The next level of complication comes in the linker phase, when multiple compilation units are merged into an integrated PE file. | |
| 12 | 需要在项目的“项目属性”对话中检查链接器选项“生成清单”。 | You need to check the linker option Generate manifest in the Project Properties dialog for this project. | |
| 13 | 选定该选项后,如果链接器无法增量链接,它就会发出警告,然后非增量链接程序。 | When this option is selected, the linker issues a warning if it cannot link incrementally, and then links the program nonincrementally. | |
| 14 | 要传递到链接器的模块定义文件(.def)的名称。 | The name of a module-definition file (. Def) to be passed to the linker . | |
| 15 | 要将其链接到可执行程序中,需要启用编译时链接器和运行时动态链接器来定位它。 | To link this into executables, you need to enable both the compile-time linker and the run-time dynamic linker to find it. | |
| 16 | 要连接到一个库,您所要做的就是将连接器的适当标记包含在您的内联调用中。 | To link to a library, all you have to do is include appropriate flags for the linker in your invocation of Inline. | |
| 17 | 在编译完代码并将其发出到PE文件中时,将需要由后端(即链接器)来提供此信息。 | Instead, the back-end, or linker , will need to supply this information later, as the code is compiled and emitted into the PE file. | |
| 18 | 在此情况下,链接器将失败,仅报告符号名称和第二个OBJ文件(其中定义了该类型)的名称。 | In this case the linker fails, reporting only the symbol name and the name of the second OBJ file where the type was defined. | |
| 19 | 在混合物中加入化学交联剂、乳化剂和水,搅拌乳化; | adding chemical cross linker , emulsifier and water into mixture, stirring for emulsion; | |
| 20 | 在链接器搜索LIB环境选项中指定的路径之前,指定它将要搜索的路径。 | Specifies a path that the linker will search before it searches the path specified in the LIB environment option. | |
| 21 | 在许多系统中,连接器只能够以某个最大的对齐方式对变量进行对齐。 | On many systems, the linker is only able to align variables up to a certain maximum alignment. | |
| 22 | 这是VisualStudio中项目的默认安装以及链接器根据对象代码生成最终二进制文件的默认行为。 | This is the default setup of projects in Visual Studio and the default behavior of the linker building the final binary from object code. | |
| 23 | 这些对象文件都是由一个称为链接器脚本的文件链接并装入的。 | These object files are linked and loaded by a file known as a linker script. | |
| 24 | 这样,将能够将链接器的状态重置为初始化时的状态。 | This enables one to reset the state of the linker to that of initialization time. | |
| 25 | 这与内部数据类型(由链接器在创建DLL时初始化)非常不同。 | This is very different than intrinsic data types that are initialized by the linker when it creates the DLL. | |
| 26 | 指定链接器是否应显示进度指示器,该进度指示器显示完成链接的百分比。 | Specifies whether the linker should display a progress indicator showing what percentage of the link is complete. | |
| 27 | 制备该硅橡胶的原料为可交联的硅氧烷、甲基硅氧烷树脂及交联剂。 | The raw material for preparing the silicone rubber comprises a curable polysiloxane, methyl siloxane resin and a cross-linker . |
查询记录