• Controlled original files: the original piece of the controlled files which is written by the file compiler and has been approved.

    受控正本文件文件编写人编写经审批后受控文件原件

    youdao

  • The COBOL source code for the eight stored procedures is available in the sub-folder COBOL source together with the file compiler options.txt that lists recommended compiler options (see Download).

    文件夹COBOLsource可以找到8个存储过程的cobol源代码,其中Compiler options . txt文件列出推荐编译器选项(下载)。

    youdao

  • Once you have enough of these, you can use them to automatically determine necessary compiler flags and definitions to put in a header file somewhere.

    一旦了足够测试程序,您可以它们自动确定必需编译标记定义将它们放到文件的某个地方。

    youdao

  • Simply copying a file to a system with a different default encoding can keep the compiler and interpreter from finding the right classes.

    如果只简单地不同默认编码文件复制系统使编译器解释器无法找到正确类。

    youdao

  • Instead of having a test method per use case, we have a text file containing the expected generated code and a optional text file containing the expected compiler messages.

    每个测试方法不同,我们一个文本文件包含期望生成代码以及包含所期望编译器消息可选文本文件。

    youdao

  • This setting causes the compiler to output class files directly to a JAR file, instead of to the project's output folder.

    这个设置使编译器文件直接输出JAR文件而不是输出到项目输出文件夹

    youdao

  • To compile LFS, you need to prepare a partition and a file system, and you also need to compile a compiler and system library.

    编译lfs需要准备分区一个文件系统需要编译一个编译器和系统

    youdao

  • This option generates an options file containing a list of the method signatures corresponding to the methods the JIT compiler compiled while the application ran.

    选项生成选项文件,其中包含方法签名列表对应JIT编译器在应用程序运行的时候编译的那些方法

    youdao

  • To solve the is problem, the compiler guys put the information that was lost when FPO was enabled into the PDB file for the binary.

    解决问题编译器家伙放置FPO启用时已丢失信息PD B文件作为二进制文件

    youdao

  • The TEMPLATE keyword, new in IBM I 6.1, informs the RPG compiler that this file will be used for field definition only, thus no IO operations are required or allowed for this file.

    IBMi 6.1中新引入的TEMPLATE关键字通知rpg编译器这个文件用于字段定义需要、也不允许文件进行IO操作

    youdao

  • The AST is a tree representation of the parsed source code, created by the compiler, similar to the DOM tree model of an XML file.

    AST代表已解析源代码,它编译器创建,与XML 文件DOM模型类似

    youdao

  • The directory where the compiler looks for.class files the target file imports.

    编译器在其中寻找目标文件导入.class文件的那个目录

    youdao

  • The actual class file modifications are done by a JiBX component called the binding compiler.

    实际文件修改称为绑定编译器JiBX组件完成的。

    youdao

  • The standard for compiler design is to break it in two modules: the front end that reads and decodes the input file, and the back end that produces the code or, in this case, the table class.

    编译器设计标准其分成两个模块前端前端读取输入文件并对文件进行解码,后端生成代码或者这种情况下生成table 类。

    youdao

  • This command has generated a new file -- hw.s -- that contains the assembler input text that you typically would not have seen, because the compiler defaults to producing the a.out file.

    这个命令生成一个新的文件hw.s,其中包含通常无法看到汇编输入文本因为编译器缺省情况下将生成a.out 文件。

    youdao

  • The JSP compiler includes the referenced file instead of the include statement.

    JSP编译器会包含引用文件而不包含 include 语句。

    youdao

  • The.net framework includes an XSD compiler (xsd.exe) that can generate a strongly typed DataSet from a specially formatted.xsd file.

    NET框架包括xsd编译器(xsd . exe),它可以某个经过特殊格式化的. xsd文件中生成类型DataSet。

    youdao

  • You may have noticed that the compiler did not complain when the file was named upper3.scala and the object was named upper.

    可能已经注意编译器没有因为文件名为upper3 . scalaobject名为upper抱怨

    youdao

  • The jxeinajar tool compiles the methods in a JAR file and constructs a JXE file that contains both the contents of the original JAR file and the native code generated by the AOT compiler.

    jxeinajar工具编译JAR文件中的方法构造一个JXE 文件,后者包含原始 JAR 文件内容以及AOT编译生成本地代码

    youdao

  • The LZX compiler on a server compiles an LZX file and sends out Flash files to the browser.

    服务器LZX编译器编译l ZX文件Flash发送浏览器中。

    youdao

  • This is the core function generated for you by the MATLAB compiler, based on the MATLAB function of the same name from the ml_inv.m file.

    MATLAB编译根据 ml_inv.m文件中的同名 MATLAB函数生成核心函数。

    youdao

  • An IDL file is compiled with the IDL compiler which generates the client and server stub object files along with a header file.

    IDL编译器编译idl文件生成客户机服务器stub对象文件以及文件。

    youdao

  • The compiler transforms the text that you create in the code editor into an object file.

    编译器可以将代码编辑器创建文本转换目标文件

    youdao

  • With WPO, the compiler can inline functions from any source file in the program.

    了WPO编译就可以程序中的所有文件内联函数

    youdao

  • The compiler will also now allow you to define an optimization level at the function level (instead of at the file level, which was the previous default).

    编译现在允许函数(而不是之前默认文件级)定义一个优化级别

    youdao

  • As it searches for the included file, the compiler looks for a precompiled header in each directory just before it looks for the include file in that directory.

    搜索包含文件的过程中,编译首先每个目录中查找预编译头文件然后再在这些目录中搜索包含文件。

    youdao

  • First off, the XML declaration tells the compiler that this file is an XML document that USES UTF-8 encoding.

    首先XML声明告诉编译这个文件一个使用UTF - 8编码的XML文档

    youdao

  • If, however, the tool did find the a.out file that your compiler created, it presents a listing similar to listing 2.

    然而如果工具找到编译创建a . o ut文件将显示类似清单2的清单。

    youdao

  • To start banning these functions one should add the following #pragma line to a header file and the compiler will issue a warning every time it encounters one of them

    禁用这些函数,编程人员添加以下#pragma代码到头文件编译一次遇到该行代码的时候都会发出警告。

    youdao

  • Note, you do not need to actually copy this CSS file anywhere; it will be created by the compiler when it sees that the application USES the Ext GWT module.

    注意需要从其他地方复制这个CSS文件编译器发现应用程序使用ExtGWT模块时,创建一个CSS文件。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定