编译器和连接器将源程序文件编译和连接成虚拟机系统可执行的目标代码文件。
The compiler and linker can compile and link source code program files into object code file that is executable to the virtual machine system.
编译器可以将您在代码编辑器中创建的文本转换为目标文件。
The compiler transforms the text that you create in the code editor into an object file.
通过输入下面的命令,您可以看到目标文件中包含可执行代码的每个段的汇编清单。
By typing the following command, you can see an assembly listing of every section in the object file that contains executable code.
上述代码可显著简化这个转换器,实现了方便需要进行文件转换的人们使用的目标。
This code simplifies the converter considerably, accomplishing the goal of making it easily accessible to anyone who needs a file converted.
要使用记录文件生成建模目标扩展内存大小为5000MB的报告,可使用此代码。
To generate a report with the modeled target expanded memory size as 5000mb using the recorded file, use this code.
但是在Microsoft . NETWeb服务实现当中,如果您允许. NET框架生成WSDL文件,那么目标命名空间就会直接从您在代码中的定义生成。
But in Microsoft.net Web services implementations, if you allow the.net framework to generate the WSDL file, the target namespace comes directly from what you have defined in the code.
通过在主站点从HostA运行清单7内的代码来同步主站点与目标站点之间的文件系统定义。
Synchronize the file system definition from the primary site to the target site by running the code in Listing 7 from HostA on the primary site.
例如,在附带代码中提供的ant文件有一个“bnfdoc”目标。
The ant file provided in the accompanying code has a "bnfdoc" target as an example.
汇编代码是汇编器的输入,在缺省情况下,汇编器将生成所有目标文件的祖先,即a.o ut文件。
The assembler code is input to the assembler, which by default produces the grandfather of all object files, the a.out file.
正如其名称所表示的,预编译头文件在头中止(headerstop)点之前,以一种经过编译的形式包含目标代码。
As the name suggests, a precompiled header file contains object code in a compiled form that is included before the header stop point.
因为我的设计目标是只针对一个并发用户,我觉得可以省略许多似乎不必要的文件锁定代码。
Because I designed it for a maximum of one simultaneous user, I felt I could dispense with a lot of the file-locking code that might otherwise be necessary.
我们需要指定目标输出文件、源代码目录、资源和引用库。
We need to specify the target output file, source-code directories, resources, and the reference libraries.
使用二进制文件进行部署时,不会将源代码也传送到目标服务器。
Deploying using binaries will not transfer the source code to the target server.
从代码到可执行代码的转换过程经过了良好的定义并实现了自动化,而目标文件是这个链中有机的连接性环节。
The transformation process that proceeds from code to executable is well-defined and automated, and object files are an integral link in the chain.
研究目标文件可以极大地加深您对UNIX操作系统的认识,并且可以更深入地了解如何对软件的源代码进行汇编。
Exploring object files can greatly deepen your knowledge of the UNIX operating system and provide greater insight into how the software is actually assembled from source code.
相应的war文件应该能够在只需很少修改而绝对不需要重新编译源代码的情况下部署到我们的目标Web应用程序容器上。
The war file should be deployable on our target web application containers with minimal modifications and absolutely no re-compile of source code.
目标应该是,以最少的精力,对代码、代码规划和makefile 文件进行最少的修改, 就可以令为特定体系结构所编写的程序在其他体系结构上被编译。
The aim should be to have the program written for a particular architecture to compile on another architecture with minimal effort and minimum changes to the code, the code layout, and the makefiles.
make实用工具检查文件(头文件、源代码、数据文件和目标文件)的修改日期,并编译合适的C源文件。
The make utility checks the modification dates of files—header files, source code, data files, and object files—and builds the C source files that are appropriate.
包含目标代码的文件。编译器或汇编器的输出。
A file containing object code. The output of a compiler or assembler.
处理器能读的操作码和数据。编译器、汇编器、连接器和定位器的输出文件都含有目标代码。
A set of processor-readable opcodes and data. The output of compilers, assemblers, linkers, and locators are files containing object code.
编译器、编器、接器和定位器的输出文件都含有目标代码。
The output of compilers, assemblers, linkers, and locators are files containing object code.
DSP软件系统采用链接命令文件,这个文件包含了DSP和目标板的存储器空间的定义以及代码段、数据段是如何分配到这些存储器空间的。
DSP software USES link command file. This file contains definition of memory of DSP and target board and how to distribute code segment and data segment to the memory.
比较的典型对象是源代码、目标(代)码、数据库文件的相似版本或测试结果。
Typical objects of comparison are similar versions of source code, object code, data base files, or test results.
它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。
It is totally through the Windows API function, through analysis of the underlying binary code of reducing file system, and find the target file.
它完全不通过Windows的API函数,而通过分析底层二进制代码的方法还原文件系统,从而找到目标文件。
It is totally through the Windows API function, through analysis of the underlying binary code of reducing file system, and find the target file.
应用推荐